Navigation execution entry point

103 阅读1分钟

Created by Jerry Wang, last modified on Jan 18, 2015

Set the breakpoint to the following two lines and they will be triggered once you perform navigation in UI:

clipboard1

The variable I in line 2457 contains navigation target:

clipboard2

 

拿到navigation target的ID:

clipboard3

 

fire一个navigation事件,source和target信息存放在变量n里:

clipboard4

然后就call renderManager开始绘制navigation target的UI:

clipboard5\

\