UIDevice.currentDevice().performSelector( "setOrientation:", withObject:UIInterfaceOrientation.LandscapeRight )
有如上代码 后面 withObject 的参数是一个 AnyObject 类型的,这样直接传的话会报错,试过几种方法都不行,求大神帮忙。T T
拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...
다시 게시 UIInterfaceOrientation.LandscapeRight.rawValue
UIInterfaceOrientation.LandscapeRight.rawValue
id는 AnyObject?에 해당합니다. ?로 var를 정의하고 시도해 보세요.
다시 게시
UIInterfaceOrientation.LandscapeRight.rawValue
id는 AnyObject?에 해당합니다. ?로 var를 정의하고 시도해 보세요.
으아아아