Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
hnk_setImageFromURL を試しましたが、「タイプ 'UIImageView' の値にメンバー 'hnk_setImageFromURL' がありません。
Haneke.xcodeproj を手動でインポートしました。クラスの一番上に「インポートはねけ」があります。
「ビルド設定」、次に「アーキテクチャ」の下のプロジェクトで、「アクティブなアーキテクチャのみをビルド」設定を「はい」に変更する必要がありました。
あなたがそのように設定したので、それはもっとだと思います: imgCover?.image.hnk_setImageFromURL(image) 代わりに imgCover?.hnk_setImageFromURL(image)
imgCover?.image.hnk_setImageFromURL(image)
imgCover?.hnk_setImageFromURL(image)