Sportica   Sportica
摘要: 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 阅读(3241) 评论(0) 推荐(0) 编辑
摘要: //设置选中的方式。一共有三种。cell.selectionStyle = UITableViewCellSelectionStyleNone;//三种效果typedef enum { UITableViewCellSelectionStyleNone, UITableViewCellSelectionStyleBlue, UITableViewCellSelectionStyleGray} UITableViewCellSelectionStyle;//选中后的字体颜色设置 cell.resultTableContent.highlightedTextColor = [UI... 阅读全文
posted @ 2012-09-05 18:11 qingjoin 阅读(3128) 评论(0) 推荐(0) 编辑
  Sportica