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
65
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
大規模組織にAIエージェントを迅速に導入するためのセキュリティの勘所 / AI agents for large-scale organizations
i35_267
6
300
株式会社島津製作所_研究開発(集団協業と知的生産)の現場を支える、OSS知識基盤システムの導入
akahane92
1
1.3k
地図と生成AI
nakasho
0
800
増え続ける脆弱性に立ち向かう: 事前対策と優先度づけによる 持続可能な脆弱性管理 / Confronting the Rise of Vulnerabilities: Sustainable Management Through Proactive Measures and Prioritization
nttcom
1
200
Turn Your Community into a Fundraising Catalyst for Black Philanthropy Month
auctria
PRO
0
160
2025-07-25 NOT A HOTEL TECH TALK ━ スマートホーム開発の最前線 ━ SOFTWARE
wakinchan
0
160
Bliki (ja), and the Cathedral, and the Bazaar
koic
8
1.5k
P2P ではじめる WebRTC のつまづきどころ
tnoho
1
240
興味の胞子を育て 業務と技術に広がる”きのこ力”
fumiyasac0921
0
220
Railsの限界を超えろ!「家族アルバム みてね」の画像・動画の大規模アップロードを支えるアーキテクチャの変遷
ojima_h
4
490
Expertise as a Service via MCP
yodakeisuke
1
150
怖くない!GritQLでBiomeプラグインを作ろうよ
pal4de
1
130
Featured
See All Featured
Making the Leap to Tech Lead
cromwellryan
134
9.4k
Practical Orchestrator
shlominoach
189
11k
Writing Fast Ruby
sferik
628
62k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
47
9.6k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.9k
Building a Modern Day E-commerce SEO Strategy
aleyda
42
7.4k
KATA
mclloyd
30
14k
Into the Great Unknown - MozCon
thekraken
40
1.9k
Optimizing for Happiness
mojombo
379
70k
A Tale of Four Properties
chriscoyier
160
23k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.6k
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