iOS
-
Cross-platform app links
Here are some notes after the recent research into deep linking into the apps. The goal was to launch the app on clicks on links in email. Traditionally, we were using a custom scheme to register the app as a handler for, but this didn’t work quite well. So notes:
-
Thoughts on present iOS development
Now the time for iOS has come and I’m putting together these notes basing on my recent experience with XCode 6 Beta, Beta 6 and Beta 7.
-
Constraints aware soft keyboard compensation on iOS
A while ago Apple introduced constraints-based layouts for Mac OS X and iOS user interface designs. It’s a huge and logical step forward from pixel-perfect fully manual laying out of things. The line of devices grows and creating all possible variations of interfaces has become a seriously tedious task.