Circular UIImageView in UITableView without performance hit?

前端 未结 14 2702
失恋的感觉
失恋的感觉 2020-12-12 09:50

I have a UIImageView on each of my UITableView cells, that display a remote image (using SDWebImage). I\'ve done some QuartzCore

14条回答
  •  攒了一身酷
    2020-12-12 10:21

    Creating circular image view and thats quite easy with the below SO link, just have custom cells for your table view instead of allocating every thing in your cellForRowAtIndexPath method.

    how to make button round with image background in IPhone?

    The above link gives you example for buttons just use it for your image views.

提交回复
热议问题