jtbrown's comments

jtbrown | 10 years ago | on: Building RESTful JSON Apps in Swift

Hey, everyone! I'm Josh Brown and I co-created this course. I'd love to answer any questions you have about how it works -- or about REST & JSON in Swift in general.

Here's one of our most common questions so far:

> What medium is this course in? Youtube? PDFs that I can read through?

The lessons come via email, and we're going to have a Live Q&A chat on GrokSwift.com towards the end of the course.

We've put a lot into this, and we hope you love it!

jtbrown | 10 years ago | on: Debunking the myths about parsing JSON in Swift

If you're talking about either the bad (pyramid of doom) code in Myth #1 - or the good code there, then it is indeed protecting against null values in the JSON. When you try to cast with `as? String`, it returns nil when there's a null value in the JSON and the code in the `if` block is skipped (and the `else` block is executed if one exists).

jtbrown | 12 years ago | on: Developing for iOS 7 and supporting iOS 6

Good points about Evernote - I'm not sure what went into their decision to support iOS 7 only, but I'm sure they considered it.

"I guess I was lucky that I still had it on my phone cause otherwise, I would be left without the ability to install it now."

That's not entirely true any more - Apple is now allowing users to install the "last compatible version" of apps. More on that from Engadget: http://www.engadget.com/2013/09/17/apple-ios-last-compatible...

jtbrown | 12 years ago | on: Developing for iOS 7 and supporting iOS 6

Eventually, yes, most users upgrade. But Apple's stats showed about 6% of users still on iOS 5 a full year after iOS 6 was released. I'd imagine we'll see similar numbers with users going from iOS 6 to 7 - lots of them won't upgrade for a full year, and some will never upgrade. Mixpanel is currently showing 36% of users on iOS 6 - that's not an insignificant number. I'll be supporting iOS 6 for probably another year.
page 1