본문 바로가기

iOS_Swift

(4)
iOS 프로그래밍, Swift 공부 자료 내가 보려고 저장해두는 iOS 프로그래밍, Swift 공부 자료. 자료는 사실 1년이 안된 걸 제일 선호하고, 2018년 3월 29일 Swift 4.1이 출시되었고, 2019년 3월 25일이 Swift 5가 출시되었기 때문에, 적어도 2019년 3월 이후에 나와서 Swift 5 기준으로 되어 있는 것을 선호하고, 못해도 Swift 4.2 정도는 다뤄주는 것 위주로 정리하였다. 책/사이트 http://seoh.github.io/Swift-Korean/ Swift 언어 개발문서 seoh.github.io - 디자인 가이드 라인: 개발 자료는 아니지만, 읽어두면 도움이 된다. https://developer.apple.com/design/human-interface-guidelines/ Human Interf..
iOS 개발 시 참고하면 좋은 사이트 https://github.com/giftbott/iOSDevLinks giftbott/iOSDevLinks iOS 개발자를 위한 링크 모음. Contribute to giftbott/iOSDevLinks development by creating an account on GitHub. github.com
iOS 개발자 로드맵 (ver.2019년) https://github.com/godrm/mobile-developer-roadmap godrm/mobile-developer-roadmap 모바일 개발자 로드맵. Contribute to godrm/mobile-developer-roadmap development by creating an account on GitHub. github.com
[iOS]Pickers_Human Interface Guideline 이 글은 2019년 4월 4일 처음으로 작성되었으며, 추후에 계속 수정될 수 있습니다. 피드백은 언제나 환영입니다. 댓글이나 메일 주세요 :) Picker란? Picker에는 2가지 종류가 있습니다. 1. Pickers 2. Date Pickers https://developer.apple.com/design/human-interface-guidelines/ios/controls/pickers/ Pickers - Controls - iOS - Human Interface Guidelines - Apple Developer Pickers A picker includes one or more scrollable lists of distinct values, each of which has a single s..