Login
Preferences
Help/Guide
About Trac
Wiki
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 25
and
Version 26
of
entity
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
01/04/2012 11:00:33 AM (
14 years
ago)
Author:
leijingtang
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
entity
v25
v26
35
35
36
36
=== 视图控制器的生命周期方法编写规范 ===
37
37
{{{
38
38
- (void)dealloc {
39
39
// 必须调用父类方法;使用引用变量来释放;释放完了以后必须将指针置空。
…
…
64
64
//
65
65
}
66
66
}}}
67
67
本地项目(LocalItem)://用于抽象用户保存在本地的图片和图集,也就是说一个LocalItem可以是图片,也可以是图集
68
68