http://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…
What's in my iOS toolbox?
31–36 of 36 posts
Re: What's in my iOS toolbox?
#32I'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?
#33I must say that the list wasn't a full list of resources but the ones that I normally use. There are a lot of useful tools and resources most of the tasks can be done by several apps. The point was giving other people a starting point and getting feedback in new apps.
For example, I've been using PS and I've never liked GIMP ... not sure why. But hearing suggestions, like Sketch and Pixelmator, is motivating to start using them.
Another point is price (not value). There're a lot of tools that I find great but expensive for a single developer. I don't say that I wouldn't use them but... the post was getting super long and it wouldn't reflect what I normally use/check on a daily/weekly basis.
Thanks again!
Re: What's in my iOS toolbox?
#34http://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…
Have you tried Reveal or SparkInspector? http://revealapp.com http://sparkinspector.com
To make "code visible" as I use an app, I wrote a category that logs -viewDidLoad -viewDidAppear and anything else one wants: https://github.com/mediumbear/LoggingInterceptor Very handy, never ask "what is this controller called again?", just look in the console.
Re: What's in my iOS toolbox?
#35http://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…
I rely on AppCode's tools often, but I can't get past the icky-slow-Java-app feeling for everyday use. Do you just put up with it or is there a "Don't feel slow" checkbox I'm missing?
Do you have an SSD? I have a 27" iMac that I use as an external screen, because the HDD makes me crazy.
Re: What's in my iOS toolbox?
#36http://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…
I feel way faster using appcode - their refactoring is so powerful.
After XCode did some very creative refactoring one too many times, I simply lost trust in it. Perhaps things have improved in newer versions, but there is still too much missing: completions that are really intelligent, as well as intelligent templates.
With AppCode, it's become a game of how few keystrokes I can type to have it complete. It feels like 10% must of the time. The guesses it makes are great and what I would use most of the time, almost magical.