iOS 썸네일형 리스트형 [iOS UIKit in Swift 4] UIDatePicker 사용하기 UIDatePicker 사용하기 아래 이미지와 소스코드를 비교해보시면 좀 더 이해하기 편합니다.궁금하신점은 댓글로 달아주세요. 해피코딩 :) Preview Source Githubhttps://github.com/calmone/iOS-UIKit-component ReferenceUIDatePicker https://developer.apple.com/reference/uikit/uidatepicker [iOS UIKit in Swift 4] UISwitch 사용하기 UISwitch 사용하기 아래 이미지와 소스코드를 비교해보시면 좀 더 이해하기 편합니다. 궁금하신점은 댓글로 달아주세요. 해피코딩 :) Preview Source Githubhttps://github.com/calmone/iOS-UIKit-component ReferenceUISwitch https://developer.apple.com/reference/uikit/uiswitch [iOS UIKit in Swift 4] UISlider 사용하기 UISlider 사용하기 아래 이미지와 소스코드를 비교해보시면 좀 더 이해하기 편합니다.궁금하신점은 댓글로 달아주세요. 해피코딩 :) Preview Source Githubhttps://github.com/calmone/iOS-UIKit-component ReferenceUISlider https://developer.apple.com/reference/uikit/uislider [iOS UIKit in Swift 4] UITextView로 Mutli-line text 입력하기 UITextView에 Mutil-line text 입력하기 아래 이미지와 소스코드를 비교해보시면 좀 더 이해하기 편합니다.궁금하신점은 댓글로 달아주세요. 해피코딩 :) Preview Source Githubhttps://github.com/calmone/iOS-UIKit-component ReferenceUITextView https://developer.apple.com/reference/uikit/uitextview [iOS UIKit in Swift 4] section으로 나누어진 UITableView 만들기 section으로 나누어진 UITableView 만들기UITableView를 2개의 section으로 나누어 iOS와 AOS의 버전을 나열해봤습니다.section의 index는 0부터 시작하며 0번째 section의 header의 타이틀은 iOS, 1번째는 AOS 입니다.section의 row는 OS 버전이 보여지고 있습니다. numberOfSections에서는 표현될 section의 개수를 정의합니다.titleForHeaderInSection에서는 section마다 표현될 title을 정의합니다.numberOfRowsInSection에서는 section마다 표현될 row의 개수를 정의합니다.didSelectRowAt에서는 선택된 indexPath에 대한 처리를 정의합니다. 아래 이미지와 소스코드를 비교.. 이전 1 2 3 4 5 6 7 ··· 9 다음