Skip to content

A Swift implementation of a Flickr-search application that uses MVVM and ReactiveCocoa

Notifications You must be signed in to change notification settings

ezxx83/ReactiveSwiftFlickrSearch

 
 

Repository files navigation

#ReactiveCocoa, Swift and MVVM

This application is a Swift-port of an MVVM / ReactiveCocoa example application I wrote a few months ago.

image

##Instructions

This project uses a combination of both CocoaPods and git submodules. The reason for this is that the current version of ReactiveCocoa is not compatible with Swift, as detailed in this blog post.

In order to use this project you need to clone the repo and also clone the submodules. The following commands should be all you need to get started:

git clone --recursive https://github.com/ColinEberhardt/ReactiveSwiftFlickrSearch.git
cd ReactiveSwiftFlickrSearch
pod install

Open the workspace in Xcode, and select the ReactiveSwiftFlickrSearch target, build and run.

The project has been tested on Xcode 6.1 (RTM)

About

A Swift implementation of a Flickr-search application that uses MVVM and ReactiveCocoa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 98.6%
  • Objective-C 1.1%
  • Perl 0.3%