Notice
Recent Posts
Recent Comments
올해는 머신러닝이다.
swift 에서 self 값 체크 본문
{ [weak self] offset in
guard let `self` = self else { return false } //<-- 체크..
'링크모음 > Swift' 카테고리의 다른 글
swift4 tour (0) | 2017.10.22 |
---|---|
노티피케이션 사용법 (0) | 2017.10.20 |
pod update/install 시 라이버러리를 전부 강제 3.2로 세팅하기 (0) | 2017.10.16 |
Contributing to Swift (0) | 2017.08.30 |
Object C -> Swift 로 변환해주는 온라인 사이트!! (0) | 2017.08.24 |