Skip to content

Instantly share code, notes, and snippets.

@chance395
Created March 13, 2019 09:21
Show Gist options
  • Save chance395/06cf9ce44f5898a374a0ddd1fb1b0594 to your computer and use it in GitHub Desktop.
Save chance395/06cf9ce44f5898a374a0ddd1fb1b0594 to your computer and use it in GitHub Desktop.
#ios->平常小记
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