UITableViewCellのImageViewの画像に角丸を実装する方法

hiroki83hiroki83 のブックマーク 2011/01/24 10:43

その他

このブックマークにはスターがありません。
最初のスターをつけてみよう!

UITableViewCellのImageViewの角丸を実現

    cell.imageView.layer.masksToBounds = YES; cell.imageView.layer.cornerRadius = 5.0f; ※以下のインポートが必要 #import <QuartzCore/QuartzCore.h>

    \ コメントが サクサク読める アプリです /

    • App Storeからダウンロード
    • Google Playで手に入れよう