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
CocoaHeads Toledo 8/2/12
Search
Keith Thompson
August 02, 2012
Technology
1
64
CocoaHeads Toledo 8/2/12
RubyMotion presentation for CocoaHeads Toledo August meeting.
Keith Thompson
August 02, 2012
Tweet
Share
More Decks by Keith Thompson
See All by Keith Thompson
Getting Your Feet Wet with Mac Development
keiththomps
0
53
Other Decks in Technology
See All in Technology
Core Audio tapを使ったリアルタイム音声処理のお話
yuta0306
0
160
登壇ネタの見つけ方 / How to find talk topics
pinkumohikan
6
600
How Community Opened Global Doors
hiroramos4
PRO
1
130
CI/CD/IaC 久々に0から環境を作ったらこうなりました
kaz29
1
200
生まれ変わった AWS Security Hub (Preview) を紹介 #reInforce_osaka / reInforce New Security Hub
masahirokawahara
0
370
より良いプロダクトの開発を目指して - 情報を中心としたプロダクト開発 #phpcon #phpcon2025
bengo4com
1
3.2k
asken AI勉強会(Android)
tadashi_sato
0
140
作曲家がボカロを使うようにPdMはAIを使え
itotaxi
0
390
Oracle Cloud Infrastructure:2025年6月度サービス・アップデート
oracle4engineer
PRO
2
310
「良さそう」と「とても良い」の間には 「良さそうだがホンマか」がたくさんある / 2025.07.01 LLM品質Night
smiyawaki0820
1
430
5min GuardDuty Extended Threat Detection EKS
takakuni
0
180
Node-RED × MCP 勉強会 vol.1
1ftseabass
PRO
0
180
Featured
See All Featured
How to Ace a Technical Interview
jacobian
277
23k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.5k
The Cult of Friendly URLs
andyhume
79
6.5k
Git: the NoSQL Database
bkeepers
PRO
430
65k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.8k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Why Our Code Smells
bkeepers
PRO
337
57k
Making the Leap to Tech Lead
cromwellryan
134
9.4k
Transcript
A Slightly Different Take on iOS Thursday, August 2, 12
A Little about Me @keiththomps every where I’m a CSE
student at UT Web Developer for Brilliant Fantastic I <3 dynamic, interpreted languages Thursday, August 2, 12
Other Fun Facts I’m horrible at design Had never written
a line of Obj-C prior to this Few things bug me more than IDE’s < Thursday, August 2, 12
Take a Tomato Break... Thursday, August 2, 12
The App Simple Pomodoro App Settings Countdown Work, Break Cycles
Thursday, August 2, 12
Perks of RubyMotion REPL Power of both Obj-C and Ruby
(almost) Work Outside of an IDE Your pinky can take a break from [ & ] Thursday, August 2, 12
Downsides of RubyMotion Not coding in an IDE, doesn’t mean
not using one Still need to know Obj-C at least a little Thursday, August 2, 12
One last things before we begin... Thursday, August 2, 12
Hopefully that wasn’t too painful ^_^ Thursday, August 2, 12
Common Misconceptions “I can’t use Storyboards/nibs” => False “It’s Ruby
therefore less performant” => False Thursday, August 2, 12
RubyMotion Links & Resources RubyMotion DevCenter [http://www.rubymotion.com/ developer-center] Sample Projects
[https://github.com/HipByte/ RubyMotionSamples] MacBacon (for testing) [https://github.com/alloy/ MacBacon] RubyMotion Way (blog article) [http://clayallsopp.com/ posts/the-ruby-motion-way/] RubyMotion Tutorial [http://rubymotion-tutorial.com/] Thursday, August 2, 12
RubyMotion Gems Bubble-Wrap [http://bubblewrap.io/] Formotion [https://github.com/clayallsopp/formotion] SimpleView [https://github.com/seanho/SimpleView] Thursday, August
2, 12
Final Verdict... Thursday, August 2, 12
case self.like_ruby? when true Use::RubyMotion when false p "What is
wrong with you?" Thursday, August 2, 12