Welcome reader to the part 2 of the tutorial Record and Play Audio tutorial. Tutorial Revision Notes The tutorial was updated to fixed the issue of the AudioDiary app not working on a real device. Code presented on this page assume you are using Xcode 7.1 and Swift version 2. So if you are using a newer version of […]
Category: Swift App Development
In this tutorial you will have fun learning how to use the AVAudioRecorder class and the AVAudioPlayer class. An instance of the AVAudioRecorder class, in an iOS project, enables you to provide the ability for the app user to record a sound. An instance of the AVAudioPlayer class, in an iOS project, enables you to provide the […]
In this swift tutorial you will download an iOS project and use it to perform database functions without the use of the NSFetchedResultsController class. If you want to learn how to use the NSFetchedResultsController class in a Core Data application, then read this post: SWIFT CORE DATA FROM SCRATCH. Download The Project The first thing you have to […]
This is the final part of the workshop series. In it you’ll learn how to display a popover view on top of the secondary view controller’s view. A popover is a type of view controller that grab the user attention and suspend everything else in the user interface. Popover use limited space by placing a smaller […]