Skip to content

techinpark/xcode-snippets

Repository files navigation

xcode-snippets

All Contributors

GitHub Twitter: @techinpark

ios 개발시 유용한 snippet 들을 모아놓은 repository 입니다.

Installation

  • scripts
git clone https://github.com/techinpark/xcode-snippets.git
cd xcode-snippets
chmod +x ./install.sh 
./install.sh 

Snippets List 📝

A. Rx+Snippets 🚀

RxSwift 와 함께 사용하면 유용한 Snippet 모음입니다.

01. subscribe(onNext)

파일명 rx-subscribe-onNext.codesnippet
단축어 _subscribeOnNext
.subscribe(onNext: {[weak self] _ in
                guard let self = self else { return }
                
            })
            .disposed(by: self.disposeBag)

B. UI+Snippets 🚀

UI 개발시 사용하면 유용한 Snippet 모음입니다.

01. Appearance Settings

파일명 ui-appearance-settings.codesnippet
단축어 _appearanceSettings
private struct Metric {
        
}
    
private struct Font {
        
}
    
private struct Color {
        
}

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Sungwook Kang
Sungwook Kang

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Useful swift develop xcode snippets.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages