romaonthego / REMenu

Dropdown menu inspired by Vine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xcode: Getting warning “implicit conversion from enumeration type UIDeviceOrientation”

rfunk82 opened this issue · comments

REMenuContainerView.m

Line: frame.origin.y = self.navigationBar.frame.origin.y + (UIDeviceOrientationIsPortrait(orientation) ? 44.0 : landscapeOffset);

and

Line: frame.origin.y = (UIDeviceOrientationIsPortrait(orientation) ? 44.0 : landscapeOffset) - 44;