Get up and running with Swift playgrounds in Xcode 7
Update October 2015: Fully updated for Swift 2.1 The curtain came down on the annual WWDC and Apple has announced the new iOS 9 and Xcode 7 along with Swift 2 a...
Update October 2015: Fully updated for Swift 2.1 The curtain came down on the annual WWDC and Apple has announced the new iOS 9 and Xcode 7 along with Swift 2 a...
UIKit has powerful tools and API that enable 2D drawing, which comes in handy often when we need to draw fast hand sketches and drawings. Many apps in Apple sto...
Update November 2015: Fully updated for iOS 9 (Xcode 7 and Swift 2). Almost all applications require a mechanism to store data that will be needed at a later ti...
Modern programming in iOS implies many rules to enhance the app responsiveness and throughput. One of this is multitasking and asynchronous tasks. Asynchronous ...
Update April 2016: Fully updated for iOS 9.3 (Xcode 7.3 and Swift 2.2). Lot of stuff was demonstrated in the first and second tutorials of this series, you lear...
Update October 2015: Fully updated for iOS 9 (Xcode 7 and Swift 2). In the previous tutorial, you learned how to use the MKLocalSearch API powered by MapKit fra...
Update September 2016: Fully updated for Xcode 8 and Swift 3. I usually like how MapKit framework comes with a great set of API to empower each map app. The fir...
Update May 2020: Fully updated for Xcode 11 and Swift 5.1. Since Auto Layout came to life, the task of making adaptive user interfaces that support all scr...
In the first part, you learned the basics of Unity views and editors, also, we learn how to configure a blank project composed of two simple scenes with two dir...
RSS is a well known web feed format, usually used to publish different informations frequently changed, such as blog entries and headlines. It’s one form ...