info/information icon for apple iphone
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".
精彩评论