What's in my iOS toolbox?
21–30 of 36 posts
Re: What's in my iOS toolbox?
#22Re: What's in my iOS toolbox?
#23I'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?
#24Re: What's in my iOS toolbox?
#25Earlier quoted context omitted.
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?
Dash's search speed puts Xcode to shame. It makes development much, much quicker for me.
Dash also has all the other docs you need (C/C++ standard libraries, SQLite and Flask/Postgres/etc. for the server side and even man pages).
Re: What's in my iOS toolbox?
#26I would like to add PaintCode and XcodeColors. PaintCode: It's really expensive but it's like a live tutorial on low level view drawing. XCodeColors: Used in conjunction with heavily modded LumberJack loggers is like logging heaven.
Re: What's in my iOS toolbox?
#27http://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…
Re: What's in my iOS toolbox?
#28Earlier quoted context omitted.
Dash's search speed puts Xcode to shame. It makes development much, much quicker for me.
Dash is still good but not quite as essential with Xcode 5 which is MUCH faster than Xcode 4 for documentation searching. Dash also has all the other docs you need (C/C++ standard libraries, SQLite and Flask/Postgres/etc. for the server side and even man pages).
Re: What's in my iOS toolbox?
#29Re: What's in my iOS toolbox?
#30I'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
I love how deep objc.io dives. They'll present long essays on topics which normally get glossed over in a sentence or two. Particularly useful are their thoughts on the state of objective c design patterns (quite a volatile topic since the release of iOS).