开发者

info/information icon for apple iphone

开发者 https://www.devze.com 2022-12-22 01:00 出处:网络
Th开发者_如何学Pythonat little \"i\" with a circle around it on the iPhone, like on the bottom right hand side of the screen in the Weather application, is there a way we can use that icon in the SDK?

Th开发者_如何学Pythonat little "i" with a circle around it on the iPhone, like on the bottom right hand side of the screen in the Weather application, is there a way we can use that icon in the SDK? Thanks.


yes you can :

[UIButton buttonWithType:UIButtonTypeInfoLight]

OR

[UIButton buttonWithType:UIButtonTypeInfoDark]

will give you the button with this small "i".

0

精彩评论

暂无评论...
验证码 换一张
取 消