-
Notifications
You must be signed in to change notification settings - Fork 7
历程28
tjs101 edited this page Apr 1, 2012
·
1 revision
添加功能:(12年4月1日) 1、在VUToast类中,添加-(id)initWithContent:(NSString *)content;方法,这样就可以在任何地方只通过内容就可以判断显示框大小,并设置其属性toastContent为只读属性 2、在VUViewController类中,修改-(void)showToast:(NSString *)content方法,把其修改为新的VUToast类方法。