need help about add navigationItem
Posted
by RAGOpoR
on Stack Overflow
See other posts from Stack Overflow
or by RAGOpoR
Published on 2010-06-10T03:45:28Z
Indexed on
2010/06/10
3:52 UTC
Read the original article
Hit count: 343
iphone
|uinavigationitem
according to my picture the upper picture is an original create automatically when navigation controller is push
if i try to create like this one it will appear like bottom picture.
how can i programmatic to create Back Button like upper picture?
here is my code to create Done button
self.navigationItem.leftBarButtonItem = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemDone target:self action:@selector(backtohome)];
© Stack Overflow or respective owner