I am developing one application for iphone and in that i have some issues regarding adding more then one UILabel in navigation bar at a specific position.
UILabel
You can set an arbitrary view instead of a view controller's title:
myViewController.navigationItem.titleView = someView;
Note that most likely the view's frame will be restricted to make room for leftBarButtonItem and rightBarButtonItem.
leftBarButtonItem
rightBarButtonItem