摘要: colorWithPatternImage 非常占用内存,而且在swift中去掉了这个方法。sizeView.layer.contents = UIImage(named:"slect_bg")!.CGImage 阅读全文
posted @ 2015-03-10 15:53 ericjuns 阅读(1062) 评论(0) 推荐(0)
摘要: 在func scrollViewWillBeginDecelerating(scrollView: UIScrollView) {sizeView.setContentOffset(CGPointMake(CGFloat(self.sizeX), 0), animated: true)} 这个函数中... 阅读全文
posted @ 2015-03-10 09:51 ericjuns 阅读(2399) 评论(0) 推荐(0)