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
CZII - CryoET Object Identification 参加振り返り・解法共有
tattaka
0
240
目の前の仕事と向き合うことで成長できる - 仕事とスキルを広げる / Every little bit counts
soudai
22
5.8k
組織貢献をするフリーランスエンジニアという生き方
n_takehata
1
1k
現場の種を事業の芽にする - エンジニア主導のイノベーションを事業戦略に装着する方法 -
kzkmaeda
2
1.5k
Larkご案内資料
customercloud
PRO
0
600
Platform Engineeringは自由のめまい
nwiizo
4
1.9k
【Developers Summit 2025】プロダクトエンジニアから学ぶ、 ユーザーにより高い価値を届ける技術
niwatakeru
2
890
データ資産をシームレスに伝達するためのイベント駆動型アーキテクチャ
kakehashi
PRO
2
230
地方拠点で エンジニアリングマネージャーってできるの? 〜地方という制約を楽しむオーナーシップとコミュニティ作り〜
1coin
1
130
Datadogとともにオブザーバビリティを布教しよう
mego2221
0
130
ビジネスと現場活動をつなぐソフトウェアエンジニアリング~とあるスタートアッププロダクトの成長記録より~
mizunori
0
210
バックエンドエンジニアのためのフロントエンド入門 #devsumiC
panda_program
16
6.5k
Featured
See All Featured
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
6
540
Navigating Team Friction
lara
183
15k
RailsConf 2023
tenderlove
29
1k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
4
400
Building Applications with DynamoDB
mza
93
6.2k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
12
950
Into the Great Unknown - MozCon
thekraken
35
1.6k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
366
25k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
29k
Code Reviewing Like a Champion
maltzj
521
39k
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