iOS10, Apple, Tutorial, Example, iOS, Database, Core Data, Caching, Cache, Swift 2.0, Swift 2.3, Mantle, Adapter, MTLManagedObjectAdapter Core Data with Mantle in Swift Today we are going to talk about how I used Core data in conjunction with Mantle wrapper to directly store and retrieve data out of database without directly interacting with Core data. This
Swift, Tips, Tutorial, Defer, Swift 2.0 Defer in Swift Probably many posts have already been devoted to explain the use of defer keyword in Swift. But my two cents here. Defer is the new keyword added to the Swift 2.0 to
iOS, Xcode, Tips, Tutorial, Swift, Apple, Email, Swift 2.0, Swift 2.3, App, App Store, Attachments iOS - Add multiple attachments to an email (Swift 2.3) Recently I was working on my Simple Signature iOS app. This app allows you to make and save multiple signatures. You can save and view signature creation as an image or a video.
Swift, Swift 2.0, Xcode, Tips, Tutorial, Delay, Swift 2.3 Add delay in Swift Adding delay is bad. But sometimes for philosophical, legal and professional reasons we do desire to add delays in our code. Below is the code for method to add a delay in the