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
58
Other Decks in Programming
See All in Programming
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
510
手戻りゼロ? Spec Driven Developmentとは@KAG AI week
tmhirai
1
190
New in Go 1.26 Implementing go fix in product development
sunecosuri
0
420
米国のサイバーセキュリティタイムラインと見る Goの暗号パッケージの進化
tomtwinkle
2
550
AI Assistants for Your Angular Solutions
manfredsteyer
PRO
0
130
RAGでハマりがちな"Excelの罠"を、データの構造化で突破する
harumiweb
9
2.8k
AI主導でFastAPIのWebサービスを作るときに 人間が構造化すべき境界線
okajun35
0
700
Go 1.26でのsliceのメモリアロケーション最適化 / Go 1.26 リリースパーティ #go126party
mazrean
1
380
Takumiから考えるSecurity_Maturity_Model.pdf
gessy0129
1
140
AIに任せる範囲を安全に広げるためにやっていること
fukucheee
0
130
守る「だけ」の優しいEMを抜けて、 事業とチームを両方見る視点を身につけた話
maroon8021
3
760
「やめとこ」がなくなった — 1月にZennを始めて22本書いた AI共創開発のリアル
atani14
0
370
Featured
See All Featured
What Being in a Rock Band Can Teach Us About Real World SEO
427marketing
0
190
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
133
19k
Fireside Chat
paigeccino
42
3.8k
Navigating the moral maze — ethical principles for Al-driven product design
skipperchong
2
280
Marketing Yourself as an Engineer | Alaka | Gurzu
gurzu
0
150
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.5k
BBQ
matthewcrist
89
10k
Lightning talk: Run Django tests with GitHub Actions
sabderemane
0
140
From π to Pie charts
rasagy
0
150
How to Ace a Technical Interview
jacobian
281
24k
We Analyzed 250 Million AI Search Results: Here's What I Found
joshbly
1
940
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.4k
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