ReactiveViewModel icon indicating copy to clipboard operation
ReactiveViewModel copied to clipboard

How to build it and use it?

Open bagusflyer opened this issue 10 years ago • 6 comments

Can you add document about how to build it and how to use it?

bagusflyer avatar Mar 15 '15 15:03 bagusflyer

The README contains some information about building.

joshaber avatar Mar 16 '15 14:03 joshaber

Don't know how it works.

bagusflyer avatar Mar 16 '15 15:03 bagusflyer

Are there specific questions you have? Why do you want to use it in the first place?

joshaber avatar Mar 16 '15 15:03 joshaber

Sorry. I didn’t say it clearly. I’m just learning MVVM, ReactiveCocoa and found this library and want to have a try. After downloading the git file and unzip it, I found ReactiveCocoa is missing. (Normally I’m using Podfile for ReactiveCocoa). I don’t know what to do next.

On 16 Mar 2015, at 11:36 pm, Josh Abernathy [email protected] wrote:

Are there specific questions you have? Why do you want to use it in the first place?

— Reply to this email directly or view it on GitHub https://github.com/ReactiveCocoa/ReactiveViewModel/issues/41#issuecomment-81745019.

bagusflyer avatar Mar 16 '15 15:03 bagusflyer

True, it does not include ReactiveCocoa in the repository itself. ReactiveCocoa is a dependency included as a submodule, so you'd need to clone the repository and clone the submodules recursively to get it. Or use Carthage or CocoaPods to pull in the dependencies for you.

joshaber avatar Mar 16 '15 15:03 joshaber

There's unfortunately no Podfile in the repository to be able to quickly install dependencies.

alper avatar Feb 08 '17 14:02 alper