youknowone / UI7Kit

Backport flat-style UIKit from iOS7 to iOS5+
Other
1.67k stars 199 forks source link

UIViewController layout guides crash #144

Closed brandons closed 7 years ago

brandons commented 10 years ago

Right now topLayoutGuide and bottomLayoutGuide on UIViewController always crash.

@property(nonatomic,readonly,retain) id topLayoutGuide NS_AVAILABLE_IOS(7_0); @property(nonatomic,readonly,retain) id bottomLayoutGuideN S_AVAILABLE_IOS(7_0);