http://www.theswiftproject.com In this tutorial take a first look at Apple's new iOS programming language, Swift, in developing a basic "Hello World" app for iOS 8 using Xcode 6.
http://www.theswiftproject.com In this tutorial take a first look at Apple's new iOS programming language, Swift, in developing a basic "Hello World" app for iOS 8 using Xcode 6.
http://www.99centsappdevelopment.com In this tutorial we look at how to create a custom camera view using AVCaptureSession. This will allow us to display a live camera preview in our view controlle...
http://www.99centsappdevelopment.com In this tutorial we look at creating a detail view controller for our table view, and pushing it onto the view heirachy when a cell is tapped, using a navigatio...
http://www.99centsappdevelopment.com In this tutorial we look at creating and setting up a table view (UITableView), and populating its cells with data to create a 'list' display. We will also look...
http://www.99centsappdevelopment.com In this tutorial we look at how to pass data between views in Xcode (iOS). We will create a segue between two views. On the first view there will be a text fiel...
http://www.99centsappdevelopment.com In this tutorial we look at how to make a calculator app, using basic mathematical operations in objective-c. The calculator will be able to add, subtract, mult...
http://www.99centsappdevelopment.com In this tutorial we look at how you can programmatically create a label, essentially how to add a label to your view in code, rather than through an .xib or sto...
http://www.99centsappdevelopment.com In this tutorial we look at capturing images and photos from the user's photo gallery, as well as device camera. Additionally, we will learn how to customise th...
http://www.99centsappdevelopment.com In this tutorial we look at sending local push notifications. We will make it appear as a banner on the home screen, and appear on the lock screen, as well as i...
http://www.99centsappdevelopment.com In this tutorial we look at how to create a stopwatch, and then a countdown timer in an iOS application (Xcode) using NSTimer (scheduledTimerWithInterval). We w...
http://www.99centsappdevelopment.com In this tutorial we look at creating a UIAlertView (pop-up) with multiple buttons. We will then detect when a button is pressed, and detect which button was pre...