Notice
Recent Posts
Recent Comments
목록링크모음/Swift (8)
올해는 머신러닝이다.
swift codable
https://www.slideshare.net/mobile/secret/6Bbyx0PnKcsDwe
링크모음/Swift
2017. 11. 6. 09:17
swift4 tour
http://wlaxhrl.tistory.com/m/70
링크모음/Swift
2017. 10. 22. 18:06
노티피케이션 사용법
https://medium.com/@Shante256/%EC%95%8C%EB%A6%BC%EC%84%BC%ED%84%B0-nsusernotification-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0-12cc7f764561
링크모음/Swift
2017. 10. 20. 11:03
swift 에서 self 값 체크
{ [weak self] offset in guard let `self` = self else { return false } //
링크모음/Swift
2017. 10. 18. 10:34
pod update/install 시 라이버러리를 전부 강제 3.2로 세팅하기
post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['SWIFT_VERSION'] = '3.2' end endend
링크모음/Swift
2017. 10. 16. 14:17
Contributing to Swift
바로가기
링크모음/Swift
2017. 8. 30. 11:49