mirror of
https://github.com/zhigang1992/ReactiveCocoa.git
synced 2026-04-29 21:05:36 +08:00
Placeholders for new Swift docs
This commit is contained in:
5
Documentation/BasicOperators.md
Normal file
5
Documentation/BasicOperators.md
Normal 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.
|
||||
|
||||
10
Documentation/DesignGuidelines.md
Normal file
10
Documentation/DesignGuidelines.md
Normal 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.
|
||||
|
||||
2
Documentation/MemoryManagement.md
Normal file
2
Documentation/MemoryManagement.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# Memory Management
|
||||
|
||||
2
Documentation/ObjectiveCBridging.md
Normal file
2
Documentation/ObjectiveCBridging.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# Objective-C Bridging
|
||||
|
||||
Reference in New Issue
Block a user