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
開発者を支える Internal Developer Portal のイマとコレカラ / To-day and To-morrow of Internal Developer Portals: Supporting Developers
aoto
PRO
1
400
データアナリストからアナリティクスエンジニアになった話
hiyokko_data
2
430
生成AI時代のデータ基盤設計〜ペースレイヤリングで実現する高速開発と持続性〜 / Levtech Meetup_Session_2
sansan_randd
1
140
Kubernetes における cgroup driver のしくみ: runwasi の bugfix より
z63d
2
240
品質視点から考える組織デザイン/Organizational Design from Quality
mii3king
0
130
AWSで推進するデータマネジメント
kawanago
1
1.2k
JTCにおける内製×スクラム開発への挑戦〜内製化率95%達成の舞台裏/JTC's challenge of in-house development with Scrum
aeonpeople
0
110
テストを軸にした生き残り術
kworkdev
PRO
0
180
なぜテストマネージャの視点が 必要なのか? 〜 一歩先へ進むために 〜
moritamasami
0
180
エニグモ_会社紹介資料(エンジニア職種向け).pdf
enigmo_hr
0
2.2k
Agile PBL at New Grads Trainings
kawaguti
PRO
1
330
なぜSaaSがMCPサーバーをサービス提供するのか?
sansantech
PRO
8
2.6k
Featured
See All Featured
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.5k
Done Done
chrislema
185
16k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
For a Future-Friendly Web
brad_frost
180
9.9k
Side Projects
sachag
455
43k
Unsuck your backbone
ammeep
671
58k
Gamification - CAS2011
davidbonilla
81
5.4k
How GitHub (no longer) Works
holman
315
140k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
Documentation Writing (for coders)
carmenintech
74
5k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
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