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.