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

浙公网安备 33010602011771号