Language: Swift 3 OS: iOS 9+ Before iOS 9 came out, to hop from one […]
Tag: Swift
Quick Swift – Segment Control to Display View Controllers
Using Swift 3 In this tutorial, we’re going to use a segment control to display […]
Quick Swift – Play Video in UITableViewCell
Coded using Swift 3 Add a table view controller to the main storyboard. Stretch out […]
Quick Swift – Core Data – Adding a Data Model and Entities
Have you forgot to select the use Core Data checkmark or have an application where […]
Quick Swift – How to Unwind a View Controller
Apple defines a segue as a transition between two view controllers. An unwinding segue – […]
Quick Swift – How to Install CocoaPods
First question that came to my mind when I heard CocoaPods is, “What is that?”. […]