https://www.slideshare.net/mobile/secret/6Bbyx0PnKcsDwe

'링크모음 > Swift' 카테고리의 다른 글

swift defer 예제  (0) 2017.10.22
swift4 tour  (0) 2017.10.22
노티피케이션 사용법  (0) 2017.10.20
swift 에서 self 값 체크  (0) 2017.10.18
pod update/install 시 라이버러리를 전부 강제 3.2로 세팅하기  (0) 2017.10.16

'링크모음 > Swift' 카테고리의 다른 글

swift codable  (0) 2017.11.06
swift4 tour  (0) 2017.10.22
노티피케이션 사용법  (0) 2017.10.20
swift 에서 self 값 체크  (0) 2017.10.18
pod update/install 시 라이버러리를 전부 강제 3.2로 세팅하기  (0) 2017.10.16

http://wlaxhrl.tistory.com/m/70

'링크모음 > Swift' 카테고리의 다른 글

swift codable  (0) 2017.11.06
swift defer 예제  (0) 2017.10.22
노티피케이션 사용법  (0) 2017.10.20
swift 에서 self 값 체크  (0) 2017.10.18
pod update/install 시 라이버러리를 전부 강제 3.2로 세팅하기  (0) 2017.10.16

'링크모음 > Swift' 카테고리의 다른 글

swift defer 예제  (0) 2017.10.22
swift4 tour  (0) 2017.10.22
swift 에서 self 값 체크  (0) 2017.10.18
pod update/install 시 라이버러리를 전부 강제 3.2로 세팅하기  (0) 2017.10.16
Contributing to Swift  (0) 2017.08.30

{ [weak self] offset in

        guard let `self` = self else { return false } //<-- 체크..

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

    end

end

'링크모음 > Swift' 카테고리의 다른 글

swift4 tour  (0) 2017.10.22
노티피케이션 사용법  (0) 2017.10.20
swift 에서 self 값 체크  (0) 2017.10.18
Contributing to Swift  (0) 2017.08.30
Object C -> Swift 로 변환해주는 온라인 사이트!!  (0) 2017.08.24

'링크모음 > Swift' 카테고리의 다른 글

swift4 tour  (0) 2017.10.22
노티피케이션 사용법  (0) 2017.10.20
swift 에서 self 값 체크  (0) 2017.10.18
pod update/install 시 라이버러리를 전부 강제 3.2로 세팅하기  (0) 2017.10.16
Contributing to Swift  (0) 2017.08.30

+ Recent posts