07 2016 档案

Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_The49DayPersonalFullscreenGiftModel", referenced from: objc-class-ref in The49DayPersonalRoomGiftModel.o ld: symbol(s) not found for a
摘要:Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_The49DayPersonalFullscreenGiftModel", referenced from: objc-class-ref in The49DayPersonalRoo 阅读全文

posted @ 2016-07-26 19:51 活最好的自己 阅读(489) 评论(0) 推荐(0) 编辑

设置 tableview 的背景颜色,总是有蒙层
摘要:1.给tableview添加了背景图片后, cell 总是有一层蒙层蒙着,很阴暗. 2.实验以后才发现背景图片被放在了 cell 的后面. 阅读全文

posted @ 2016-07-26 15:57 活最好的自己 阅读(397) 评论(0) 推荐(0) 编辑

设置 tableview 的背景颜色,总是不生效
摘要:1.只设置了背景图片,却忘记了取消掉 cell 的背景颜色(可以通过层次结构来观察) UIImageView *bgView = [[UIImageView alloc]initWithFrame:self.bounds]; bgView.image = [UIImage imageNamed:@" 阅读全文

posted @ 2016-07-25 16:20 活最好的自己 阅读(948) 评论(0) 推荐(0) 编辑

bug: 在使用HMSegmentedControl时,设置selectionIndicatorEdgeInsets对左右边界没有用
摘要:若设置了 self.tabSegmented.selectionStyle = HMSegmentedControlSelectionStyleFullWidthStripe; 则必须使用selectionIndicatorStyleFullWidthEdgeInsets. 阅读全文

posted @ 2016-07-01 16:43 活最好的自己 阅读(821) 评论(0) 推荐(0) 编辑

导航