简体   繁体   中英

modify existing iPhone camera screen

All I want is redesign default camera screen. Default camera screen has toolBar on bottom of the screen. and toolBar has capture button in middle and cancel button in left.

cancel button on left down corner should be replace with info button custom Image and right down corner should have photo library button. And All other functionality will be remain same.

How Can i achieve this without fully customization using overlay propery ?? Will This design be approve by apple ??

You can't modify other apps in the phone. If you want to make your own camera app, do so. UIImagePickerController is the place to start:

http://developer.apple.com/library/IOS/documentation/UIKit/Reference/UIImagePickerController_Class/UIImagePickerController/UIImagePickerController.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM