vczero
Results
31
comments of
vczero
(1)可以监听横屏,这个可以使用native api封装下。 (2)native上加一句代码禁止横屏: //禁止横屏 - (NSUInteger)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window{ return UIInterfaceOrientationMaskPortrait; }