摘要:
class UICollectionView : UIScrollView//初始化,位置,风格 init(frame: CGRect, collectionViewLayout layout: UICollectionViewLayout) //布局风格var collectionViewLayo... 阅读全文
posted @ 2015-02-05 10:03
云影风雨
阅读(778)
评论(0)
推荐(0)
摘要:
enum UIActionSheetStyle : Int { case Automatic // take appearance from toolbar style otherwise uses 'default' case Default //默认风格:灰色背景上显示白色文... 阅读全文
posted @ 2015-02-05 09:35
云影风雨
阅读(156)
评论(0)
推荐(0)
摘要:
//初始化 init(image: UIImage!) @availability(iOS, introduced=3.0)//初始化,highlightedImage 高亮图片init(image: UIImage!, highlightedImage: UIImage?) var imag... 阅读全文
posted @ 2015-02-05 09:09
云影风雨
阅读(150)
评论(0)
推荐(0)