iphone - UIImagePickerController iPad problems -


मेरे पास निम्न कोड है:

  UIImagePickerController * imagePicker = [[UIImagePickerController alloc] initWithRootViewController : स्वयं]; ImagePicker.delegate = self; Popover = [[UIPopoverController alloc] initWithContentViewController: imagePicker]; [छविकार रिलीज]; [Popover presentPopoverFromRect: CGRectMake (100, 100.0, 0.0, 0.0) inView: self.view अनुमतिएरो डायरेक्शन: UIPopoverArrowDirectionAny एनिमेटेड: हाँ];  

लेकिन यह केवल self.view को नष्ट कर देता है और कुछ भी नहीं दिखाता है। जब मैं इनव्यू को सेट करता हूं: [self.view window] से कम से कम पिकर दिखाई देता है लेकिन यह अभी भी self.view हटाता है मुझे क्या करना है कि दृश्य गायब नहीं होता?

आप गलत UIImagePickerController को आरंभ कर रहे हैं I इसे बदलने का प्रयास करें

  [[UIImagePickerController alloc] init]  

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -