Skip to content

Commit

Permalink
latest release, updated docs / transition / idiom support
Browse files Browse the repository at this point in the history
  • Loading branch information
vsanthanam committed Mar 21, 2018
1 parent 22631a6 commit b3858be
Show file tree
Hide file tree
Showing 30 changed files with 39 additions and 47 deletions.
4 changes: 2 additions & 2 deletions Documentation/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,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 +alertControllerWithTitle:description:image:style: class method, and configured using instances of VSAlertAction. You can add text fields by calling -addTextField: 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 -presentViewController:animated:completion: 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><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>

<a href="Classes/VSAlertController.html" class="slightly-smaller">See more</a>
</div>
Expand Down Expand Up @@ -171,7 +171,7 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-20)</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Classes/VSAlertAction.html
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-20)</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
Expand Down
4 changes: 2 additions & 2 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 +alertControllerWithTitle:description:image:style: class method, and configured using instances of VSAlertAction. You can add text fields by calling -addTextField: 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 -presentViewController:animated:completion: 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><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>

</section>
<section class="section task-group-section">
Expand Down Expand Up @@ -815,7 +815,7 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-20)</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Constants.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-20)</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Enums.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-20)</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Enums/VSAlertActionStyle.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-20)</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Enums/VSAlertControllerAnimationStyle.html
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-20)</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Enums/VSAlertControllerStyle.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-20)</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Protocols.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-20)</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Protocols/VSAlertControllerDelegate.html
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ <h4>Parameters</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-20)</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,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 +alertControllerWithTitle:description:image:style: class method, and configured using instances of VSAlertAction. You can add text fields by calling -addTextField: 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 -presentViewController:animated:completion: 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><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>

<a href="Classes/VSAlertController.html" class="slightly-smaller">See more</a>
</div>
Expand Down Expand Up @@ -171,7 +171,7 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-20)</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-20)</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
Expand Down
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 +alertControllerWithTitle:description:image:style: class method, and configured using instances of VSAlertAction. You can add text fields by calling -addTextField: 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 -presentViewController:animated:completion: 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><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>

</section>
<section class="section task-group-section">
Expand Down Expand Up @@ -815,7 +815,7 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-20)</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-20)</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-20)</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
Expand Down
Loading

0 comments on commit b3858be

Please sign in to comment.