UIImageView *imgView =[[UIImageView alloc]initWithImage:[UIImage imageNamed:@"icon"]]; ...
UIImageView *imgView =[[UIImageView alloc]initWithImage:[UIImage imageNamed:@"icon"]]; ...
button.contentHorizontalAlignment = UIControlContentHorizontalAlignmentLeft;(靠左)button....
self.tableView.autoresizingMask = UIViewAutoresizingFlexibleHeight | UIViewAutoresizin...
self.tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
[[UINavigationBar appearance]setTintColor:[UIColor whiteColor]];[self.navigationControl...
[[UIBarButtonItem appearance]setBackButtonTitlePositionAdjustment:UIOffsetMake(0,-60)fo...
//隐藏底部 -(id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil{...
1.@property(nonatomic,strong)UIView*headerBgView; 2.-(UIView*)headerBgView{ if(!_header...
//动态计算高度 NSMutableAttributedString *attributedString = [[NSMutableAttributedString allo...