我目前正在研究epub應用程序。同步UIWebview請求
所以我使用UIWebView爲了呈現我的epub(html)。 但是,對於動畫的原因,我想加載我的請求同步。
我該怎麼辦?
我試圖使用sendSynchronousRequest,但沒有成功(我的請求仍然是異步的)。 http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSURLConnection_Class/Reference/Reference.html
我做了一個這樣的技巧,謝謝 – kevinooo