집 > Q&A > 본문
UIDevice.currentDevice().performSelector( "setOrientation:", withObject:UIInterfaceOrientation.LandscapeRight )
有如上代码 后面 withObject 的参数是一个 AnyObject 类型的,这样直接传的话会报错,试过几种方法都不行,求大神帮忙。T T
怪我咯2017-04-17 17:47:44
다시 게시 UIInterfaceOrientation.LandscapeRight.rawValue
UIInterfaceOrientation.LandscapeRight.rawValue
伊谢尔伦2017-04-17 17:47:44
id는 AnyObject?에 해당합니다. ?로 var를 정의하고 시도해 보세요.
집
강의
Q&A
나의