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
CocoaHeads Tricity
March 07, 2013
Programming
1
67
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
67
2013-05-15 The story of Taxi5.pl. How to get 2mln PLN from a VC
cocoaheadstricity
0
71
2013-04-16 iOS development speed up
cocoaheadstricity
0
81
2013-04-16 cocos2d & chipmunk
cocoaheadstricity
0
43
2013-02-05 UICollectionView
cocoaheadstricity
0
170
2013-02-05 UXDesignForMobileApps
cocoaheadstricity
1
98
2013-01-10 iOS testing
cocoaheadstricity
0
46
Other Decks in Programming
See All in Programming
ドメインイベント増えすぎ問題
h0r15h0
2
370
クリエイティブコーディングとRuby学習 / Creative Coding and Learning Ruby
chobishiba
0
3.9k
Effective Signals in Angular 19+: Rules and Helpers
manfredsteyer
PRO
0
110
なまけものオバケたち -PHP 8.4 に入った新機能の紹介-
tanakahisateru
1
120
nekko cloudにおけるProxmox VE利用事例
irumaru
3
440
「Chatwork」Android版アプリを 支える単体テストの現在
okuzawats
0
180
Zoneless Testing
rainerhahnekamp
0
120
PHPで学ぶプログラミングの教訓 / Lessons in Programming Learned through PHP
nrslib
3
310
Scalaから始めるOpenFeature入門 / Scalaわいわい勉強会 #4
arthur1
1
340
【re:Growth 2024】 Aurora DSQL をちゃんと話します!
maroon1st
0
780
これが俺の”自分戦略” プロセスを楽しんでいこう! - Developers CAREER Boost 2024
niftycorp
PRO
0
190
Kaigi on Railsに初参加したら、その日にLT登壇が決定した件について
tama50505
0
100
Featured
See All Featured
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
45
2.2k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
6
520
Making Projects Easy
brettharned
116
5.9k
The Power of CSS Pseudo Elements
geoffreycrofte
73
5.4k
YesSQL, Process and Tooling at Scale
rocio
169
14k
Why You Should Never Use an ORM
jnunemaker
PRO
54
9.1k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
95
17k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
48k
Measuring & Analyzing Core Web Vitals
bluesmoon
4
170
Build The Right Thing And Hit Your Dates
maggiecrowley
33
2.4k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
0
99
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