Quote:
Originally Posted by kapps11
where do you want the labels? If you just want to change the title or the back button text you should be able to do that just using simple accessor methods (self.title = @"") but otherwise you should be able to just add a label as a subview of the nav bar and place it where you want, but making it look good will take some tinkering
|
Hi
i want label to be placed inside the tool bar. if every time tableview is refreshed the value is increased inside the label.
I am getting following error.
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[UIView view]: unrecognized selector sent to instance 0x3937cf0'
Thanks
mindus