-
Notifications
You must be signed in to change notification settings - Fork 7
历程27
tjs101 edited this page Apr 1, 2012
·
1 revision
添加功能:(12年3月31日) 1、在VUToast类中,调整文字显示得位置。 2、在VUButton类中,添加-(void)setTouchWhenHighlightedTitle:(NSString *)title; -(void)setTouchWhenHighlighted:(BOOL)isHight;方法,功能为文字高亮效果,并修改了显示图片高亮效果得方法。 3、在VUViewController类中,添加-(void)showNetworkActivityVisible:(BOOL)visible方法,用来标记是否显示网络连接符号 4、在VUViewController类中,更新-(void)showToast:(NSString *)content方法,根据文字内容来改变显示框大小,但是还存在缺点:不能判断汉字还是字符、不能输入文字大小(但是这里完全够用)