Skip to content

Commit

Permalink
Merge pull request #42 from vsanthanam/version-1.3.4
Browse files Browse the repository at this point in the history
Version 1.3.4
  • Loading branch information
vsanthanam committed Jun 15, 2018
2 parents aaa4e7e + e9db4ca commit 5d4bfaf
Show file tree
Hide file tree
Showing 13 changed files with 81 additions and 77 deletions.
2 changes: 1 addition & 1 deletion Documentation/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h4>Declaration</h4>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>VSAlertController is a drop-in replacement for UIAlertController with more features. It is created using the <code><a href="Classes/VSAlertController.html#/c:objc(cs)VSAlertController(cm)alertControllerWithTitle:message:image:style:">+alertControllerWithTitle:message:image:style:</a></code> class method, and configured using instances of VSAlertAction. You can add text fields by calling <code><a href="Classes/VSAlertController.html#/c:objc(cs)VSAlertController(im)addTextField:">-addTextField:</a></code> on an instance of VSAlertController. Instantiate the controller, add your actions and textfieds. and any other configuration you might need. Present the controller modally using UIViewController&rsquo;s <code>-presentViewController:animated:completion:</code> method. VSAlertController respects the animation paramater of this call, and you configure the animation in question by setting your instances animationStyle property before presentation. You can also change this property in the handler of an action to use a different animation on dismissal.</p>
<p>VSAlertController is a drop-in replacement for UIAlertController with more features. It is created using the <code>+alertControllerWithTitle:message:image:style:</code> class method, and configured using instances of VSAlertAction. You can add text fields by calling <code><a href="Classes/VSAlertController.html#/c:objc(cs)VSAlertController(im)addTextField:">-addTextField:</a></code> on an instance of VSAlertController. Instantiate the controller, add your actions and textfieds. and any other configuration you might need. Present the controller modally using UIViewController&rsquo;s <code>-presentViewController:animated:completion:</code> method. VSAlertController respects the animation paramater of this call, and you configure the animation in question by setting your instances animationStyle property before presentation. You can also change this property in the handler of an action to use a different animation on dismissal.</p>

<a href="Classes/VSAlertController.html" class="slightly-smaller">See more</a>
</div>
Expand Down
34 changes: 18 additions & 16 deletions Documentation/Classes/VSAlertController.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1>VSAlertController</h1>

</div>
</div>
<p>VSAlertController is a drop-in replacement for UIAlertController with more features. It is created using the <code><a href="../Classes/VSAlertController.html#/c:objc(cs)VSAlertController(cm)alertControllerWithTitle:message:image:style:">+alertControllerWithTitle:message:image:style:</a></code> class method, and configured using instances of VSAlertAction. You can add text fields by calling <code><a href="../Classes/VSAlertController.html#/c:objc(cs)VSAlertController(im)addTextField:">-addTextField:</a></code> on an instance of VSAlertController. Instantiate the controller, add your actions and textfieds. and any other configuration you might need. Present the controller modally using UIViewController&rsquo;s <code>-presentViewController:animated:completion:</code> method. VSAlertController respects the animation paramater of this call, and you configure the animation in question by setting your instances animationStyle property before presentation. You can also change this property in the handler of an action to use a different animation on dismissal.</p>
<p>VSAlertController is a drop-in replacement for UIAlertController with more features. It is created using the <code>+alertControllerWithTitle:message:image:style:</code> class method, and configured using instances of VSAlertAction. You can add text fields by calling <code><a href="../Classes/VSAlertController.html#/c:objc(cs)VSAlertController(im)addTextField:">-addTextField:</a></code> on an instance of VSAlertController. Instantiate the controller, add your actions and textfieds. and any other configuration you might need. Present the controller modally using UIViewController&rsquo;s <code>-presentViewController:animated:completion:</code> method. VSAlertController respects the animation paramater of this call, and you configure the animation in question by setting your instances animationStyle property before presentation. You can also change this property in the handler of an action to use a different animation on dismissal.</p>

