728x90 ๋ฐ์ํ ๋ฒํผ ์์๋ง ๋ฅ๊ธ๊ฒ1 [iOS/UI] UIButton ์์๋ง ๋ฅ๊ธ๊ฒ ํ๊ธฐ //์ต์คํ ์ ์ ์ค์ ํด์ฃผ๊ณ extension UIButton { func roundedButton(){ clipsToBounds = true //๋ทฐ์ ํ ๋๋ฆฌ ๊ธฐ์ค์ผ๋ก ์งค๋ฆฌ๊ฒ ๋๋ค. layer.cornerRadius = 10 //์ผ๋งํผ ๋ฅ๊ธ๊ฒ layer.maskedCorners = [.layerMinXMinYCorner, .layerMaxXMinYCorner] //์ ์ผ ์ผ์ชฝ์์์ ์ ์ผ ์ค๋ฅธ์ชฝ ์๊น์ง ๋ฅ๊ธ๊ฒ // ์๋๋ ๋ฒํผ์ ๋ณด๋๋ฅผ ์ ํด์ฃผ๋๊ฒ // layer.borderWidth = 1 // layer.borderColor = UIColor(displayP3Red: 211/255, green: 211/255, blue: 211/255, alpha: 1).cgColor } } override func view.. 2019. 12. 26. ์ด์ 1 ๋ค์ 728x90 ๋ฐ์ํ