devedbox / AXWebViewController

AXWebViewController is a webViewController to browse web content inside applications. It’s a lightweight controller on iOS platform based on WKWebView (UIWebView would be the base Kit under iOS 8.0). It added navigation tool bar to refresh, go back, go forward and so on. It support the navigation style on WeChat. It is a simple-using and convenient web view controller using inside applications.
MIT License
797 stars 133 forks source link

iOS8以上如果要添加cookies是否可以实现呢? #8

Closed DreamXiao closed 7 years ago

DreamXiao commented 7 years ago

后台需要我们这边设置cookies。。。

DreamXiao commented 7 years ago

自己手动添加了一些,后台是可以看到的,但是觉得还是有些小问题。

devedbox commented 7 years ago

@DreamXiao 推荐新建一个:WebViewController:AXWebViewController 在里边进行操作。

DreamXiao commented 7 years ago

好的。谢谢。目前是直接引入文件,在源代码里面修改的。