Cocoapods

Cocoapods and the localized string files

Cocoapods is an open-source dependency management tool built with Ruby for the iOS and the Mac OS X platforms. It aims to make the developer’s life easier by downloading/updating/managing/configuring the libraries needed for your project for you. As developer, if you want to add your…

CCControlExtension: the Pickers

Note: This post belongs to a long series whose summary is here and which aims to present you how to use the CCControl  library. In this part we will see how to create and work with a CCControlPicker which is an implementation of a picker for Cocos2D. A picker is a…