English 中文(简体)
为什么UIImagePickerView上线?
原标题:Why there is a line on the top of UIImagePickerView?
  • 时间:2011-06-07 06:20:04
  •  标签:
  • iphone

我在这里是新鲜事,现在我可以问一下我的不实问题......:

I use UIImagePicker 观看我的照片,但奇怪的是,照相机顶有一条白色线。

做的是:

  1. 新的<条码> 概 述 UIImagePickerController in view WillAppear:

    UIImagePickerController *imagePicker = [[UIImagePickerController alloc] init];
    imagePicker.delegate = self;
    [self presentModalViewController:imagePicker animated:YES];
    
  2. 作为该项目之一,我将这一控制增列到<条码>。

  3. open my app and click on the tab to show UIImagePickerView. Then an unexpected line shown on the top of my camera.

谁可以告诉为什么发生这种情况? 提前感谢!

问题回答

暂无回答




相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签