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.
こんにちは、tableViewに多くの画像があり、UIImageをネイティブiOSアイコンとして表示したいと思います。
それを行う方法はありますか?
丸みを帯びた角の場合、これを行うことができます:
[self.myImageView.layer setCornerRadius:10.0];
更新しました
前述のように、QuartzCoreフレームワークを追加して機能させる必要があります