반응형 iOS/Swift13 RxSwift property observe (BehaviorRelay, Variable) RxSwift property observe (BehaviorRelay, Variable)property 구독하기property를 구독하기 위하여 BehaviorRelay를 사용한다.RxSwift 4.0 이전에는 Variable을 사용했었다. 하지만 Variable은 Depreated가 예정 되었고 BehaviorRelay가 새로 나오게 되었다.Variable을 사용하게 되면 xcode console창에 아래와 같이 경고가 발생한다. https://play.google.com/store/apps/details?id=com.danchoo.tagalbum&hl=ko 태그앨범 - Google Play 앱사진과 앨범을 태그로 관리하세요. 결혼식, 팬클럽, 동호회등 원하는 카테고리를 만들어 정리해보세요. 사.. 2019. 5. 25. RxSwift 객체 구독하기 (Observable) RxSwift 객체 구독하기 (Observable)포스팅 하기에는 정말 민망할 정도로 자세하게 홈페이지에 설명이 작성되어 있다.영어로 작성이 되어있지만 오른쪽에 한국어로 변경이 가능하도록 되어 있어 편하게 볼수 있다. https://play.google.com/store/apps/details?id=com.danchoo.tagalbum&hl=ko 태그앨범 - Google Play 앱사진과 앨범을 태그로 관리하세요. 결혼식, 팬클럽, 동호회등 원하는 카테고리를 만들어 정리해보세요. 사진에 태그를 설정하여 손쉽게 찾아보세요!play.google.com Observable : 식별할 수 있는, 관찰할 수 있는 http://reactivex.io/documentation/observable.html R.. 2019. 5. 18. RxSwift 시작하기 (설치 & Button Tap Event - DisposeBag, rx.Tap ) RxSwift 시작하기RxSwift 시작하기 (설치 & Button Tap Event)RxSwift설치부터 tap event를 bind와 subcribe를 이용하여 이벤트를 바인딩 하는 것을 포스팅 할것 이다. 이전에는 RxSwift의 간략적인 내용을 포스팅 했다.2019/04/26 - [iOS/Swift] - RxSwift (ReactiveX) RxSwift (ReactiveX)RxSwift (ReactiveX) RxSwift는 Rx 와 Swift의 합성어다. Rx : Reactive extension myseong.tistory.com이번 포스팅은 RxSwift설치부터 간단한 사용까지 포스팅 할것이다. RxSwift는 라이브러리 이기 때문에 CocoaPods으로 설치후 사용한다. (다른 방법도 있.. 2019. 5. 3. RxSwift (ReactiveX) RxSwift (ReactiveX)RxSwift는 Rx 와 Swift의 합성어다. Rx : Reactive extension (왜 두번째 스펠링으로 했는지.... X가 두번째 있어서 그런가....?) - Reactive : 반응을 보이는 - extension : 확대, 확장출처 : 네이버 사전 구글 번역에서 Reactive extension 으로 검색하면 반응 확장이라고 나온다.단순하게 풀어보면 이벤트(반응)의 확장이라고 표현하면 좋을것 같다. https://play.google.com/store/apps/details?id=com.danchoo.tagalbum&hl=ko 태그앨범 - Google Play 앱사진과 앨범을 태그로 관리하세요. 결혼식, 팬클럽, 동호회등 원하는 카테고리를 만들어 .. 2019. 4. 26. 이전 1 2 3 4 다음 반응형