About 30 results
https://mackuba.eu/2019/03/06/watchkit-adventure-2-mvc/ · 6 Mar 2019
This post is the second (or technically third) part of my series about building a WatchKit app that shows current air pollution level on the watch face. If you haven’t seen the previous parts, you might want to at least take a look at the intro.
https://mackuba.eu/2018/12/18/watchkit-adventure-1-the-big-picture/ · 18 Dec 2018
Update 03.07.2019: watchOS 6 has changed a lot of things that I’ve written about here, so I went through the post again and updated all parts that got out of date.
https://mackuba.eu/2018/10/29/watchkit-adventure-0-intro/ · 29 Oct 2018
Ever since I saw the first Apple Watch announced on stage, I wanted to learn to write apps for it. I bought my first Watch half a year later, when they finally appeared in Europe, with that thought in mind. You can probably guess how that went…
https://mackuba.eu/2018/09/07/new-stuff-from-wwdc-2018/ · 7 Sep 2018
For the last 3 WWDC’s I’ve been collecting ordered lists of all new features and APIs added in the new releases of Apple’s OSes, either announced in the keynote or one of the talks, or in release notes, or just discovered by some API diff spelunkers...
https://mackuba.eu/2018/06/11/notifications-in-ios-12/ · 11 Jun 2018
One of the things that caught my attention in the WWDC videos I watched last week were the improvements in the notification system, meant to on one hand give more control over notifications to the users and make them a bit less overwhelming, and on the ot...
https://mackuba.eu/2017/07/13/changes-to-location-tracking-in-ios-11/ · 13 Jul 2017
Apart from a whole bunch of new frameworks (see the whole list here), iOS 11 also makes some major changes to existing APIs. One of the affected areas is location tracking. If your app only uses location while the app is in the foreground, as most apps do,...
https://mackuba.eu/2017/07/05/new-stuff-from-wwdc-2017/ · 5 Jul 2017
It’s that time of the year again - if you’re like me, you’ve probably spent a lot of time in the last few weeks following everything that’s been announced at WWDC, digging into release notes, watching WWDC talks and playing with some cool new stuff...
https://mackuba.eu/2016/07/12/new-stuff-from-wwdc-2016/ · 12 Jul 2016
Following the tradition from last year, here’s my complete list of all interesting features and updates I could find in Apple’s OSes, SDKs and developer tools that were announced at this year’s WWDC. This is based on the keynotes, the “What’s Ne...
https://mackuba.eu/2015/07/05/new-stuff-from-wwdc-2015/ · 5 Jul 2015
Here’s my own list of the interesting stuff announced during this year’s WWDC, collected from the keynotes, various Apple docs, blog posts and tweets.
https://mackuba.eu/2015/03/17/accessing-user-location-data-in-ios8/ · 17 Mar 2015
In iOS 8 Apple made some changes to how apps are supposed to request access to location data. If you use CLLocationManager and you don’t make any changes for iOS 8 compatibility, your app might stop receiving location data at all.