objc.io and nshipster were my two favorite iOS dev blogs. It's a bummer there haven't been new posts for a while. They still have years worth of really high quality content though
I was surprised to see the mention of Rollout which I hadn't heard of which claims to allow you to push hot fixes to native iOS apps. Although I've been out of the iOS game for a while, I recalled this being against Apple's ToS. Apparently this is is still true to some degree, but they have an interesting blog post about how they can work around these restrictions.
The interesting bit being that they can patch native methods using JS. You have to write a specific patch in JS though and still fix the original native code before pushing out the next version.
not mac specific, but magit[1] is just extremely useful and fast/easy to use. Some times even if I'm not using emacs to code, I just open it to commit/work on git.
36 comments
[ 3.0 ms ] story [ 43.8 ms ] threadI would add two resources to the blogs list: NatashaTheRobot and Dave Verwer's NewsLetters. Both are excellent newsletters for iOS devs.
- iOS Dev Weekly (https://iosdevweekly.com/)
- Little Bites of Cocoa (https://littlebitesofcocoa.com/)
- objc (https://www.objc.io/)
- NSHipster (http://nshipster.com/)
- NSBlog / Friday Q&A from Mike Ash (https://www.mikeash.com/pyblog/)
- This Week in Swift (https://swiftnews.curated.co/)
- Erica Sadun (http://ericasadun.com/)
- Quality Coding (http://qualitycoding.org/)
- Use Your Loaf (http://useyourloaf.com/)
- Swift Monthly (http://swiftmonthly.com/)
- Cocoa, Objective-C and Swift programming News aggregator (https://twitter.com/cocoadevblogs)
Edit: Another blog worth following is the Swift Blog (https://swift.org/blog/) and the old Swift Blog (https://developer.apple.com/swift/blog/) by Apple/Swift engineers
- iOS Cookies (http://www.ioscookies.com/)
- iOS Goodies (http://ios-goodies.com/)
- NSHipster (http://nshipster.com/)
- Cocoa With Love (http://www.cocoawithlove.com/)
https://blog.rollout.io/2016/01/updating-apps-without-app-st...
I try to tag urls to keep them organized. If you want to learn about Core Image or SpriteKit, for example:
http://www.h4labs.com/dev/ios/swift.html?age=10000&q=CoreIma...
http://www.h4labs.com/dev/ios/swift.html?q=SpriteKit&age=100...
I also provide a weekly view that ends on Saturdays:
http://www.h4labs.com/dev/ios/swift.html?week=0
All the raw data is on Github: https://github.com/melling/SwiftResources
Something you could improve: Screenshots (where applicable). The lists have that "wall of text" feeling without any graphics.
- Daring Fireball (http://daringfireball.net/)
- The Loop (http://www.loopinsight.com/)
- Six Colors (https://sixcolors.com/)
- Marco Arment (https://marco.org/)
- Mac Rumors (http://www.macrumors.com/)
http://gitup.co/
In case you don't mind going for a paid alternative, Git Tower is good too (https://www.git-tower.com/). Comes with 30 days trial.
You may also like to check out a list of GUI clients here:
https://git-scm.com/downloads/guis
http://gitboxapp.com
https://www.gitkraken.com/
I really just want visual log and visual add -p and GitX nails that.
[1]: https://magit.vc/
Everyone else I work with uses: http://www.kaleidoscopeapp.com
* http://designcode.io/
Great for mobile games and other interactive apps. Also awesome for prototyping UI and animations. :)
- AppSight.co (http://www.appsight.co/)