iPhone开发技巧之私有API --- UIButton
摘要:
如下图所示,指定 100 以上的UIButton的buttonWithType:就可以得到非公开的按钮风格。其中 100 ~ 102 是 UINavigationButton 风格的按钮Java代码UIButton*button;button=[UIButtonbuttonWithType:100];button.frame=CGRectMake(10.0f,10.0f,button.frame.size.width,button.frame.size.height);[buttonsetTitle:[NSStringstringWithUTF8String:"100番のボタン&qu 阅读全文
posted @ 2012-09-10 22:17 barani 阅读(358) 评论(0) 推荐(0)
浙公网安备 33010602011771号