맛있는감귤

UIView Swift 3.0에서 변경된 사항 본문

Swift

UIView Swift 3.0에서 변경된 사항

맛있는감귤 2017. 1. 17. 15:22
Swfit3에서 바뀐 문법 일부입니다.

참고하시길...

  • CGRectMake() has been renamed to CGRect.init(x:y:width:height:)

  • setTitle(_:forState:) has been renamed to setTitle(_:for:)

  • setTitleColor(_:forState:) has been renamed to setTitleColor(_:for:)

  • UIColor.blueColor() has been renamed to UIColor.blue

  • UIControlState.Normal has been renamed to UIControlState.normal


'Swift' 카테고리의 다른 글

[Swift3] 구조체와 클래스, 프로퍼티와 메서드  (0) 2017.01.19