How To Make A Scrolling Photo Gallery With UIScrollView
This tutorial will guide you through the process of creating a scrolling paged photo gallery using UIScrollView. Specifically you’ll learn how to set up the UIScrollView in programmatically, and how to…
How to change the name of an iPhone app.
In this post i will let you know how you can change the name of an application. Consider below conditions to change the name of an iPhone app : You have…
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…
Navigation Controller Application.
Introduction In this tutorial we will learn how to create Navigation controller based app in iPhone. So before we start, let get some basic info about UINavigationController As per the…
UITableview tutorial – Simple tableview
Introduction In this tutorial, we are going to boost the complexity grade and construct a app in which we are going to conceive simple Table-view. Now those who are beginner,…
First iPhone App – Hello World
Introduction In previous tutorial First step to create an iPhone app, we learned about the basic document structure about iPhone app and roles and importance of diff diff files. What…
First step to create an iPhone app
Introduction In this tutorial, you will get to know the overview of the basic structure of a simple iPhone app. if you don't aware about what tools you required to…