|
You are here |
rx-marin.com | ||
| | | | |
benoitpasquier.com
|
|
| | | | | It took me quite some time to get into Reactive Programming and its variant adapted for iOS development with RxSwift and RxCocoa. However, being fan of MVVM architecture and using an observer design pattern with it, it was natural for me to revisit my approach and use RxSwift instead. Thats what I'm going to cover in this post. | |
| | | | |
sintraworks.github.io
|
|
| | | | | Recently I started studying Ray Wenderlich's tutorial book RxSwift. Early on, the book suggests using Rx as an alternative to delegates and their associated protocols. I though, great, but, for the task at hand, that's a rather heavy handed solution. (Yes, I know it is just an example designed to teach me the basics.) So I tried to imagine how I could achieve something similar to the functionality they built for their initial examples, without the overhead of importing a big library like RxSwift. | |
| | | | |
www.neilmacy.co.uk
|
|
| | | | | A better way to deal with UITableViewCells. | |
| | | | |
arkadiuszchmura.com
|
|
| | | Let's see how we can change the axis from horizontal to vertical once the elements no longer fit the screen properly. | ||