updated jazzy docs

This commit is contained in:
Peter 2015-11-01 13:46:00 -05:00
parent cad02792d1
commit e81baffffd
46 changed files with 1000 additions and 254 deletions

View File

@ -12,7 +12,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html"> Docs</a> (52% documented)</p>
<p><a href="index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">
@ -167,10 +167,18 @@
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>DDPClient is the base class for communicating with a server using the DDP protocol</p>
<a href="Classes/DDPClient.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">DDPClient</span><span class="p">:</span> <span class="kt">NSObject</span></code></pre>
</div>
</div>
</section>
</div>
</li>
@ -215,10 +223,18 @@
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>Meteor is a class to simplify communicating with and consuming MeteorJS server services</p>
<a href="Classes/Meteor.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Meteor</span></code></pre>
</div>
</div>
</section>
</div>
</li>
@ -235,10 +251,20 @@
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>MeteorCollection is a class created to provide a base class and api for integrating SwiftDDP with persistence stores. MeteorCollection
should generally be subclassed, with the methods documentWasAdded, documentWasChanged and documentWasRemoved facilitating communicating
with the datastore.</p>
<a href="Classes/MeteorCollection.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">MeteorCollection</span><span class="p">:</span> <span class="kt">NSObject</span><span class="p">,</span> <span class="kt">MeteorCollectionType</span></code></pre>
</div>
</div>
</section>
</div>
</li>

View File

@ -13,7 +13,7 @@
<a title="DDPClient Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (52% documented)</p>
<p><a href="../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">
@ -102,7 +102,13 @@
<section>
<section class="section">
<h1>DDPClient</h1>
<p>Undocumented</p>
<div class="declaration">
<div class="Swift">
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">DDPClient</span><span class="p">:</span> <span class="kt">NSObject</span></code></pre>
</div>
</div>
<p>DDPClient is the base class for communicating with a server using the DDP protocol</p>
</section>
<section class="section task-group-section">
@ -124,6 +130,14 @@
<p>Undocumented</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">DDPClient</span><span class="p">:</span> <span class="kt">NSObject</span></code></pre>
</div>
</div>
</section>
</div>
</li>

View File

@ -13,7 +13,7 @@
<a title="Meteor Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (52% documented)</p>
<p><a href="../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">
@ -102,7 +102,13 @@
<section>
<section class="section">
<h1>Meteor</h1>
<p>Undocumented</p>
<div class="declaration">
<div class="Swift">
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Meteor</span></code></pre>
</div>
</div>
<p>Meteor is a class to simplify communicating with and consuming MeteorJS server services</p>
</section>
<section class="section task-group-section">
@ -121,9 +127,17 @@
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>client is a singleton instance of DDPClient</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">static</span> <span class="k">let</span> <span class="nv">client</span> <span class="o">=</span> <span class="kt">Meteor</span><span class="o">.</span><span class="kt">Client</span><span class="p">()</span> <span class="c1">// Client is a singleton object</span></code></pre>
</div>
</div>
</section>
</div>
</li>
@ -384,9 +398,63 @@ in the subscription has been sent by the server.</p>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>Call a single function to establish a DDP connection, and login with email and password</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">static</span> <span class="kd">func</span> <span class="nf">connect</span><span class="p">(</span><span class="nv">url</span><span class="p">:</span><span class="kt">String</span><span class="p">,</span> <span class="nv">email</span><span class="p">:</span><span class="kt">String</span><span class="p">,</span> <span class="nv">password</span><span class="p">:</span><span class="kt">String</span><span class="p">)</span></code></pre>
</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>url</em>
</code>
</td>
<td>
<div>
<p>The url to connect to</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>email</em>
</code>
</td>
<td>
<div>
<p>A string email address associated with a Meteor account</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>password</em>
</code>
</td>
<td>
<div>
<p>A string password</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</li>
@ -403,10 +471,18 @@ in the subscription has been sent by the server.</p>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>Meteor.Client is a subclass of DDPClient that facilitates interaction with the MeteorCollection class</p>
<a href="../Classes/Meteor/Client.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Client</span><span class="p">:</span> <span class="kt">DDPClient</span></code></pre>
</div>
</div>
</section>
</div>
</li>

View File

