摘要: UIScrollView的属性总结 属性 作用 CGPoint contentOffSet 监控目前滚动的位置 CGSize contentSize 滚动范围的大小 UIEdgeInsets contentInset 视图在scrollView中的位置 id<UIScrollerViewDelega 阅读全文
posted @ 2016-07-04 15:13 妖妖yaoyao 阅读(527) 评论(0) 推荐(0)
摘要: -(UIImageView *)btnImageView { // return objc_getAssociatedObject(self, @selector(isClicked)); return objc_getAssociatedObject(self, &kbtnImageView); 阅读全文
posted @ 2016-07-04 14:31 妖妖yaoyao 阅读(198) 评论(0) 推荐(0)
摘要: iOS 图片显示格式: UIViewContentModeScaleToFill UIViewContentModeScaleAspectFit UIViewContentModeScaleAspectFill UIViewContentModeRedraw UIViewContentModeCen 阅读全文
posted @ 2016-07-04 14:30 妖妖yaoyao 阅读(1325) 评论(0) 推荐(0)