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
310
Common QA issues
oursky
0
190
Complex is better than complicated
oursky
0
270
Clean code again
oursky
3
360
KiriKiri x O2 x NVLMarker
oursky
0
220
Flux + React
oursky
1
370
Other Decks in Programming
See All in Programming
既存デザインを変更せずにタップ領域を広げる方法
tahia910
1
270
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
50
32k
iOS 26にアップデートすると実機でのHot Reloadができない?
umigishiaoi
0
110
XP, Testing and ninja testing
m_seki
3
230
童醫院敏捷轉型的實踐經驗
cclai999
0
210
第9回 情シス転職ミートアップ 株式会社IVRy(アイブリー)の紹介
ivry_presentationmaterials
1
260
なぜ適用するか、移行して理解するClean Architecture 〜構造を超えて設計を継承する〜 / Why Apply, Migrate and Understand Clean Architecture - Inherit Design Beyond Structure
seike460
PRO
3
740
AIと”コードの評価関数”を共有する / Share the "code evaluation function" with AI
euglena1215
1
130
20250704_教育事業におけるアジャイルなデータ基盤構築
hanon52_
5
630
設計やレビューに悩んでいるPHPerに贈る、クリーンなオブジェクト設計の指針たち
panda_program
6
1.9k
VS Code Update for GitHub Copilot
74th
2
610
A2A プロトコルを試してみる
azukiazusa1
2
1.3k
Featured
See All Featured
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.4k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Balancing Empowerment & Direction
lara
1
400
Site-Speed That Sticks
csswizardry
10
680
Facilitating Awesome Meetings
lara
54
6.4k
Being A Developer After 40
akosma
90
590k
What's in a price? How to price your products and services
michaelherold
246
12k
GitHub's CSS Performance
jonrohan
1031
460k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
The World Runs on Bad Software
bkeepers
PRO
69
11k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
48
2.9k
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