Open HeegeePark opened 10 months ago
layoutSubviews
๋ฉ์๋๋ย View
์ย layout
ย ์ด ๋ณํํ๋ค๋ ์ฝ๋ฐฑ์ด๋๊น ์ฌ๊ธฐ์ imageview๋ฅผ ๋๊ฒจ์ค์ frame.width๋ฅผ ๊ฐ์ง๊ณ circle์ ๋ง๋ค๋ ค๊ณ ํ์.๊ทผ๋ฐ ์ ์ด ์ฌ์ฌ์ฉ๋ ๋๋ circle์ด ๋จนํ.
override func layoutSubviews() {
super.layoutSubviews()
print(#function)
// circle ๋ง๋ค๊ธฐ
makeCircleProfileImageView()
}
๐ย Todo
ํธ๋๋ธํก ํ๋ฉด
์ฑํ ํ๋ฉด