8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
添加功能:(12年4月18日) 1、在VFUtil类中,添加+(NSString *)dateFormate:(NSString *)formatType date:(NSString *)dateStr方法,主要是为了把日期字符串样式转换成一定格式的日期字符串 2、在VUViewController类中,添加-(void)searchBarTopShow;-(void)searchBarTopDimiss两个方法,主要是为了把搜索栏显示到顶部和拉回原位。