-
Notifications
You must be signed in to change notification settings - Fork 7
历程26
tjs101 edited this page Apr 1, 2012
·
1 revision
添加功能:(12年3月30日) 1、在VFString中添加删除指定key值操作 2、在VUToast类中,修改初始化方法,在其中添加视图中心位置始终为屏幕中心位置 3、添加VULoadingView类,目的是在联网或者加载大量数据时,提示用户等待状态 4、在VUViewController类中,添加-(void)loadingView;-(void)removeLoading两个方法,分别为加载等待视图和删除等待视图 5、在VUViewController类中,添加-(void)showToast:(NSString *)content方法,功能为显示toast视图,可以利用在各种无需用户操作的提示语情况。