My team has been hard at work gearing up for the iOS 13 release. As a part of that, and one of the things I’m very passionate about, is making sure that any app that I work on is up to speed with the latest advances in accessibility. A huge part of this year’s WWDC …
Category: iOS
Fixing Vague Swift Error Logs
libc++abi.dylib: terminating with uncaught exception of type NSException Ever seen an error message that looks like this? Frustrated with how it basically doesn’t tell you anything about the actual issue? The good news is that you can make these error messages much more informative with one easy trick! Head to your scheme list and click …
Autocompleting UIColors from the Xcode Asset Library
Xcode 9 introduced a nice new feature that allows you to now add colors to your Asset library. It’s a very visual and easy way to keep your color palette 🎨 organized. (If you’re not familiar with how to add colors to your library, it’s very straightforward. Check out this great Zeplin tutorial on how to …
Tips for Backwards Compatibility with iOS 10 Today Widgets
It’s been really interesting seeing how prominence for today widgets have changed over the past couple of years. First introduced in iOS 8, today widgets weren’t given a very high place of honor and were coupled with missed notifications within Notification Center. However, in iOS 10, emphasis on today widgets has drastically changed, completely taking …
Tutorial: WWDC-Style Live Code Snippets
I recently gave a “live” coding tutorial at the Silicon Valley iOS Developers Meetup on how to create your first WatchKit app. By “live” I mean I did it WWDC-style with autocomplete blocks of code when I type in a completion shortcut. For those of you that aren’t familiar with this – you know how …