标签:ack white back color init ntc stc 返回 sel
UIBarButtonItem *backItem = [[UIBarButtonItem alloc] init];
backItem.title =@"返回";
self.navigationItem.backBarButtonItem = backItem;
[self.navigationController.navigationBar setTintColor:MOSTCOLOR];
self.navigationController.navigationBar.barTintColor = [UIColor whiteColor];
标签:ack white back color init ntc stc 返回 sel
原文地址:http://www.cnblogs.com/lsh1234/p/6937418.html