Single-Stage vs Two-Stage Animation for iPhone Apps?

后端 未结 11 1739
你的背包
你的背包 2020-12-08 16:46

What are single-state and two-stage animation for rotating an iPhone window?

This is the \"error\" message I get in the Debugger Console (nothing crashes):



        
11条回答
  •  眼角桃花
    2020-12-08 17:03

    Need to add UIImagePickerController as a subview to solve this error

    [self.view addSubview:picker.view];
    [self presentModalViewController:picker animated:NO];
    

提交回复
热议问题