0
URLの配列があります。私はKingFisherを使用してImageViewに読み込みしようとしています。Kingfisher - Webから画像URLを読み込むことができません。
arrPageTitle = ["This is The App Guruz", "This is Table Tennis 3D", "This is Hide Secrets"];
arrPagePhoto = ["https://s3.amazonaws.com/fan-polls/heyward_again.jpg", "https://s3.amazonaws.com/fan-polls/Schwarber.jpg", "https://s3.amazonaws.com/fan-polls/mike_ditka.jpg"];
私はUIPageViewControllerの指標に基づいて、適切なイメージをロードしようとしています:
pageContentViewController.imageView.kf_setImageWithURL((arrPagePhoto[index] as! String))
私は `致命的なエラーが発生します:任意のオプション値
をアンラップしながら、予想外にnilを見つけ助けに感謝します!
多分NSURLの種類でそれを使うのか? – senty
コードを投稿できますか? – tccpg288
あなたはどんな価値がありますか? – senty