Jan 22, 2016

iPhone .PortraitUpsideDown

By default the iPhone doesn’t rotate to portrait upside down. The following gist allows all orientation on the iPhone:

More »



Jan 20, 2016

Searching for a Swift Future library

Futures and Promises are a fantastic abstraction for asynchronous operations which I’ll write about in a future post. In Objective-C I used a version of SHXPromise which worked well for us.

Searching for an equivalent in Swift, I narrowed my choice to:

More »



Jan 13, 2016

Popovers on the iPhone

By default the iPhone doesn’t allow popovers. The following gist allows popovers on the iPhone:

More »



Jan 5, 2016

Status bar colour matching

The following gist ensures the status bar colour is set to the same as the navigation bar background colour. This matches the behaviour of wrapping the ViewController in a NavigationController.

More »



Dec 4, 2015

Swift libraries

Some potentially useful Swift libraries:

More »