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
490
SSH Can
oursky
1
300
HTTP/2
oursky
0
330
watchOS2
oursky
0
320
Common QA issues
oursky
0
200
Complex is better than complicated
oursky
0
280
Clean code again
oursky
3
360
KiriKiri x O2 x NVLMarker
oursky
0
230
Flux + React
oursky
1
380
Other Decks in Programming
See All in Programming
テストカバレッジ100%を10年続けて得られた学びと品質
mottyzzz
2
500
CloudflareのChat Agent Starter Kitで簡単!AIチャットボット構築
syumai
2
460
AIでLINEスタンプを作ってみた
eycjur
1
230
Testing Trophyは叫ばない
toms74209200
0
830
Ruby Parser progress report 2025
yui_knk
1
410
ぬるぬる動かせ! Riveでアニメーション実装🐾
kno3a87
1
200
プロパティベーステストによるUIテスト: LLMによるプロパティ定義生成でエッジケースを捉える
tetta_pdnt
0
270
テストコードはもう書かない:JetBrains AI Assistantに委ねる非同期処理のテスト自動設計・生成
makun
0
200
250830 IaCの選定~AWS SAMのLambdaをECSに乗り換えたときの備忘録~
east_takumi
0
380
開発チーム・開発組織の設計改善スキルの向上
masuda220
PRO
19
11k
Improving my own Ruby thereafter
sisshiki1969
1
160
Tool Catalog Agent for Bedrock AgentCore Gateway
licux
6
2.2k
Featured
See All Featured
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Become a Pro
speakerdeck
PRO
29
5.5k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
13k
GitHub's CSS Performance
jonrohan
1032
460k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.8k
Building an army of robots
kneath
306
46k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
Bash Introduction
62gerente
615
210k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
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