Created
March 13, 2019 09:21
-
-
Save chance395/06cf9ce44f5898a374a0ddd1fb1b0594 to your computer and use it in GitHub Desktop.
#ios->平常小记
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wkwebView可以加载百度等网址,但是不能加载http格式的网址 在plist文件中加入 | |
<key>NSAppTransportSecurity</key> | |
<dict> | |
<key>NSAllowsArbitraryLoads</key> | |
<true/> | |
</dict> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment