摘要:
自定义UIBarButtonItem,可以做成工具类,方便重用!+ (UIBarButtonItem *)createSquareBarButtonItemWithTitle:(NSString *)t target:(id)tgt action:(SEL)a{ UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom]; // Since the buttons can be any width we use a thin image with a stretchable center point UIIm... 阅读全文
posted @ 2013-04-08 14:39
韩超2012
阅读(228)
评论(0)
推荐(0)
浙公网安备 33010602011771号