UINavigationBar渐变细节
我正在尝试重新创建 UINavigationBar 的外观。条形图的背景是使用渐变绘制的,但尚不清楚其中的默认颜色和点到底是什么。有人在这方面做了什么吗?
I'm trying to recreate the look of a UINavigationBar. The background of the bar is drawn using a gradient, but it's unclear exactly what the default colors and points are in it. Has anyone done anything in this area?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自我的一个项目。根据您的喜好调整颜色。如果你愿意的话,它还可以显示背景图像(imageReady),否则它会像苹果的那样绘制导航栏
From one of my projects. Adjust the colors to your liking. It also can show a background image if you want (imageReady), else it draws the navbar like Apple's