• Stars
    star
    510
  • Rank 86,627 (Top 2 %)
  • Language
    Objective-C
  • Created over 11 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A basic example of a way to implement MVVM using ReactiveCocoa

#MVVM iOS Example This is the accompanying source code to an article I wrote to demonstrate a basic MVVM implementation. ReactiveCocoa and its dependencies are all self contained within this project.

##License This source code is made available under the MIT License.

Copyright (c) 2013 Colin Wheeler

Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the "Software"), to deal 
in the Software without restriction, including without limitation the rights 
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
copies of the Software, and to permit persons to whom the Software is 
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 
IN THE SOFTWARE.

More Repositories

1

Xcode-Keyboard-Shortcuts

A Git Repo for storing the Xcode Keyboard Shortcuts as well as being able to keep track of forks
JavaScript
303
star
2

Zangetsu

A General Purpose Library for Mac OS X 10.8+ & iOS 6.0+
Objective-C
141
star
3

Reactive-Cocoa-Playground

A place where I experiment around with ReactiveCocoa
Objective-C
32
star
4

dtrace-textmate-bundle

A Bundle that adds DTrace language, commands and scripts to TextMate
D
21
star
5

FeedViewer

An example project showing how to use the PubSub Framework
Objective-C
17
star
6

Xcode-4-Themes

The Themes in my Xcode 4 themes directory
17
star
7

DynamicBlockImplementation

Example project showing how to dynamically add a objc method at runtime and use imp_implementationWithBlock()
Objective-C
7
star
8

CWBlockTimer

Simple Objective-C Block timer using dispatch_source
Objective-C
4
star
9

rlc.py

Recursive Line Count in Python
Python
4
star
10

SwiftAlgorithmsAndDataStructures

A place for me to play with Algorithms & Data Structures in Swift
Swift
3
star
11

objective-c-conventions

Objective-C Coding Conventions based off of Github's Objective-C Conventions
3
star
12

Cocones

Git mirror of my friends nes emulator svn repository
Objective-C
2
star
13

JSC

An extremely simple command line Javascript interpreter using WebKits JavaScriptCore
Objective-C
2
star
14

Zangetsu-Data-Structures

Data Structure files that were in Zangetsu.Framework but at now independent
Objective-C
2
star
15

.vim

My .vim directory and .vimrc
Vim Script
1
star
16

Euler

Solutions to Euler Problems, staring in c and eventually in other languages
C
1
star
17

CoreData-Util

Core Data Utilities & Extensions from Zangetsu
Objective-C
1
star
18

CWFuture

CWFuture is a simple Objective-C Future implementation
Objective-C
1
star
19

Python-Binomial-Calculator

A binomial probability calculator I wrote in Python for my Statistics class
Python
1
star
20

CWLogging

Modern Logging using Apple System Log (ASL) API's
C
1
star
21

CWAssertionMacros

Generic Assertion Macros that can be used by any iOS or OS X Project
Objective-C
1
star