Interesting/objective - C
ios7 roundrect 옵션 사라짐. 비슷하게 보이게 할 수 있는 방법
닉네임영역
2013. 10. 2. 09:15
해당 버튼에 다음과 같이 옵션을 주면 됨.
self.btn.layer.borderWidth = 1.0f;
self.btn.layer.cornerRadius = 20.0f;