摘要:
UIActivityIndicatorView *_aiView; //用来加载动画 UIButton *_clickMask; //button//加载动画-(void)loginAnimationActivityIndicatorView{ _clickMask = [UIButton buttonWithType:UIButtonTypeCustom]; [_clickMask setFrame:[UIScreen mainScreen].bounds]; [self.view addS... 阅读全文
摘要:
//设置选中的方式。一共有三种。cell.selectionStyle = UITableViewCellSelectionStyleNone;//三种效果typedef enum { UITableViewCellSelectionStyleNone, UITableViewCellSelectionStyleBlue, UITableViewCellSelectionStyleGray} UITableViewCellSelectionStyle;//选中后的字体颜色设置 cell.resultTableContent.highlightedTextColor = [UI... 阅读全文