Can't build/incorporate WebKit framework into iOS project

独自空忆成欢 提交于 2019-12-11 02:38:28

问题


I've downloaded the WebCore source code for iOS 4.3.3 from Apple.

Now how do I actually incorporate the WebKit into my iOS project?

I'm not asking how to use the WebKit classes. I want to build an iOS app that includes WebKit classes (such as DOM objects), but I don't know how to build the WebKit framework for iOS.

Does any know how to build the WebKit framework for iOS?

Thanks.


回答1:


The WebKit framework is not available in iOS. You only have the UIWebView to work with. This question is a good and valid one -- being able to build the WebKit framework yourself for iOs would be very helpful.

Also, this question is a duplicate of webkit framework iphone



来源:https://stackoverflow.com/questions/6086189/cant-build-incorporate-webkit-framework-into-ios-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!