如何更改 PickerView 中选择栏的默认颜色?

发布于 2024-12-03 17:04:59 字数 87 浏览 1 评论 0原文

我的选择中有一个pickerView,但客户的要求是pickerview的选择栏的绿色,但我不知道如何更改选择栏的颜色。

请帮助我。 提前致谢。

I have a pickerView in my selection but the client's requirement is the greenish color of the selction bar of pickerview but I don't know how to change the color of selection bar.

pls help me.
thanx in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

予囚 2024-12-10 17:04:59

早上好!!!

尝试这样做,它可能对你有帮助......

 UIImagePickerController *ipc = [[UIImagePickerController alloc] init];
ipc.navigationBar.barStyle = UIBarStyleBlackOpaque; // Or whatever style.
//or
ipc.navigationBar.tintColor = [UIColor whateverColor];

gdmorn!!!!

Try to do this ,it may be Help to you...

 UIImagePickerController *ipc = [[UIImagePickerController alloc] init];
ipc.navigationBar.barStyle = UIBarStyleBlackOpaque; // Or whatever style.
//or
ipc.navigationBar.tintColor = [UIColor whateverColor];
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文