↧
When to use Delegation, Notification, or Observation in iOS
A common problem that we often experience when developing iOS applications, is how to allow communication between our controllers, without the need to have excessive coupling. Three common patterns...
View ArticleContinuous Deployment of iOS Apps with Jenkins and TestFlight
I thought it was about time I should put together a simple guide on using Jenkins to build your iOS application – and for those of us that use the awesome testflightapp.com website for managing our iOS...
View ArticleUniversal Links – A Few Things to be Prepared for
I recently had the opportunity to work for a client who wanted to develop what they termed “app indexing”. What they meant by this was that they wanted their users to be directed into a specific screen...
View Article