2010年10月15日金曜日

UITableViewCellのImageViewの角丸を実現

cell.imageView.layer.masksToBounds = YES;
cell.imageView.layer.cornerRadius = 5.0f;

※以下のインポートが必要
#import <QuartzCore/QuartzCore.h>

0 件のコメント:

コメントを投稿