What's in my iOS toolbox?
11–20 of 36 posts
Re: What's in my iOS toolbox?
#12I'd recommend http://www.objc.io/ under Continuous Learning. http://www.mobile-patterns.com/ is also good for design/inspiration, curated by a former Foursquare designer
Re: What's in my iOS toolbox?
#13Re: What's in my iOS toolbox?
#14Re: What's in my iOS toolbox?
#15This is a great list! Here are some tools that I have also found useful that I don't see on the list: Dash[1] - Quickly check documentation (like, really quickly) objc.io[2] - Great reading on iOS and OS X APIs HockeyApp[3] - Service similar to Testflight https://itunes.apple.com/app/dash-docs-snippets/id458034879?... , http://www.objc.io/ , http://hockeyapp.net/
I've been meeting to get Dash after hearing about it on a recent podcast (can't remember which one though). Assuming since it's in your "toolbox" you enjoy using it?
Re: What's in my iOS toolbox?
#16Link to http://capptivate.com is broken. Any idea if the site has moved to a different domain ?
Re: What's in my iOS toolbox?
#17Pixelmator instead of Photoshop for me.
Sketch is also so much easier to get nice results out of than Illustrator.
I love Pixelmator, but its biggest shortcoming is the complete lack of palette management, especially if you pick up and move between different monitor setups frequently. They need to snap to each other and the sides. They just end up everywhere, including on top of each other. I can never find the ones I need because they're always piling up and changing sizes and locations.
Re: What's in my iOS toolbox?
#18http://injectionforxcode.com Injection for XCode and AppCode for hot code injection so that I launch the simulator once and code interactively over many, many changes.
https://github.com/robertwijas/UISS UISS so I can interactively configure appearance proxies.
Slowly but surely, I will live like in Smalltalk.
Re: What's in my iOS toolbox?
#19I'd recommend http://www.objc.io/ under Continuous Learning. http://www.mobile-patterns.com/ is also good for design/inspiration, curated by a former Foursquare designer
Re: What's in my iOS toolbox?
#20http://www.jetbrains.com/objc/ AppCode, the IDE that is an extension of my brain. Wonderful inspection abilities at breakpoints. Superlative refactoring and completion. And so very much more. http://injectionforxcode.com Injection for XCode and AppCode for hot code injection so that I launch the simulator once and code interactively over many, many changes. https://github.com/robertwijas/UISS UISS so I can interactiv…