youknowone/UI7Kit

UIViewController layout guides crash

brandons opened this issue · 0 comments

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);