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
2013-03-07 iOS indie developer toolkit
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
CocoaHeads Tricity
March 07, 2013
Programming
1
78
2013-03-07 iOS indie developer toolkit
iOS, Objective-C, tools. Plan. Design. Code. Publish. Analyze.
CocoaHeads Tricity
March 07, 2013
Tweet
Share
More Decks by CocoaHeads Tricity
See All by CocoaHeads Tricity
2013-05-15 Threads. Why and how.
cocoaheadstricity
0
74
2013-05-15 The story of Taxi5.pl. How to get 2mln PLN from a VC
cocoaheadstricity
0
80
2013-04-16 iOS development speed up
cocoaheadstricity
0
88
2013-04-16 cocos2d & chipmunk
cocoaheadstricity
0
52
2013-02-05 UICollectionView
cocoaheadstricity
0
180
2013-02-05 UXDesignForMobileApps
cocoaheadstricity
1
110
2013-01-10 iOS testing
cocoaheadstricity
0
57
Other Decks in Programming
See All in Programming
AIとペアプロして処理時間を97%削減した話 #pyconshizu
kashewnuts
1
170
AIによる高速開発をどう制御するか? ガードレール設置で開発速度と品質を両立させたチームの事例
tonkotsuboy_com
7
2.6k
DevinとClaude Code、SREの現場で使い倒してみた件
karia
1
780
AHC061解説
shun_pi
0
270
Agent Skills Workshop - AIへの頼み方を仕組み化する
gotalab555
13
7.4k
Rで始めるML・LLM活用入門
wakamatsu_takumu
0
120
Amazon Bedrockを活用したRAGの品質管理パイプライン構築
tosuri13
5
900
エージェント開発初心者の僕がエージェントを作った話と今後やりたいこと
thasu0123
0
220
Swift ConcurrencyでよりSwiftyに
yuukiw00w
0
220
Claude Codeと2つの巻き戻し戦略 / Two Rewind Strategies with Claude Code
fruitriin
0
200
CopilotKit + AG-UIを学ぶ
nearme_tech
PRO
1
110
AIエージェントのキホンから学ぶ「エージェンティックコーディング」実践入門
masahiro_nishimi
7
1.2k
Featured
See All Featured
エンジニアに許された特別な時間の終わり
watany
106
240k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3.3k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
199
72k
How GitHub (no longer) Works
holman
316
140k
Deep Space Network (abreviated)
tonyrice
0
81
The Mindset for Success: Future Career Progression
greggifford
PRO
0
260
A better future with KSS
kneath
240
18k
The Language of Interfaces
destraynor
162
26k
AI Search: Implications for SEO and How to Move Forward - #ShenzhenSEOConference
aleyda
1
1.1k
The agentic SEO stack - context over prompts
schlessera
0
670
Keith and Marios Guide to Fast Websites
keithpitt
413
23k
B2B Lead Gen: Tactics, Traps & Triumph
marketingsoph
0
64
Transcript
iOS indie developer toolkit CocoaHeads Tricity
Workflow Plan Design Code Publish Analyze
Research +
Mindnode
Organize Planning tasks Designer + Developer cooperation
Wireframes?
Design ‣Wireframing is useful ‣Wireframing can take a lot of
time ‣Wireframing apps can be cheap (or free ;) ) ‣https://gomockingbird.com/ ‣https://moqups.com/ ‣http://popapp.in/
IconKit - icon files generator Generate icon files
Resizer - non-retina images Make non-retina images easily
Automator - custom services ‣Built in Mac OS X ‣Create
custom services by stacking blocks ‣Use for example to add „@2x” to filename Demo
Testico.net - icon test ‣Great tool for testing your icon
in live environment ‣http://testico.net/icon/abmksj ‣http://testico.net/icon/gdjgiv Source image:
Reflector - Airplay server ‣Airplay mirroring to your Mac (or
PC) ‣You can record promo videos ‣Paid, but has a nice free trial
ImageOptim Remember to disable Xcode’s compression Can decrease your app’
size about 30% (think OTA)
Remind your designer Use only even dimensions and positions 1px
becomes 0,5px Have fun matching lines & patterns
3, 2, 1..... Code! ‣Go reinvent the wheel! Or... ‣check
for existing components first ‣https://github.com/ ‣http://www.cocoacontrols.com/ ‣http://code4app.net/
Mou - reading markdown ‣Free ;) ‣Intuitive editor ‣Doesn’t support
github extension ‣No preview
Find your code a home ‣Git ‣Git-flow ‣Remote hosting issue
‣https://bitbucket.org/
OMG command-line ‣Xcode has built-in git support, but it sucks
‣Command line committing sucks ‣There’s an app for that...
SourceTree -GIT client ‣Free ‣Easy & intuitive GUI ‣Supports MOST
of git operations ‣Supports Git-Flow ‣Lack of nice file merging system(conflicts) Demo
RestTest - WebService tester
Make your code shine ‣Uncrustify ‣Free code formatter ‣Can be
nicely plugged into Xcode (using behaviors) ‣Make your own rules with Uncrustify X
Optimizing coding flow ‣Xcode snippets ‣Can I use that? Checking
if method is available in deployment target ‣Powerful logging ‣Colorful Xcode console ‣More details on the second part ;) ‣http://github.com/mzygar/CocoaHeads3CityLecture
Xcode snippets ‣ http://www.icodeblog.com/2011/12/06/using-xcode-4-snippets/ ttt =
Remind your developer Always cut out NSLogs on release configuration
Or you will be pocked, or scrapped or... Demo sponsored by Huffington Post
Publishing ‣Before publishing ‣find beta testers ‣add analytics
TestFlight - build distribution ‣Revolution ‣seamless (almost) adHoc install ‣use
to send to QA or customers ‣limited amount of devices
Your own Big Data ‣Flurry Analytics ‣ nice SDK ‣
issues with retrieving data via API ‣ horrible UI ‣Mixpanel ‣ perfect ‣ soo expensive
Tracking installation sources ‣Yoz.io ‣Google conversion tracking ‣Flurry ??
Tracking sales ‣AppAnnie ‣free ‣simple(basic) & clear ‣AppFigures ‣way better
‣paid ;(
Appcod.es ‣SEO tool for Appstore ‣Keyword discovery ‣Average accuracy (
based on xyo.net) ‣Use „devforum” code to get first month for 1$ ‣UI is terrible
Press Kit ‣http://placeit.breezi.com/ ‣Reflector app ‣App page ‣tumblr.com ‣vipserv.org (for
WordPress)
Thanks! Michal Zygar @mzygar