-
Notifications
You must be signed in to change notification settings - Fork 12
Swift Materials!
Dahye edited this page Jul 30, 2018
·
6 revisions
-
Swift Guide by. Apple https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/TheBasics.html#//apple_ref/doc/uid/TP40014097-CH5-ID309
-
How to create a placeholder for UItextView http://iosrevisited.blogspot.com.au/2017/10/add-placeholder-to-uitextview-in-swift.html
-
Swift Grammar - Swift - 혼자 공부하면 분명히 안할테니까 같이 공부하기
- https://devxoul.gitbooks.io/ios-with-swift-in-40-hours/content/Chapter-3/enums.html
- https://www.slideshare.net/devxoul/swift-68042540
- Understanding of Protocol!
- protocol & delegate 사용하시거나 또는 서로 다른 Views끼리 정보 주고받는 거 하시는 분들에게 도움이 될 만한 자료 (+ Dismiss 또는 기타 세그 동작 후 기존 뷰에 변화를 주거나 데이터를 패스할 때 유용한 개념)