webkit framework iphone

后端 未结 1 380
死守一世寂寞
死守一世寂寞 2020-12-21 15:10

i am not able to add webkit framework in my application. Getting error which says no such framework is available.

1条回答
  •  北海茫月
    2020-12-21 15:56

    The WebKit framework is not available on iPhone - it's only for Macs. The nearest you can get is adding a UIWebView to your app, which gives you a WebKit-based HTML window.

    0 讨论(0)
提交回复
热议问题