</section>
<section class="section task-group-section">
Expand All @@ -67,9 +67,9 @@ <h3 class="section-name">Creating Alerts</h3>
<li class="item">
<div>
<code>
<a name="/c:objc(cs)VSAlertController(cm)alertControllerWithTitle:message:image:style:"></a>
<a name="//apple_ref/objc/Method/+alertControllerWithTitle:message:image:style:" class="dashAnchor"></a>
<a class="token" href="#/c:objc(cs)VSAlertController(cm)alertControllerWithTitle:message:image:style:">+alertControllerWithTitle:message:image:style:</a>
<a name="/c:objc(cs)VSAlertController(cm)alertControllerWithTitle:message:image:preferredStyle:"></a>
<a name="//apple_ref/objc/Method/+alertControllerWithTitle:message:image:preferredStyle:" class="dashAnchor"></a>
<a class="token" href="#/c:objc(cs)VSAlertController(cm)alertControllerWithTitle:message:image:preferredStyle:">+alertControllerWithTitle:message:image:preferredStyle:</a>
</code>
</div>
<div class="height-container">
Expand All @@ -87,7 +87,8 @@ <h4>Declaration</h4>
<pre class="highlight objective_c"><code><span class="k">+</span> <span class="p">(</span><span class="n">nullable</span> <span class="n">instancetype</span><span class="p">)</span><span class="nf">alertControllerWithTitle</span><span class="p">:(</span><span class="n">nullable</span> <span class="n">NSString</span> <span class="o">*</span><span class="p">)</span><span class="nv">title</span>
<span class="nf">message</span><span class="p">:(</span><span class="n">nullable</span> <span class="n">NSString</span> <span class="o">*</span><span class="p">)</span><span class="nv">message</span>
<span class="nf">image</span><span class="p">:(</span><span class="n">nullable</span> <span class="n">UIImage</span> <span class="o">*</span><span class="p">)</span><span class="nv">image</span>
<span class="nf">style</span><span class="p">:(</span><span class="n"><a href="../Enums/VSAlertControllerStyle.html">VSAlertControllerStyle</a></span><span class="p">)</span><span class="nv">style</span><span class="p">;</span></code></pre>
<span class="nf">preferredStyle</span><span class="p">:</span>
<span class="p">(</span><span class="n"><a href="../Enums/VSAlertControllerStyle.html">VSAlertControllerStyle</a></span><span class="p">)</span><span class="nv">preferredStyle</span><span class="p">;</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -134,7 +135,7 @@ <h4>Parameters</h4>
<tr>
<td>
<code>
<em>style</em>
<em>preferredStyle</em>
</code>
</td>
<td>
Expand All @@ -156,9 +157,9 @@ <h4>Return Value</h4>
<li class="item">
<div>
<code>
<a name="/c:objc(cs)VSAlertController(cm)alertControllerWithTitle:message:style:"></a>
<a name="//apple_ref/objc/Method/+alertControllerWithTitle:message:style:" class="dashAnchor"></a>
<a class="token" href="#/c:objc(cs)VSAlertController(cm)alertControllerWithTitle:message:style:">+alertControllerWithTitle:message:style:</a>
<a name="/c:objc(cs)VSAlertController(cm)alertControllerWithTitle:message:preferredStyle:"></a>
<a name="//apple_ref/objc/Method/+alertControllerWithTitle:message:preferredStyle:" class="dashAnchor"></a>
<a class="token" href="#/c:objc(cs)VSAlertController(cm)alertControllerWithTitle:message:preferredStyle:">+alertControllerWithTitle:message:preferredStyle:</a>
</code>
</div>
<div class="height-container">
Expand All @@ -175,7 +176,8 @@ <h4>Declaration</h4>
<p class="aside-title">Objective-C</p>
<pre class="highlight objective_c"><code><span class="k">+</span> <span class="p">(</span><span class="n">nullable</span> <span class="n">instancetype</span><span class="p">)</span><span class="nf">alertControllerWithTitle</span><span class="p">:(</span><span class="n">nullable</span> <span class="n">NSString</span> <span class="o">*</span><span class="p">)</span><span class="nv">title</span>
<span class="nf">message</span><span class="p">:(</span><span class="n">nullable</span> <span class="n">NSString</span> <span class="o">*</span><span class="p">)</span><span class="nv">message</span>
<span class="nf">style</span><span class="p">:(</span><span class="n"><a href="../Enums/VSAlertControllerStyle.html">VSAlertControllerStyle</a></span><span class="p">)</span><span class="nv">style</span><span class="p">;</span></code></pre>
<span class="nf">preferredStyle</span><span class="p">:</span>
<span class="p">(</span><span class="n"><a href="../Enums/VSAlertControllerStyle.html">VSAlertControllerStyle</a></span><span class="p">)</span><span class="nv">preferredStyle</span><span class="p">;</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -210,7 +212,7 @@ <h4>Parameters</h4>
<tr>
<td>
<code>
<em>style</em>
<em>preferredStyle</em>
</code>
</td>
<td>
Expand All @@ -232,9 +234,9 @@ <h4>Return Value</h4>
<li class="item">
<div>
<code>
<a name="/c:objc(cs)VSAlertController(im)initWithTitle:message:image:style:"></a>
<a name="//apple_ref/objc/Method/-initWithTitle:message:image:style:" class="dashAnchor"></a>
<a class="token" href="#/c:objc(cs)VSAlertController(im)initWithTitle:message:image:style:">-initWithTitle:message:image:style:</a>
<a name="/c:objc(cs)VSAlertController(im)initWithTitle:message:image:preferredStyle:"></a>
<a name="//apple_ref/objc/Method/-initWithTitle:message:image:preferredStyle:" class="dashAnchor"></a>
<a class="token" href="#/c:objc(cs)VSAlertController(im)initWithTitle:message:image:preferredStyle:">-initWithTitle:message:image:preferredStyle:</a>
</code>
</div>
<div class="height-container">
Expand All @@ -252,7 +254,7 @@ <h4>Declaration</h4>
<pre class="highlight objective_c"><code><span class="k">-</span> <span class="p">(</span><span class="n">nullable</span> <span class="n">instancetype</span><span class="p">)</span><span class="nf">initWithTitle</span><span class="p">:(</span><span class="n">nullable</span> <span class="n">NSString</span> <span class="o">*</span><span class="p">)</span><span class="nv">title</span>
<span class="nf">message</span><span class="p">:(</span><span class="n">nullable</span> <span class="n">NSString</span> <span class="o">*</span><span class="p">)</span><span class="nv">message</span>
<span class="nf">image</span><span class="p">:(</span><span class="n">nullable</span> <span class="n">UIImage</span> <span class="o">*</span><span class="p">)</span><span class="nv">image</span>
<span class="nf">style</span><span class="p">:(</span><span class="n"><a href="../Enums/VSAlertControllerStyle.html">VSAlertControllerStyle</a></span><span class="p">)</span><span class="nv">style</span><span class="p">;</span></code></pre>
<span class="nf">preferredStyle</span><span class="p">:(</span><span class="n"><a href="../Enums/VSAlertControllerStyle.html">VSAlertControllerStyle</a></span><span class="p">)</span><span class="nv">preferredStyle</span><span class="p">;</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -299,7 +301,7 @@ <h4>Parameters</h4>
<tr>
<td>
<code>
<em>style</em>
<em>preferredStyle</em>
</code>
</td>
<td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h4>Declaration</h4>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>VSAlertController is a drop-in replacement for UIAlertController with more features. It is created using the <code><a href="Classes/VSAlertController.html#/c:objc(cs)VSAlertController(cm)alertControllerWithTitle:message:image:style:">+alertControllerWithTitle:message:image:style:</a></code> class method, and configured using instances of VSAlertAction. You can add text fields by calling <code><a href="Classes/VSAlertController.html#/c:objc(cs)VSAlertController(im)addTextField:">-addTextField:</a></code> on an instance of VSAlertController. Instantiate the controller, add your actions and textfieds. and any other configuration you might need. Present the controller modally using UIViewController&rsquo;s <code>-presentViewController:animated:completion:</code> method. VSAlertController respects the animation paramater of this call, and you configure the animation in question by setting your instances animationStyle property before presentation. You can also change this property in the handler of an action to use a different animation on dismissal.</p>
<p>VSAlertController is a drop-in replacement for UIAlertController with more features. It is created using the <code>+alertControllerWithTitle:message:image:style:</code> class method, and configured using instances of VSAlertAction. You can add text fields by calling <code><a href="Classes/VSAlertController.html#/c:objc(cs)VSAlertController(im)addTextField:">-addTextField:</a></code> on an instance of VSAlertController. Instantiate the controller, add your actions and textfieds. and any other configuration you might need. Present the controller modally using UIViewController&rsquo;s <code>-presentViewController:animated:completion:</code> method. VSAlertController respects the animation paramater of this call, and you configure the animation in question by setting your instances animationStyle property before presentation. You can also change this property in the handler of an action to use a different animation on dismissal.</p>

<a href="Classes/VSAlertController.html" class="slightly-smaller">See more</a>
</div>
Expand Down
Loading

0 comments on commit 5d4bfaf

Please sign in to comment.