Xcode (2) 썸네일형 리스트형 xocde7 localization, 지역화, 현지화 - 3. tip 좀 더 편하게 내가 적용해 본 약간의 편의 방법을 적어보고자 한다. 1. String Extension 을 이용한 NSLocalizedString() 적용func localize() -> String { return NSLocalizedString(self, comment: self) }이렇게 String에 extension을 지정하고 나면 아래 2번과 같이 텍스트에 바로 적용할 수 있다. 2. 배열에도 Localization 적용하기var labelText = ["WELCOME!".localize() , " Play Game Right Now! ".localize() , " Let Me Select Another Name! ".localize() , " Let Me Create New Name! ".localize(.. xcode에 swift realm 적용하기 (swift 2.2 기준) 우선 Realm 사이트에서 소스를 다운받는다: https://realm.io/docs/swift/latest/아래의 순서대로 설정하면 된다. 그런데 나 같은 초짜는 이것도 하기 힘들다.한글 사이트는 이 글을 쓰는 시점에서 2.2에 대한 해석은 되어 있지 않았다. Download the latest release of Realm and extract the zip.Go to your Xcode project’s “General” settings. DragRealmSwift.framework and Realm.framework from the ios/swift-2.2/,watchos/, tvos/ or osx/swift-2.2/ directory to the “Embedded Binaries” section.. 이전 1 다음