UIWebView屬于UIKit,封裝了WebKit.framework的WebView;
WebView組合管理了WebCore.framework的Page,并提供了各種Clients;
Page管理了Main Frame,Main Frame管理了sub Frame(FrameTree)。
UIWebView層(點選圖檔檢視全圖):
<a href="http://img.my.csdn.net/uploads/201304/10/1365583649_1783.png" target="_blank"></a>
WebView層(點選圖檔檢視全圖):
<a href="http://img.my.csdn.net/uploads/201304/12/1365751163_3641.png" target="_blank"></a>
Page層(未标明的關系為組合):
<a href="http://img.my.csdn.net/uploads/201304/12/1365751187_1010.png" target="_blank"></a>
Frame層(未标明的關系為組合):
