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.
UIViewクラスとUIImageメソッドを使ってiPhoneに描画する方法を知っています。しかし、UIImageView に inUIViewController クラスを描画できますか?
UIImageView は UIView のサブクラスであるため、まったく同じメソッドを使用して、必要なことを実行できるはずです。
カスタム ビュー (UIView から継承) を他のビューの上に追加して、そのビューに必要なものを描画することもできます。