Subclassing UIButton in Swift Tutorial

This tutorial shows you how to add more functionality to UIButtons by subclassing. It demonstrates the use of enumerations to make each button a different type and extensions to give the subclassed UIButton more functionality. In this tutorial we will create a very basic interface which consists mostly of a grid of UIButton’s. However, our […]

Simple Slider Tutorial Using Swift

This tutorial shows you how to make a simple but effective slider view for iOS. Although there are a lot of steps here, the actual project is really easy to understand and you can download the completed project if you wish. This tutorial uses Swift and focuses on just getting the slider on the screen […]

Bingo With Heston 3 Released

Lunapip is pleased to announce the release of the latest version of children’s maths game Bingo With Heston. Version 3.0.0 is now available from the App Store. This latest version is compatible with iPhone, iPad and iPod touch running iOS 8 or later. See the Bingo With Heston page for more information.

Adaptive UITableView Cells

This tutorial will show you the method I use to make an UITableViewCell with an adaptive height. The article assumes you have a little experience with adaptive layout, Swift and custom classes. Here’s the process I use. You can also download a copy of the project which contains the example used here as well as […]