Just yesterday I mentioned a tutorial on utilizing Core Text to create magazine style apps with rich text formatting and multiple columns, and I have previously mentioned the NSAttributed string additions library that was created to allow for easy display of formatted text using HTML without using a UIWebView. I’ve come across an open source […]
Category: iOS Development Libraries
This category mainly features open source libraries for iOS development. Any library relevant for iOS developers can be posted here, that includes libraries specifically for game development on the iPhone and iPad.
If you would like to add a library please submit it here.
The standard UITabbar on the iPhone is limited to displaying five items at once, and if you would like to give the user the option of more tab bar items those extra items will be typically selected through the more screen. I’ve come across a library that allows you to add an infinite number of […]
The NinePatch image was introduced by Google for the Android. The key feature of the image format is defined stretchable areas so that the image could resize to fit content without degradation. Google has also created tools so that Ninepatch images can easily be created, and if you are developing on Android then you probably […]
There are many networking libraries available. Some are extremely complicated with a vast number of features. This library is somewhat different and is extremely lightweight. What I really like about this library is how efficient it is to code. By taking full advantage of Objective-C blocks introduced in iOS 4 you can create fairly complex […]