修改现有iPhone相机屏幕
我想要的只是重新设计默认相机屏幕。默认相机屏幕的屏幕底部有工具栏。工具栏中间有捕获按钮,左侧有取消按钮。
左下角的取消按钮应替换为信息按钮自定义图像,右下角应有照片库按钮。所有其他功能将保持不变。
我如何在不使用覆盖属性完全自定义的情况下实现这一目标?这个设计会得到苹果的认可吗?
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 ??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法修改手机中的其他应用程序。如果您想制作自己的相机应用程序,请这样做。 UIImagePickerController 是开始的地方:
http://developer.apple.com/library/IOS/documentation/UIKit/Reference/UIImagePickerController_Class/UIImagePickerController/UIImagePickerController.html
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