Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
tjs101 edited this page Mar 31, 2012 · 1 revision

添加功能:(11年12月26日) 1、VUImageView 添加一个默认图片,当图片未加载成功或未加载时显示一个默认图片 2、进行doxygen注释,保存doxygen生成文档文件 3、VFDefine 定义常用属性和导入常用类库,作用方便加载类库 4、VUViewController 添加方法:loadData初始化数据 5、VFUtil 添加弹出提示方法。(好像不需要) 测试: 编写使用此类库项目例子 测试中发现问题如下(只在无nib启动时测试): 1、易忘点:在使用项目中添加-all_load和-ObjC 2、在使用UITableView中计算每行高度时,都需要VULabel来计算,如下代码所示: -(CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{ VULabel *label=[[VULabel alloc] initWithFrame:CGRectMake(0, 0, screen_width, 0)]; label.text=[contentArray objectAtIndex:[indexPath row]]; label.frame=[label textFrame]; return label.frame.size.height; } 这个需要修改。

Clone this wiki locally

AltStyle によって変換されたページ (->オリジナル) /