[controller setHidesBottomBarWhenPushed:YES];app
要在info.plist添加View controller-based status bar appearance值爲NOide
[[UIApplication sharedApplication] setStatusBarStyle: UIStatusBarStyleLightContent animated:NO];spa
_tableView.separatorStyle = UITableViewCellSeparatorStyleSingleLineEtched;
.net
_tableView.tableHeaderView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 0, -1)];3d
Cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;orm
[self.tabBar.viewForFirstBaselineLayout addSubview:image];get
cell.selectionStyle = UITableViewCellSelectionStyleNone;//設置選中爲空string
/*設置cell背景色*/
it
#import "sys/utsname.h"
struct utsname systemInfo;
uname(&systemInfo);
NSLog(@"%@", [NSString stringWithCString:systemInfo.machine encoding:NSUTF8StringEncoding]);
NSLog(@"%@", [[UIDevice currentDevice] systemVersion]);