davrosull / ParallaxHeader

Parallax scrolling effect on UITableView header view when scrolled

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

imageView.autoresizingMask出错

makoshan opened this issue · comments

swift 2.0 新写法

imageView.autoresizingMask = UIViewAutoresizing(rawValue:UIViewAutoresizing.FlexibleLeftMargin.rawValue | UIViewAutoresizing.FlexibleRightMargin.rawValue | UIViewAutoresizing.FlexibleTopMargin.rawValue | UIViewAutoresizing.FlexibleBottomMargin.rawValue | UIViewAutoresizing.FlexibleWidth.rawValue)