Make games with Unity [Part 1: Project setup and scenes navigation]
Unity is a powerful game engine that help developers build simple-to-AAA games for multiple platforms such as iOS, Android, PlayStation, Xbox and many others. T...
Unity is a powerful game engine that help developers build simple-to-AAA games for multiple platforms such as iOS, Android, PlayStation, Xbox and many others. T...
Update: The Swift version of this tutorial is available here. Since iOS7, Apple engineers introduced a new set of networking API called NSURLSession, in order t...
Hello everybody, and happy new year for all of you :] A while ago, I saw so many questions on SO enquiring about how to implement a login screen to the user bef...
I came across a lot of useful libraries hosted in Github, one of them is called NoticeView. This is a lightweight library which gives a cool style for success a...
In a previous tutorial, you have seen how to load URLs already listed in a UITableView. In this tutorial, i will be showing you how to easily use a loading indi...
One of the major use of UITabelView is to make menus where every cell perform a specific task or let you navigate to another view. The typical example is the Se...
When you create your application for iPhone and/or iPad, one of the main features you surely take into consideration, is, which community you are intending to t...
Objective-C is an OOP language often used on the Macintosh, including the Cocoa API of Mac OS X. And, since 2007, Obj-C is used for developing iOS devices appli...