Record and Play Audio Part 3/3

Welcome reader to the final part of the 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 Swift, […]

Record and Play Audio Part 2/3

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 […]

Record and Play Audio Part 1/3

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 […]

Swift Database Functions

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 […]