@ -13,7 +13,7 @@
<a title="Client Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../../index.html"> Docs</a> (52% documented)</p>
<p><a href="../../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">
@ -102,7 +102,13 @@
<section>
<section class="section">
<h1>Client</h1>
<p>Undocumented</p>
<div class="declaration">
<div class="Swift">
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Client</span><span class="p">:</span> <span class="kt">DDPClient</span></code></pre>
</div>
</div>
<p>Meteor.Client is a subclass of DDPClient that facilitates interaction with the MeteorCollection class</p>
</section>
<section class="section task-group-section">
@ -124,6 +130,14 @@
<p>Undocumented</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Client</span><span class="p">:</span> <span class="kt">DDPClient</span></code></pre>
</div>
</div>
</section>
</div>
</li>
@ -140,27 +154,63 @@
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>Calls the documentWasAdded method in the MeteorCollection subclass instance associated with the document
collection</p>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:FCC8SwiftDDP6Meteor6Client18documentWasRemovedFS1_FTSS2idSS_T_"></a>
<a name="//apple_ref/swift/Method/documentWasRemoved(_:id:)" class="dashAnchor"></a>
<a class="token" href="#/s:FCC8SwiftDDP6Meteor6Client18documentWasRemovedFS1_FTSS2idSS_T_">documentWasRemoved(_:id:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="k">override</span> <span class="kd">func</span> <span class="nf">documentWasAdded</span><span class="p">(</span><span class="nv">collection</span><span class="p">:</span><span class="kt">String</span><span class="p">,</span> <span class="nv">id</span><span class="p">:</span><span class="kt">String</span><span class="p">,</span> <span class="nv">fields</span><span class="p">:</span><span class="kt">NSDictionary</span><span class="p">?)</span></code></pre>
</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>collection</em>
</code>
</td>
<td>
<div>
<p>the string name of the collection to which the document belongs</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>id</em>
</code>
</td>
<td>
<div>
<p>the string unique id that identifies the document on the server</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>fields</em>
</code>
</td>
<td>
<div>
<p>an optional NSDictionary with the documents properties</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
@ -178,9 +228,138 @@
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>Calls the documentWasChanged method in the MeteorCollection subclass instance associated with the document
collection</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="k">override</span> <span class="kd">func</span> <span class="nf">documentWasChanged</span><span class="p">(</span><span class="nv">collection</span><span class="p">:</span><span class="kt">String</span><span class="p">,</span> <span class="nv">id</span><span class="p">:</span><span class="kt">String</span><span class="p">,</span> <span class="nv">fields</span><span class="p">:</span><span class="kt">NSDictionary</span><span class="p">?,</span> <span class="nv">cleared</span><span class="p">:[</span><span class="kt">String</span><span class="p">]?)</span></code></pre>
</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>collection</em>
</code>
</td>
<td>
<div>
<p>the string name of the collection to which the document belongs</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>id</em>
</code>
</td>
<td>
<div>
<p>the string unique id that identifies the document on the server</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>fields</em>
</code>
</td>
<td>
<div>
<p>an optional NSDictionary with the documents properties</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>cleared</em>
</code>
</td>
<td>
<div>
<p>an optional array of string property names to delete</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:FCC8SwiftDDP6Meteor6Client18documentWasRemovedFS1_FTSS2idSS_T_"></a>
<a name="//apple_ref/swift/Method/documentWasRemoved(_:id:)" class="dashAnchor"></a>
<a class="token" href="#/s:FCC8SwiftDDP6Meteor6Client18documentWasRemovedFS1_FTSS2idSS_T_">documentWasRemoved(_:id:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Calls the documentWasRemoved method in the MeteorCollection subclass instance associated with the document
collection</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="k">override</span> <span class="kd">func</span> <span class="nf">documentWasRemoved</span><span class="p">(</span><span class="nv">collection</span><span class="p">:</span><span class="kt">String</span><span class="p">,</span> <span class="nv">id</span><span class="p">:</span><span class="kt">String</span><span class="p">)</span></code></pre>
</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>collection</em>
</code>
</td>
<td>
<div>
<p>the string name of the collection to which the document belongs</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>id</em>
</code>
</td>
<td>
<div>
<p>the string unique id that identifies the document on the server</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</li>

View File

@ -13,7 +13,7 @@
<a title="MeteorCollection Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (52% documented)</p>
<p><a href="../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">
@ -102,69 +102,20 @@
<section>
<section class="section">
<h1>MeteorCollection</h1>
<p>Undocumented</p>
<div class="declaration">
<div class="Swift">
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">MeteorCollection</span><span class="p">:</span> <span class="kt">NSObject</span><span class="p">,</span> <span class="kt">MeteorCollectionType</span></code></pre>
</div>
</div>
<p>MeteorCollection is a class created to provide a base class and api for integrating SwiftDDP with persistence stores. MeteorCollection
should generally be subclassed, with the methods documentWasAdded, documentWasChanged and documentWasRemoved facilitating communicating
with the datastore.</p>
</section>
<section class="section task-group-section">
<div class="task-group">
<ul>
<li class="item">
<div>
<code>
<a name="/s:vC8SwiftDDP16MeteorCollection7onAddedGSqFT10collectionSS2idSS6fieldsGSqCSo12NSDictionary__T__"></a>
<a name="//apple_ref/swift/Property/onAdded" class="dashAnchor"></a>
<a class="token" href="#/s:vC8SwiftDDP16MeteorCollection7onAddedGSqFT10collectionSS2idSS6fieldsGSqCSo12NSDictionary__T__">onAdded</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:vC8SwiftDDP16MeteorCollection9onChangedGSqFT10collectionSS2idSS6fieldsGSqCSo12NSDictionary_7clearedGSqGSaSS___T__"></a>
<a name="//apple_ref/swift/Property/onChanged" class="dashAnchor"></a>
<a class="token" href="#/s:vC8SwiftDDP16MeteorCollection9onChangedGSqFT10collectionSS2idSS6fieldsGSqCSo12NSDictionary_7clearedGSqGSaSS___T__">onChanged</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:vC8SwiftDDP16MeteorCollection9onRemovedGSqFT10collectionSS2idSS_T__"></a>
<a name="//apple_ref/swift/Property/onRemoved" class="dashAnchor"></a>
<a class="token" href="#/s:vC8SwiftDDP16MeteorCollection9onRemovedGSqFT10collectionSS2idSS_T__">onRemoved</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
@ -178,9 +129,37 @@
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>Initializes a MeteorCollection object</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="nf">init</span><span class="p">(</span><span class="nv">name</span><span class="p">:</span><span class="kt">String</span><span class="p">)</span></code></pre>
</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>name</em>
</code>
</td>
<td>
<div>
<p>The string name of the collection (must match the name of the collection on the server)</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</li>
@ -197,9 +176,63 @@
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>Called when a document has been sent from the server. Always executes on the main queue</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">documentWasAdded</span><span class="p">(</span><span class="nv">collection</span><span class="p">:</span><span class="kt">String</span><span class="p">,</span> <span class="nv">id</span><span class="p">:</span><span class="kt">String</span><span class="p">,</span> <span class="nv">fields</span><span class="p">:</span><span class="kt">NSDictionary</span><span class="p">?)</span></code></pre>
</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>collection</em>
</code>
</td>
<td>
<div>
<p>the string name of the collection to which the document belongs</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>id</em>
</code>
</td>
<td>
<div>
<p>the string unique id that identifies the document on the server</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>fields</em>
</code>
</td>
<td>
<div>
<p>an optional NSDictionary with the documents properties</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</li>
@ -219,6 +252,14 @@
<p>Undocumented</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">MeteorCollection</span><span class="p">:</span> <span class="kt">NSObject</span><span class="p">,</span> <span class="kt">MeteorCollectionType</span></code></pre>
</div>
</div>
</section>
</div>
</li>
@ -238,6 +279,14 @@
<p>Undocumented</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">MeteorCollection</span><span class="p">:</span> <span class="kt">NSObject</span><span class="p">,</span> <span class="kt">MeteorCollectionType</span></code></pre>
</div>
</div>
</section>
</div>
</li>

View File

@ -13,7 +13,7 @@
<a title="MeteorCoreDataCollection Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (52% documented)</p>
<p><a href="../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">

View File

@ -13,7 +13,7 @@
<a title="MeteorCoreDataTableViewController Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (52% documented)</p>
<p><a href="../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">

View File

@ -12,7 +12,7 @@
<a title="Enums Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html"> Docs</a> (52% documented)</p>
<p><a href="index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">

View File

@ -13,7 +13,7 @@
<a title="DDPMessageType Enum Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (52% documented)</p>
<p><a href="../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">

View File

@ -12,7 +12,7 @@
<a title="Extensions Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html"> Docs</a> (52% documented)</p>
<p><a href="index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">
@ -120,10 +120,17 @@
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<a href="Extensions/DDPClient.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">DDPClient</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre>
</div>
</div>
</section>
</div>
</li>

View File

@ -13,7 +13,7 @@
<a title="DDPClient Extension Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (52% documented)</p>
<p><a href="../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">
@ -102,8 +102,13 @@
<section>
<section class="section">
<h1>DDPClient</h1>
<p>Undocumented</p>
<div class="declaration">
<div class="Swift">
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">DDPClient</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre>
</div>
</div>
</section>
<section class="section task-group-section">
<div class="task-group">
@ -1067,6 +1072,14 @@ in the subscription has been sent by the server.</p>
<p>Undocumented</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">DDPClient</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre>
</div>
</div>
</section>
</div>
</li>
@ -1086,6 +1099,14 @@ in the subscription has been sent by the server.</p>
<p>Undocumented</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">DDPClient</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre>
</div>
</div>
</section>
</div>
</li>
@ -1105,6 +1126,14 @@ in the subscription has been sent by the server.</p>
<p>Undocumented</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">DDPClient</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre>
</div>
</div>
</section>
</div>
</li>
@ -1124,6 +1153,14 @@ in the subscription has been sent by the server.</p>
<p>Undocumented</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">DDPClient</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre>
</div>
</div>
</section>
</div>
</li>

View File

@ -13,7 +13,7 @@
<a title="NSManagedObject Extension Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (52% documented)</p>
<p><a href="../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">

View File

@ -12,7 +12,7 @@
<a title="Protocols Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html"> Docs</a> (52% documented)</p>
<p><a href="index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">

View File

@ -13,7 +13,7 @@
<a title="MeteorCoreDataCollectionDelegate Protocol Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (52% documented)</p>
<p><a href="../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">

View File

@ -13,7 +13,7 @@
<a title="MeteorCoreDataStack Protocol Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (52% documented)</p>
<p><a href="../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">

View File

@ -12,7 +12,7 @@
<a title="Structs Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html"> Docs</a> (52% documented)</p>
<p><a href="index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">

View File

@ -13,7 +13,7 @@
<a title="DDPError Struct Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (52% documented)</p>
<p><a href="../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">

View File

@ -13,7 +13,7 @@
<a title="DDPEvents Struct Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (52% documented)</p>
<p><a href="../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">

View File

@ -13,7 +13,7 @@
<a title="DDPMessage Struct Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (52% documented)</p>
<p><a href="../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">

View File

@ -13,7 +13,7 @@
<a title="Result Struct Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (52% documented)</p>
<p><a href="../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">

View File

@ -12,7 +12,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html"> Docs</a> (52% documented)</p>
<p><a href="index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">
@ -167,10 +167,18 @@
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>DDPClient is the base class for communicating with a server using the DDP protocol</p>
<a href="Classes/DDPClient.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">DDPClient</span><span class="p">:</span> <span class="kt">NSObject</span></code></pre>
</div>
</div>
</section>
</div>
</li>
@ -215,10 +223,18 @@
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>Meteor is a class to simplify communicating with and consuming MeteorJS server services</p>
<a href="Classes/Meteor.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Meteor</span></code></pre>
</div>
</div>
</section>
</div>
</li>
@ -235,10 +251,20 @@
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>MeteorCollection is a class created to provide a base class and api for integrating SwiftDDP with persistence stores. MeteorCollection
should generally be subclassed, with the methods documentWasAdded, documentWasChanged and documentWasRemoved facilitating communicating
with the datastore.</p>
<a href="Classes/MeteorCollection.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">MeteorCollection</span><span class="p">:</span> <span class="kt">NSObject</span><span class="p">,</span> <span class="kt">MeteorCollectionType</span></code></pre>
</div>
</div>
</section>
</div>
</li>

View File

@ -13,7 +13,7 @@
<a title="DDPClient Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (52% documented)</p>
<p><a href="../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">
@ -102,7 +102,13 @@
<section>
<section class="section">
<h1>DDPClient</h1>
<p>Undocumented</p>
<div class="declaration">
<div class="Swift">
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">DDPClient</span><span class="p">:</span> <span class="kt">NSObject</span></code></pre>
</div>
</div>
<p>DDPClient is the base class for communicating with a server using the DDP protocol</p>
</section>
<section class="section task-group-section">
@ -124,6 +130,14 @@
<p>Undocumented</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">DDPClient</span><span class="p">:</span> <span class="kt">NSObject</span></code></pre>
</div>
</div>
</section>
</div>
</li>

View File

@ -13,7 +13,7 @@
<a title="Meteor Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (52% documented)</p>
<p><a href="../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">
@ -102,7 +102,13 @@
<section>
<section class="section">
<h1>Meteor</h1>
<p>Undocumented</p>
<div class="declaration">
<div class="Swift">
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Meteor</span></code></pre>
</div>
</div>
<p>Meteor is a class to simplify communicating with and consuming MeteorJS server services</p>
</section>
<section class="section task-group-section">
@ -121,9 +127,17 @@
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>client is a singleton instance of DDPClient</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">static</span> <span class="k">let</span> <span class="nv">client</span> <span class="o">=</span> <span class="kt">Meteor</span><span class="o">.</span><span class="kt">Client</span><span class="p">()</span> <span class="c1">// Client is a singleton object</span></code></pre>
</div>
</div>
</section>
</div>
</li>
@ -384,9 +398,63 @@ in the subscription has been sent by the server.</p>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>Call a single function to establish a DDP connection, and login with email and password</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">static</span> <span class="kd">func</span> <span class="nf">connect</span><span class="p">(</span><span class="nv">url</span><span class="p">:</span><span class="kt">String</span><span class="p">,</span> <span class="nv">email</span><span class="p">:</span><span class="kt">String</span><span class="p">,</span> <span class="nv">password</span><span class="p">:</span><span class="kt">String</span><span class="p">)</span></code></pre>
</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>url</em>
</code>
</td>
<td>
<div>
<p>The url to connect to</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>email</em>
</code>
</td>
<td>
<div>
<p>A string email address associated with a Meteor account</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>password</em>
</code>
</td>
<td>
<div>
<p>A string password</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</li>
@ -403,10 +471,18 @@ in the subscription has been sent by the server.</p>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>Meteor.Client is a subclass of DDPClient that facilitates interaction with the MeteorCollection class</p>
<a href="../Classes/Meteor/Client.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Client</span><span class="p">:</span> <span class="kt">DDPClient</span></code></pre>
</div>
</div>
</section>
</div>
</li>

View File

@ -13,7 +13,7 @@
<a title="Client Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../../index.html"> Docs</a> (52% documented)</p>
<p><a href="../../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">
@ -102,7 +102,13 @@
<section>
<section class="section">
<h1>Client</h1>
<p>Undocumented</p>
<div class="declaration">
<div class="Swift">
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Client</span><span class="p">:</span> <span class="kt">DDPClient</span></code></pre>
</div>
</div>
<p>Meteor.Client is a subclass of DDPClient that facilitates interaction with the MeteorCollection class</p>
</section>
<section class="section task-group-section">
@ -124,6 +130,14 @@
<p>Undocumented</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Client</span><span class="p">:</span> <span class="kt">DDPClient</span></code></pre>
</div>
</div>
</section>
</div>
</li>
@ -140,27 +154,63 @@
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>Calls the documentWasAdded method in the MeteorCollection subclass instance associated with the document
collection</p>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:FCC8SwiftDDP6Meteor6Client18documentWasRemovedFS1_FTSS2idSS_T_"></a>
<a name="//apple_ref/swift/Method/documentWasRemoved(_:id:)" class="dashAnchor"></a>
<a class="token" href="#/s:FCC8SwiftDDP6Meteor6Client18documentWasRemovedFS1_FTSS2idSS_T_">documentWasRemoved(_:id:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="k">override</span> <span class="kd">func</span> <span class="nf">documentWasAdded</span><span class="p">(</span><span class="nv">collection</span><span class="p">:</span><span class="kt">String</span><span class="p">,</span> <span class="nv">id</span><span class="p">:</span><span class="kt">String</span><span class="p">,</span> <span class="nv">fields</span><span class="p">:</span><span class="kt">NSDictionary</span><span class="p">?)</span></code></pre>
</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>collection</em>
</code>
</td>
<td>
<div>
<p>the string name of the collection to which the document belongs</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>id</em>
</code>
</td>
<td>
<div>
<p>the string unique id that identifies the document on the server</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>fields</em>
</code>
</td>
<td>
<div>
<p>an optional NSDictionary with the documents properties</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
@ -178,9 +228,138 @@
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>Calls the documentWasChanged method in the MeteorCollection subclass instance associated with the document
collection</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="k">override</span> <span class="kd">func</span> <span class="nf">documentWasChanged</span><span class="p">(</span><span class="nv">collection</span><span class="p">:</span><span class="kt">String</span><span class="p">,</span> <span class="nv">id</span><span class="p">:</span><span class="kt">String</span><span class="p">,</span> <span class="nv">fields</span><span class="p">:</span><span class="kt">NSDictionary</span><span class="p">?,</span> <span class="nv">cleared</span><span class="p">:[</span><span class="kt">String</span><span class="p">]?)</span></code></pre>
</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>collection</em>
</code>
</td>
<td>
<div>
<p>the string name of the collection to which the document belongs</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>id</em>
</code>
</td>
<td>
<div>
<p>the string unique id that identifies the document on the server</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>fields</em>
</code>
</td>
<td>
<div>
<p>an optional NSDictionary with the documents properties</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>cleared</em>
</code>
</td>
<td>
<div>
<p>an optional array of string property names to delete</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:FCC8SwiftDDP6Meteor6Client18documentWasRemovedFS1_FTSS2idSS_T_"></a>
<a name="//apple_ref/swift/Method/documentWasRemoved(_:id:)" class="dashAnchor"></a>
<a class="token" href="#/s:FCC8SwiftDDP6Meteor6Client18documentWasRemovedFS1_FTSS2idSS_T_">documentWasRemoved(_:id:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Calls the documentWasRemoved method in the MeteorCollection subclass instance associated with the document
collection</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="k">override</span> <span class="kd">func</span> <span class="nf">documentWasRemoved</span><span class="p">(</span><span class="nv">collection</span><span class="p">:</span><span class="kt">String</span><span class="p">,</span> <span class="nv">id</span><span class="p">:</span><span class="kt">String</span><span class="p">)</span></code></pre>
</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>collection</em>
</code>
</td>
<td>
<div>
<p>the string name of the collection to which the document belongs</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>id</em>
</code>
</td>
<td>
<div>
<p>the string unique id that identifies the document on the server</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</li>

View File

@ -13,7 +13,7 @@
<a title="MeteorCollection Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (52% documented)</p>
<p><a href="../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">
@ -102,69 +102,20 @@
<section>
<section class="section">
<h1>MeteorCollection</h1>
<p>Undocumented</p>
<div class="declaration">
<div class="Swift">
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">MeteorCollection</span><span class="p">:</span> <span class="kt">NSObject</span><span class="p">,</span> <span class="kt">MeteorCollectionType</span></code></pre>
</div>
</div>
<p>MeteorCollection is a class created to provide a base class and api for integrating SwiftDDP with persistence stores. MeteorCollection
should generally be subclassed, with the methods documentWasAdded, documentWasChanged and documentWasRemoved facilitating communicating
with the datastore.</p>
</section>
<section class="section task-group-section">
<div class="task-group">
<ul>
<li class="item">
<div>
<code>
<a name="/s:vC8SwiftDDP16MeteorCollection7onAddedGSqFT10collectionSS2idSS6fieldsGSqCSo12NSDictionary__T__"></a>
<a name="//apple_ref/swift/Property/onAdded" class="dashAnchor"></a>
<a class="token" href="#/s:vC8SwiftDDP16MeteorCollection7onAddedGSqFT10collectionSS2idSS6fieldsGSqCSo12NSDictionary__T__">onAdded</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:vC8SwiftDDP16MeteorCollection9onChangedGSqFT10collectionSS2idSS6fieldsGSqCSo12NSDictionary_7clearedGSqGSaSS___T__"></a>
<a name="//apple_ref/swift/Property/onChanged" class="dashAnchor"></a>
<a class="token" href="#/s:vC8SwiftDDP16MeteorCollection9onChangedGSqFT10collectionSS2idSS6fieldsGSqCSo12NSDictionary_7clearedGSqGSaSS___T__">onChanged</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:vC8SwiftDDP16MeteorCollection9onRemovedGSqFT10collectionSS2idSS_T__"></a>
<a name="//apple_ref/swift/Property/onRemoved" class="dashAnchor"></a>
<a class="token" href="#/s:vC8SwiftDDP16MeteorCollection9onRemovedGSqFT10collectionSS2idSS_T__">onRemoved</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
@ -178,9 +129,37 @@
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>Initializes a MeteorCollection object</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="nf">init</span><span class="p">(</span><span class="nv">name</span><span class="p">:</span><span class="kt">String</span><span class="p">)</span></code></pre>
</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>name</em>
</code>
</td>
<td>
<div>
<p>The string name of the collection (must match the name of the collection on the server)</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</li>
@ -197,9 +176,63 @@
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>Called when a document has been sent from the server. Always executes on the main queue</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">documentWasAdded</span><span class="p">(</span><span class="nv">collection</span><span class="p">:</span><span class="kt">String</span><span class="p">,</span> <span class="nv">id</span><span class="p">:</span><span class="kt">String</span><span class="p">,</span> <span class="nv">fields</span><span class="p">:</span><span class="kt">NSDictionary</span><span class="p">?)</span></code></pre>
</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>collection</em>
</code>
</td>
<td>
<div>
<p>the string name of the collection to which the document belongs</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>id</em>
</code>
</td>
<td>
<div>
<p>the string unique id that identifies the document on the server</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>fields</em>
</code>
</td>
<td>
<div>
<p>an optional NSDictionary with the documents properties</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</li>
@ -219,6 +252,14 @@
<p>Undocumented</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">MeteorCollection</span><span class="p">:</span> <span class="kt">NSObject</span><span class="p">,</span> <span class="kt">MeteorCollectionType</span></code></pre>
</div>
</div>
</section>
</div>
</li>
@ -238,6 +279,14 @@
<p>Undocumented</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">MeteorCollection</span><span class="p">:</span> <span class="kt">NSObject</span><span class="p">,</span> <span class="kt">MeteorCollectionType</span></code></pre>
</div>
</div>
</section>
</div>
</li>

View File

@ -13,7 +13,7 @@
<a title="MeteorCoreDataCollection Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (52% documented)</p>
<p><a href="../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">

View File

@ -13,7 +13,7 @@
<a title="MeteorCoreDataTableViewController Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (52% documented)</p>
<p><a href="../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">

View File

@ -12,7 +12,7 @@
<a title="Enums Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html"> Docs</a> (52% documented)</p>
<p><a href="index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">

View File

@ -13,7 +13,7 @@
<a title="DDPMessageType Enum Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (52% documented)</p>
<p><a href="../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">

View File

@ -12,7 +12,7 @@
<a title="Extensions Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html"> Docs</a> (52% documented)</p>
<p><a href="index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">
@ -120,10 +120,17 @@
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<a href="Extensions/DDPClient.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">DDPClient</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre>
</div>
</div>
</section>
</div>
</li>

View File

@ -13,7 +13,7 @@
<a title="DDPClient Extension Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (52% documented)</p>
<p><a href="../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">
@ -102,8 +102,13 @@
<section>
<section class="section">
<h1>DDPClient</h1>
<p>Undocumented</p>
<div class="declaration">
<div class="Swift">
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">DDPClient</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre>
</div>
</div>
</section>
<section class="section task-group-section">
<div class="task-group">
@ -1067,6 +1072,14 @@ in the subscription has been sent by the server.</p>
<p>Undocumented</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">DDPClient</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre>
</div>
</div>
</section>
</div>
</li>
@ -1086,6 +1099,14 @@ in the subscription has been sent by the server.</p>
<p>Undocumented</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">DDPClient</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre>
</div>
</div>
</section>
</div>
</li>
@ -1105,6 +1126,14 @@ in the subscription has been sent by the server.</p>
<p>Undocumented</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">DDPClient</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre>
</div>
</div>
</section>
</div>
</li>
@ -1124,6 +1153,14 @@ in the subscription has been sent by the server.</p>
<p>Undocumented</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">DDPClient</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre>
</div>
</div>
</section>
</div>
</li>

View File

@ -13,7 +13,7 @@
<a title="NSManagedObject Extension Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (52% documented)</p>
<p><a href="../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">

View File

@ -12,7 +12,7 @@
<a title="Protocols Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html"> Docs</a> (52% documented)</p>
<p><a href="index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">

View File

@ -13,7 +13,7 @@
<a title="MeteorCoreDataCollectionDelegate Protocol Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (52% documented)</p>
<p><a href="../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">

View File

@ -13,7 +13,7 @@
<a title="MeteorCoreDataStack Protocol Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (52% documented)</p>
<p><a href="../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">

View File

@ -12,7 +12,7 @@
<a title="Structs Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html"> Docs</a> (52% documented)</p>
<p><a href="index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">

View File

@ -13,7 +13,7 @@
<a title="DDPError Struct Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (52% documented)</p>
<p><a href="../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">

View File

@ -13,7 +13,7 @@
<a title="DDPEvents Struct Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (52% documented)</p>
<p><a href="../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">

View File

@ -13,7 +13,7 @@
<a title="DDPMessage Struct Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (52% documented)</p>
<p><a href="../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">

View File

@ -13,7 +13,7 @@
<a title="Result Struct Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (52% documented)</p>
<p><a href="../index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">

View File

@ -12,7 +12,7 @@
<a title=" Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html"> Docs</a> (52% documented)</p>
<p><a href="index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">

View File

@ -6,9 +6,7 @@ MeteorCoreDataTableViewController.swift
MeteorCoreData.swift
public class MeteorCoreData
DDPClient.swift
public class DDPClient: NSObject
public var logLevel = XCGLogger.LogLevel.Debug
public class DDPClient : NSObject
MeteorCoreDataCollection.swift
public protocol MeteorCoreDataCollectionDelegate
func document(willBeCreatedWith fields:NSDictionary?, forObject object:NSManagedObject) -> NSManagedObject
@ -61,20 +59,7 @@ DDPExtensions.swift
public func signupWithEmail(email: String, password: String, profile: NSDictionary, callback: ((result:AnyObject?, error:DDPError?) -> ())?)
public func logout()
Meteor.swift
public class Meteor
public static let client = Meteor.Client() // Client is a singleton object
public static func connect(url:String, email:String, password:String)
public class Client: DDPClient
public convenience init(url:String, email:String, password:String)
public override func documentWasAdded(collection:String, id:String, fields:NSDictionary?)
public override func documentWasRemoved(collection:String, id:String)
public override func documentWasChanged(collection:String, id:String, fields:NSDictionary?, cleared:[String]?)
public class MeteorCollection: NSObject, MeteorCollectionType
public var onAdded:((collection:String, id:String, fields:NSDictionary?) -> ())?
public var onChanged:((collection:String, id:String, fields:NSDictionary?, cleared:[String]?) -> ())?
public var onRemoved:((collection:String, id:String) -> ())?
public init(name:String)
public func documentWasAdded(collection:String, id:String, fields:NSDictionary?)
public func documentWasChanged(collection:String, id:String, fields:NSDictionary?, cleared:[String]?)
public func documentWasRemoved(collection:String, id:String)
CoreDataExtensions.swift

Binary file not shown.

View File

@ -12,7 +12,7 @@
<a title=" Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html"> Docs</a> (52% documented)</p>
<p><a href="index.html"> Docs</a> (61% documented)</p>
</div>
</header>
<div class="content-wrapper">

View File

@ -6,9 +6,7 @@ MeteorCoreDataTableViewController.swift
MeteorCoreData.swift
public class MeteorCoreData
DDPClient.swift
public class DDPClient: NSObject
public var logLevel = XCGLogger.LogLevel.Debug
public class DDPClient : NSObject
MeteorCoreDataCollection.swift
public protocol MeteorCoreDataCollectionDelegate
func document(willBeCreatedWith fields:NSDictionary?, forObject object:NSManagedObject) -> NSManagedObject
@ -61,20 +59,7 @@ DDPExtensions.swift
public func signupWithEmail(email: String, password: String, profile: NSDictionary, callback: ((result:AnyObject?, error:DDPError?) -> ())?)
public func logout()
Meteor.swift
public class Meteor
public static let client = Meteor.Client() // Client is a singleton object
public static func connect(url:String, email:String, password:String)
public class Client: DDPClient
public convenience init(url:String, email:String, password:String)
public override func documentWasAdded(collection:String, id:String, fields:NSDictionary?)
public override func documentWasRemoved(collection:String, id:String)
public override func documentWasChanged(collection:String, id:String, fields:NSDictionary?, cleared:[String]?)
public class MeteorCollection: NSObject, MeteorCollectionType
public var onAdded:((collection:String, id:String, fields:NSDictionary?) -> ())?
public var onChanged:((collection:String, id:String, fields:NSDictionary?, cleared:[String]?) -> ())?
public var onRemoved:((collection:String, id:String) -> ())?
public init(name:String)
public func documentWasAdded(collection:String, id:String, fields:NSDictionary?)
public func documentWasChanged(collection:String, id:String, fields:NSDictionary?, cleared:[String]?)
public func documentWasRemoved(collection:String, id:String)
CoreDataExtensions.swift