修改现有iPhone相机屏幕

发布于 2024-12-09 22:19:30 字数 163 浏览 1 评论 0原文

我想要的只是重新设计默认相机屏幕。默认相机屏幕的屏幕底部有工具栏。工具栏中间有捕获按钮,左侧有取消按钮。

左下角的取消按钮应替换为信息按钮自定义图像,右下角应有照片库按钮。所有其他功能将保持不变。

我如何在不使用覆盖属性完全自定义的情况下实现这一目标?这个设计会得到苹果的认可吗?

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

舟遥客 2024-12-16 22:19:30

您无法修改手机中的其他应用程序。如果您想制作自己的相机应用程序,请这样做。 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文