본문 바로가기

iOS/Swift

[iOS UIKit in Swift 4] 여러타입의 버튼들 표현하기 (Various buttons are displayed with UIButton)

 여러타입의 버튼들 표현하기


버튼들을 타입별로 생성해봤습니다.

UIButton에서 ButtonType이 enum으로 (custom, system, detailDisclosure, infoLight, infoDark, contactAdd)가 제공됩니다.


아래 스크린샷과 소스코드를 비교해보시면 좀 더 이해하기 편할겁니다.

궁금하신점은 댓글로 달아주세요.


해피코딩 :)


Preview


Source


Github

https://github.com/calmone/iOS-UIKit-component


Reference