更改 MPMediaPickerController 导航栏的颜色,可能吗?
我有一个 MPMediaPickerController,可以让用户在我的应用程序中选择他/她自己的歌曲。问题是我的应用程序始终具有“黑色”导航栏,而选择器是标准的蓝色。现在我知道不允许/不可能对选择器进行子类化,但是还有其他方法可以将导航栏更改为“黑色”吗?
I have a MPMediaPickerController that lets the user pick his/her own songs in my app. Problem is my app has the "black" navigation bar throughout and the picker is the standard blue. Now I know it's not allowed/possible to subclass the picker but is there any other way to change the navigation bar to "black"?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最终做了一个类别。
然而,这将改变所有导航栏。
I ended up doing a category.
This will however change all navbars.