就在我更新到xcode7, 手機也更新到ios9後,
UIImageView忽然就無法使用SDWebImage順利載入圖片,
這時只要去Info.plist中加入NSAppTransportSecurity, 類型為Dictionary
在NSAppTransportSecurity裡面加入NSAllowsArbitraryLoads, 類型為Boolean並且設為YES
就可以解決了!
UIImageView忽然就無法使用SDWebImage順利載入圖片,
這時只要去Info.plist中加入NSAppTransportSecurity, 類型為Dictionary
在NSAppTransportSecurity裡面加入NSAllowsArbitraryLoads, 類型為Boolean並且設為YES
就可以解決了!
留言
張貼留言