Building a Day Counter on iOS – Part 3
Building a Day Counter on iOS – Part 3
In this series I’ll show you how to create a simple Day Counter on iOS, using Objective-C and Xcode 9. The idea is to se... Read more
11 Apr 2018
•
19mins
Building a Day Counter on iOS – Part 2
Building a Day Counter on iOS – Part 2
In this series I’ll show you how to create a simple Day Counter on iOS, using Objective-C and Xcode 9. The idea is to se... Read more
4 Apr 2018
•
28mins
Building a Day Counter on iOS – Part 1
Building a Day Counter on iOS – Part 1
In this series I’ll show you how to create a simple Day Counter on iOS, using Objective-C and Xcode 9. The idea is to se... Read more
29 Mar 2018
•
19mins
How to present a view controller on top of a UISplitView Controller – Part 2
How to present a view controller on top of a UISplitView Controller – Part 2
The second part of this mini-series about presenting another UIViewController on top of a UISplitViewController in iOS 9... Read more
6 Dec 2015
•
12mins
How to present a view controller on top of a UISplitView Controller – Part 1
How to present a view controller on top of a UISplitView Controller – Part 1
Since its introduction in iOS 5, our good friend the UISplitView Controller has always had a really annoying habit: it h... Read more
30 Nov 2015
•
17mins
Building a searchable UITableView in iOS 9 – Part 4
Building a searchable UITableView in iOS 9 – Part 4
In this final part of our project we’ll finish off the app by implementing a little Key Value Observation magic. This wi... Read more
25 Nov 2015
•
11mins
Building a searchable UITableView in iOS 9 – Part 3
Building a searchable UITableView in iOS 9 – Part 3
In this part of our series we’ll take a look at how we actually filter the data that is displayed in the searchable tabl... Read more
18 Nov 2015
•
7mins
Building a searchable UITableView in iOS 9 – Part 2
Building a searchable UITableView in iOS 9 – Part 2
In the previous part we’ve setup our project and the relevant graphical bits to make the app display the table view. Now... Read more
11 Nov 2015
•
11mins
Building a searchable UITableView in iOS 9 – Part 1
Building a searchable UITableView in iOS 9 – Part 1
In this 4 part course I’ll show you how to build a searchable UITableView using iOS 9.1 and Xcode 7.1. Part 1 will talk ... Read more
5 Nov 2015
•
23mins
How to load UIStoryboards depending on screen height in iOS
How to load UIStoryboards depending on screen height in iOS
A while ago I’ve written an article about how to load different storyboards depending on the screen size of an iOS devic... Read more
19 May 2015
•
19mins