Preferences
Help/Guide
About Trac
Login
Wiki
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 2
and
Version 3
of
IOS3/UI
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:
07/28/2011 05:14:36 PM (
15 years
ago)
Author:
liaojiaohe
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
IOS3/UI
v2
v3
1
UI切换事件的相应主要有3种方式:
2
1:控件内部事件,控件自己捕捉和处理相应
3
2:同一个视图下的控件消息采用总线(notification)方式传输消息
4
3:不同视图的切换采用navigator提供的静态方法处理
1
UI切换事件的相应主要有3种方式:[[BR]]
2
3
1:控件内部事件,控件自己捕捉和处理相应[[BR]]
4
5
2:同一个视图下的控件消息采用总线(notification)方式传输消息[[BR]]
6
7
3:不同视图的切换采用navigator提供的静态方法处理[[BR]]
8
5
9
6
10