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
120
RubyMotion
Oursky Limited
October 08, 2012
Tweet
Share
More Decks by Oursky Limited
See All by Oursky Limited
UI Automation
oursky
1
480
SSH Can
oursky
1
300
HTTP/2
oursky
0
330
watchOS2
oursky
0
320
Common QA issues
oursky
0
190
Complex is better than complicated
oursky
0
280
Clean code again
oursky
3
360
KiriKiri x O2 x NVLMarker
oursky
0
220
Flux + React
oursky
1
380
Other Decks in Programming
See All in Programming
11年かかって やっとVibe Codingに 時代が追いつきましたね
yimajo
0
160
Caude codeで爆速開発
codelynx
0
100
Bedrock AgentCore ObservabilityによるAIエージェントの運用
licux
5
150
0から始めるモジュラーモノリス-クリーンなモノリスを目指して
sushi0120
0
140
Reactの歴史を振り返る
tutinoko
1
130
No Install CMS戦略 〜 5年先を見据えたフロントエンド開発を考える / no_install_cms
rdlabo
0
340
AI時代の『改訂新版 良いコード/悪いコードで学ぶ設計入門』 / ai-good-code-bad-code
minodriven
24
10k
テスターからテストエンジニアへ ~新米テストエンジニアが歩んだ9ヶ月振り返り~
non0113
2
240
PHPカンファレンス関西2025 基調講演
sugimotokei
5
950
DMMを支える決済基盤の技術的負債にどう立ち向かうか / Addressing Technical Debt in Payment Infrastructure
yoshiyoshifujii
4
630
商品比較サービス「マイベスト」における パーソナライズレコメンドの第一歩
ucchiii43
0
200
What's new in AppKit on macOS 26
1024jp
0
170
Featured
See All Featured
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
It's Worth the Effort
3n
185
28k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
Automating Front-end Workflow
addyosmani
1370
200k
Designing Experiences People Love
moore
142
24k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Speed Design
sergeychernyshev
32
1k
Code Reviewing Like a Champion
maltzj
524
40k
Practical Orchestrator
shlominoach
189
11k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
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