Circular Image Becoming a Diamond Not Circle - Swift 3

后端 未结 3 1393
天涯浪人
天涯浪人 2021-01-21 06:10

I have been trying to create a circular image but for some reason it has been outputting as a diamond. This is my code:

override func viewDidLoad() {
    display         


        
3条回答
  •  长发绾君心
    2021-01-21 06:18

    I had the same problem but because I had copied and pasted the cell from another view, the cell class was giving it instructions meant for another cell.

提交回复
热议问题