ReactiveCocoa / ReactiveViewModel

Model-View-ViewModel, using ReactiveCocoa
MIT License
1.96k stars 259 forks source link

Old version in cocoapods #49

Open Pitometsu opened 8 years ago

Pitometsu commented 8 years ago

Why ReactiveViewModel depend on so old ReactiveCocoa version???

mdiep commented 8 years ago

ReactiveViewModel was built with the Objective-C RAC APIs, which are unchanged since RAC 2. So upgrading to a newer version is a very mixed bag—it lets you use the Swift APIs, but it also requires that you incorporate the Swift code.

The Obj-C RAC code will soon be moving to its own repository to be versioned independently of the Swift RAC APIs. But this repository is unlikely to see significant changes because I'm not aware of any projects that use it and are under active development.

Pitometsu commented 8 years ago

ok, thank you for answer; propose leave the issue open for now then.

Pitometsu commented 8 years ago

FYI /me still use ObjC RAC because of stability (for framework), as I know, there's some issues with Swift compiled libraries with linking and backward compatibility. So it would be nice to have MVVM solution for ObjC world.

Pitometsu commented 8 years ago

But currently it installed with Overcoat+ReactiveCocoa with no problems, so closing this issue for now. Thanks.

Pitometsu commented 7 years ago

Would you switch this library to modern ReactiveObjc?