/ Published in: Objective C
Expand |
Embed | Plain Text
- (void)awakeFromNib { //put logo image in the navigationBar //.png at about 35px in height UIImageView* img = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"logo.png"]]; self.navigationItem.titleView = img; [img release]; }
You need to login to post a comment.
