aui_canRotate method
Add this method to custom control and return YES to rotate the control according to device orientation on iPhone.
- (BOOL)aui_canRotate;
Return values
The method returns YES if the control should be rotated, NO otherwise.
02.03.2022 12:59:15