본문 바로가기

Study/Swift

(11)
RxSwift 공부하기 공부할 때 어렵다 진짜 진짜루 그래도 고수님들이 있어서 다행 공부할 때에는 아래 링크 참조!!! RxSwift 알아보기 https://magi82.github.io/ios-rxswift-01/ RxSwift 시작하기 https://brunch.co.kr/@tilltue/2 RxSwift 직접 구현해보기[Swift4] http://minsone.github.io/programming/swift4-implement-own-rx-event-disposable-observer-observable Awesome Swift Korean Lecture https://github.com/ClintJang/awesome-swift-korean-lecture/blob/master/README.md#rxswift React..
RxSwift와 RxSwift를 사용하는 이유와 단점, ReactiveX? FRP? RxSwift란? RxSwift = Rx + Swift Rx와 Swift가 합쳐진 용어 Swift를 FRP를 가능하게 해 주는 ReactiveX 라이브러리 이 말인 즉슨, 함수형 프로그래밍인 Swift에 반응형 프로그래밍을 더 해주는 라이브러리 https://github.com/ReactiveX/RxSwift ReactiveX/RxSwift Reactive Programming in Swift. Contribute to ReactiveX/RxSwift development by creating an account on GitHub. github.com RxSwift를 사용하는 이유 1. 반응형 패러다임이 제공하는 명확함, 비동기를 동기화 된 것인양 작성이 가능 2. 일관성이 없는 비동기 코드를 하나의 비..
[Swift] cocoapods 설치 1. 터미널 열기 2. $ sudo gem install cocoapods 3. cd /프로젝트경로 4. $ pod init 5. $ nano Podfile $ open -e Podfile $ vi Podfile - 수정 해야할 부분이 있으면 열고 수정 6. $ pod install 7. $ pod update - 업데이트가 필요한 부분이 있을 때 쓰면 됨 굳이 open 으로 열어서 vi 로 수정 안해도 됨 텍스트 파일이라서 파일 찾아서 오픈하여 수정하고 저장하면 됨 그래도 설치 안되면 projectName.xcodeproj 로 열었는 지 확인 projectName.xcworkspace 로 열어야 함