Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想向 UINavigationBar 添加一个 iOS7 音乐应用风格的“正在播放”按钮
该按钮应具有:
如何做到这一点?
您可能需要雪佛龙的图像。如果这对您来说没问题,那么您可以创建一个带有适当标题和图像插图的 UIButton 并传递给initWithCustomView:方法。注意:您还需要设置numberOfLines = 2此按钮,据我所知,您无法在 IB 中进行设置
initWithCustomView:
numberOfLines = 2