Placeholders for new Swift docs

This commit is contained in:
Neil Pankey
2015-05-22 15:02:14 -07:00
parent 05a2c89cbb
commit 65c70f7895
4 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# Basic Operators
This document explains some of the most common operators used in ReactiveCocoa,
and includes examples demonstrating their use.

View File

@@ -0,0 +1,10 @@
# Design Guidelines
This document contains guidelines for projects that want to make use of
ReactiveCocoa. The content here is heavily inspired by the [Rx Design
Guidelines](http://blogs.msdn.com/b/rxteam/archive/2010/10/28/rx-design-guidelines.aspx).
This document assumes basic familiarity
with the features of ReactiveCocoa. The [Framework Overview][] is a better
resource for getting up to speed on the functionality provided by RAC.

View File

@@ -0,0 +1,2 @@
# Memory Management

View File

@@ -0,0 +1,2 @@
# Objective-C Bridging