Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
RubyMotion
Search
Oursky Limited
October 08, 2012
Programming
0
110
RubyMotion
Oursky Limited
October 08, 2012
Tweet
Share
More Decks by Oursky Limited
See All by Oursky Limited
UI Automation
oursky
1
440
SSH Can
oursky
1
270
HTTP/2
oursky
0
300
watchOS2
oursky
0
270
Common QA issues
oursky
0
170
Complex is better than complicated
oursky
0
250
Clean code again
oursky
3
330
KiriKiri x O2 x NVLMarker
oursky
0
180
Flux + React
oursky
1
340
Other Decks in Programming
See All in Programming
OnlineTestConf: Test Automation Friend or Foe
maaretp
0
110
Snowflake x dbtで作るセキュアでアジャイルなデータ基盤
tsoshiro
2
520
WebフロントエンドにおけるGraphQL(あるいはバックエンドのAPI)との向き合い方 / #241106_plk_frontend
izumin5210
4
1.4k
Contemporary Test Cases
maaretp
0
140
RubyLSPのマルチバイト文字対応
notfounds
0
120
Nurturing OpenJDK distribution: Eclipse Temurin Success History and plan
ivargrimstad
0
940
EMになってからチームの成果を最大化するために取り組んだこと/ Maximize team performance as EM
nashiusagi
0
100
Better Code Design in PHP
afilina
PRO
0
130
TypeScript Graph でコードレビューの心理的障壁を乗り越える
ysk8hori
2
1.1k
CSC509 Lecture 12
javiergs
PRO
0
160
Ethereum_.pdf
nekomatu
0
460
CSC509 Lecture 11
javiergs
PRO
0
180
Featured
See All Featured
Building Adaptive Systems
keathley
38
2.3k
Git: the NoSQL Database
bkeepers
PRO
427
64k
Fashionably flexible responsive web design (full day workshop)
malarkey
405
65k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
665
120k
Docker and Python
trallard
40
3.1k
Fireside Chat
paigeccino
34
3k
Build The Right Thing And Hit Your Dates
maggiecrowley
33
2.4k
Building Better People: How to give real-time feedback that sticks.
wjessup
364
19k
Designing for humans not robots
tammielis
250
25k
Optimising Largest Contentful Paint
csswizardry
33
2.9k
GraphQLとの向き合い方2022年版
quramy
43
13k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
Transcript
RubyMotion Ruby for iOS Monday, 15 October, 12
What is RubyMotion Use Ruby to build iOS Native binary
Can call all public APIs of iOS SDK Monday, 15 October, 12
Requirements Lifetime fee US$200 iOS SDK (Xcode) installed Monday, 15
October, 12
Hello World $ motion create Hello Monday, 15 October, 12
Syntax [string drawAtPoint:point withFont:font]; string.drawAtPoint(point, withFont:font) Selector Shortcut setFoo: foo=
isFoo foo? objectForKey: [] SetObjectForKey: []= Monday, 15 October, 12
Hello World app_delegate.rb - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {} [[HelloViewController
alloc] init]; Monday, 15 October, 12
Project Mangement Rakefile version identifier frameworks device_family provisioning_profile Monday, 15
October, 12
Build rake build archive, generate ipa simulator device Monday, 15
October, 12
Why Objective-C’s syntax is weird Xcode’s high memory consumption It
is ruby Monday, 15 October, 12
Why Less copy and paste Monday, 15 October, 12
Why Easy Debugging command line tool http://youtu.be/t_M2wQYRzwQ? hd=1&t=4m9s Monday, 15
October, 12
Trial RubyMotion Console Test Drive https://www.pieceable.com/rubymotion- console Monday, 15 October,
12
Thank you Monday, 15 October, 12