Privacy Policy Personal Data: PNScanner does not collect or use any personal data that may be used to identify or contact you. Camera permission just used for capture phone number image. We don't collect the images that captured from the camera or gallery, it's just used to scan the phone number.
I use in my method : - ( CGFloat )setWidthPopupValue { //NSLog(@"%ld", (long)[UIDevice currentDevice].orientation); if (( long )[ UIDevice currentDevice ]. orientation == 0 || ( long )[ UIDevice currentDevice ]. orientation == 1 ) { return self . view . frame . size . width * 0.8 ; } else { return self . view . frame . size . width * 0.5 ; } } 0, 1, for portrait and 3 for landscape I don't use UIDevice OrientationIsPortrait( [UIDevice currentDevice].orientation ) because while i return value from [UIDevice currentDevice].orientation , it has 3 possibility value, 3 for landscape, 1 for portrait, and 0 after i open browser over link in webview.