Building a Board-Game but troubled with dice; here is the sample code and illustration for how to roll a dice like real dice and how to identify face value of dice apparent on gaming console.
Previously, we covered how to use UIImagePickerController in iOS. In this tutorial, we are going to learn how to pick an images from camera or photo library and saved into photo album. The iOS libr…
The main objective of this post is to describe how to overlay objects like text and images on video. Well since iOS 4 turned out there has been a finer approach to do this and it is high time I dem…
In this tutorial we cover how to use SQLite database in Swift. This is an example showing how to create a application that performs Insert, Update, Delete operation on a table called StudentInfo.