#Region Project Attributes
#ApplicationLabel: B4i Example
#Version: 1.0.0
'Orientation possible values: Portrait, LandscapeLeft, LandscapeRight and PortraitUpsideDown
#iPhoneOrientations:LandscapeLeft, LandscapeRight
#iPadOrientations: LandscapeLeft, LandscapeRight,
#End Region
Private cam As Camera
cam.Initialize("cam", Page1)
cam.TakePicture 'exists error, app exit
tip:
Supported orientations has no common orientation with the application, and [PLUICameraViewController shouldAutorotate] is returning YES
#ApplicationLabel: B4i Example
#Version: 1.0.0
'Orientation possible values: Portrait, LandscapeLeft, LandscapeRight and PortraitUpsideDown
#iPhoneOrientations:LandscapeLeft, LandscapeRight
#iPadOrientations: LandscapeLeft, LandscapeRight,
#End Region
Private cam As Camera
cam.Initialize("cam", Page1)
cam.TakePicture 'exists error, app exit
tip:
Supported orientations has no common orientation with the application, and [PLUICameraViewController shouldAutorotate] is returning YES
Last edited: