ios 개발시 유용한 snippet 들을 모아놓은 repository 입니다.
- scripts
git clone https://github.com/techinpark/xcode-snippets.git
cd xcode-snippets
chmod +x ./install.sh
./install.sh
파일명 | rx-subscribe-onNext.codesnippet |
---|---|
단축어 | _subscribeOnNext |
.subscribe(onNext: {[weak self] _ in
guard let self = self else { return }
})
.disposed(by: self.disposeBag)
파일명 | ui-appearance-settings.codesnippet |
---|---|
단축어 | _appearanceSettings |
private struct Metric {
}
private struct Font {
}
private struct Color {
}
Thanks goes to these wonderful people (emoji key):
Sungwook Kang 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!