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
450
SSH Can
oursky
1
280
HTTP/2
oursky
0
310
watchOS2
oursky
0
290
Common QA issues
oursky
0
170
Complex is better than complicated
oursky
0
260
Clean code again
oursky
3
340
KiriKiri x O2 x NVLMarker
oursky
0
190
Flux + React
oursky
1
350
Other Decks in Programming
See All in Programming
Kanzawa.rbのLT大会を支える技術の裏側を変更する Ruby on Rails + Litestream 編
muryoimpl
0
220
パスキーのすべて ── 導入・UX設計・実装の紹介 / 20250213 パスキー開発者の集い
kuralab
3
670
なぜイベント駆動が必要なのか - CQRS/ESで解く複雑系システムの課題 -
j5ik2o
7
2.5k
Amazon Q Developer Proで効率化するAPI開発入門
seike460
PRO
0
110
chibiccをCILに移植した結果 (NGK2025S版)
kekyo
PRO
0
210
DevinとCursorから学ぶAIエージェントメモリーの設計とMoatの考え方
itarutomy
1
640
Software Architecture
hschwentner
6
2.1k
定理証明プラットフォーム lapisla.net
abap34
1
1.7k
法律の脱レガシーに学ぶフロントエンド刷新
oguemon
5
730
さいきょうのレイヤードアーキテクチャについて考えてみた
yahiru
3
730
負債になりにくいCSSをデザイナとつくるには?
fsubal
9
2.3k
Pythonでもちょっとリッチな見た目のアプリを設計してみる
ueponx
1
480
Featured
See All Featured
Testing 201, or: Great Expectations
jmmastey
41
7.2k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Code Review Best Practice
trishagee
66
17k
Documentation Writing (for coders)
carmenintech
67
4.6k
Making Projects Easy
brettharned
116
6k
Side Projects
sachag
452
42k
The Pragmatic Product Professional
lauravandoore
32
6.4k
We Have a Design System, Now What?
morganepeng
51
7.4k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Site-Speed That Sticks
csswizardry
3
370
Into the Great Unknown - MozCon
thekraken
35
1.6k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
99
18k
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