獲取UIWebView的高度

2021-07-10 04:24:49 字數 636 閱讀 3152

昨天做專案的時候 ,忘記了如何獲取web的高度趕緊記錄下,希望對你也有幫助。

獲取web高的的方法有很多,今天只寫了最近用到的一種,獲取html的demo高度。

下面還是不多說直接上**:

#import "viewcontroller.h"

@inte***ce viewcontroller ()

@end

@implementation viewcontroller

- (void)viewdidload

#pragma mark web**

-(void)webviewdidfinishload:(uiwebview *)webview

- (void)didreceivememorywarning

2016-02-27 08:04:59.398 web***[1128:22459] ***xx : 1629.000000

2016-02-27 08:04:59.996 web***[1128:22459] ***xx : 1890.000000

這個時候你就可以用網頁的高度做一些事情了。

感謝**,學以致用更感謝。

iOS 計算 UIWebView 的內容高度

先是 html 檔案內容 index.html html body div id content contenteditable false style font family helvetica a href id abc style text decoration none color gree...

iOS 計算 UIWebView 的內容高度

ios 計算 uiwebview 的內容高度 先是 html 檔案內容 index.html john a this is out rich text editing view div body html 載入 html 檔案 void viewdidload 計算 webview 顯示內容後實際高...

iOS 計算 UIWebView 的內容高度

先是 html 檔案內容 index.html john this is out rich text editing view 載入 html 檔案 void viewdidload 計算 webview 顯示內容後實際高度 兩種方法,方法1可以得到內容的實際高度,方法2得到了將內容顯示完整後的 w...