Customize UINavigationBar Appearance
In Last tutorial we have created a project in which we have created an application using UINavigationController. In this tutorial , we will go one step ahead and learn about…
Play a video using MP Movie Player Controller.
In this Post i have tried to explain how we can play a video using MPMoviePlayerController in iOS app. Basic Information of MP Movie Player Controller. A player (object or type…
Json parsing in iOS 5 Tutorial Part 1/2
There are few JSON libraries/frameworks available for iOS developers. for ex : Touch JSON json-framework JSONKit From iOS 5 Apple introduce NSJSONSerialization Class, Which convert JSON to Foundation Object and…