Live data from Hacker News

iOS Dev Tools

iosdev.tools

1–10 of 37 posts

Re: iOS Dev Tools

#2
Looks useful, reminds me of Swift Toolbox and Cocoa Controls.

I would add two resources to the blogs list: NatashaTheRobot and Dave Verwer's NewsLetters. Both are excellent newsletters for iOS devs.

Re: iOS Dev Tools

#3
I'll add a few of my favourites:

- 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)

Re: iOS Dev Tools

#5
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.

https://blog.rollout.io/2016/01/updating-apps-without-app-st...

Re: iOS Dev Tools

#6
I'm collecting everything that might help a Swift developer.

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

Re: iOS Dev Tools

#7
Wow, really extensive site (I sent you a suggestion btw).

Something you could improve: Screenshots (where applicable). The lists have that "wall of text" feeling without any graphics.

Re: iOS Dev Tools

#8
On a slightly related note, my list of favourite non-development blogs which I follow as an iOS developer:

- 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/)

Re: iOS Dev Tools

#10
BTW, what is the best Git GUI on Mac? I don't care about price. I have always used the command line, but many operations would be faster with a mouse.
Post reply on HN