Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rnystrom committed Nov 6, 2012
1 parent 0257ed8 commit 7281e01
Show file tree
Hide file tree
Showing 8 changed files with 546 additions and 7 deletions.
343 changes: 343 additions & 0 deletions Categories/UIApplication+AppDimensions.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,343 @@
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="html/html; charset=utf-8" />
<title>UIApplication(AppDimensions) Category Reference</title>
<meta id="xcode-display" name="xcode-display" content="render"/>
<meta name="viewport" content="width=550" />
<link rel="stylesheet" type="text/css" href="../css/styles.css" media="all" />
<link rel="stylesheet" type="text/css" media="print" href="../css/stylesPrint.css" />
<meta name="generator" content="appledoc 2.1 (build 840)" />
</head>
<body>
<header id="top_header">
<div id="library" class="hideInXcode">
<h1><a id="libraryTitle" href="../index.html">RNSwipeViewController </a></h1>
<a id="developerHome" href="../index.html">Ryan Nystrom</a>
</div>

<div id="title" role="banner">
<h1 class="hideInXcode">UIApplication(AppDimensions) Category Reference</h1>
</div>
<ul id="headerButtons" role="toolbar">
<li id="toc_button">
<button aria-label="Show Table of Contents" role="checkbox" class="open" id="table_of_contents"><span class="disclosure"></span>Table of Contents</button>
</li>
<li id="jumpto_button" role="navigation">
<select id="jumpTo">
<option value="top">Jump To&#133;</option>

<option value="overview">Overview</option>




<option value="tasks">Tasks</option>







<option value="class_methods">Class Methods</option>

<option value="//api/name/currentSize">&nbsp;&nbsp;&nbsp;&nbsp;+ currentSize</option>

<option value="//api/name/sizeInOrientation:">&nbsp;&nbsp;&nbsp;&nbsp;+ sizeInOrientation:</option>





</select>
</li>
</ul>
</header>
<nav id="tocContainer" class="isShowingTOC">
<ul id="toc" role="tree">

<li role="treeitem"><span class="nodisclosure"></span><span class="sectionName"><a href="#overview">Overview</a></span></li>




<li role="treeitem" id="task_treeitem"><span class="nodisclosure"></span><span class="sectionName"><a href="#tasks">Tasks</a></span><ul>

<li><span class="nodisclosure"></span><span class="sectionName"><a href="#task_Utilties">Utilties</a></span></li>

</ul></li>







<li role="treeitem" class="children"><span class="disclosure"></span><span class="sectionName"><a href="#class_methods">Class Methods</a></span><ul>

<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/currentSize">currentSize</a></span></li>

<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/sizeInOrientation:">sizeInOrientation:</a></span></li>

</ul></li>




</ul>
</nav>
<article>
<div id="contents" class="isShowingTOC" role="main">
<a title="UIApplication(AppDimensions) Category Reference" name="top"></a>
<div class="main-navigation navigation-top">
<ul>
<li><a href="../index.html">Index</a></li>
<li><a href="../hierarchy.html">Hierarchy</a></li>
</ul>
</div>
<div id="header">
<div class="section-header">
<h1 class="title title-header">UIApplication(AppDimensions) Category Reference</h1>
</div>
</div>
<div id="container">

<div class="section section-specification"><table cellspacing="0"><tbody>
<tr>
<td class="specification-title">Declared in</td>
<td class="specification-value">UIApplication+AppDimensions.h</td>
</tr>
</tbody></table></div>








<div class="section section-tasks">
<a title="Tasks" name="tasks"></a>
<h2 class="subtitle subtitle-tasks">Tasks</h2>


<a title="Utilties" name="task_Utilties"></a>

<h3 class="subsubtitle task-title">Utilties</h3>
<ul class="task-list">
<li>
<span class="tooltip">
<code><a href="#//api/name/currentSize">+&nbsp;currentSize</a></code>
<span class="tooltip"><p>Get the current screen size.</p></span>
</span>


</li><li>
<span class="tooltip">
<code><a href="#//api/name/sizeInOrientation:">+&nbsp;sizeInOrientation:</a></code>
<span class="tooltip"><p>Get the screen size for a particular orientation.</p></span>
</span>


</li>
</ul>

</div>







<div class="section section-methods">
<a title="Class Methods" name="class_methods"></a>
<h2 class="subtitle subtitle-methods">Class Methods</h2>

<div class="section-method">
<a name="//api/name/currentSize" title="currentSize"></a>
<h3 class="subsubtitle method-title">currentSize</h3>



<div class="method-subsection brief-description">
<p>Get the current screen size.</p>
</div>


<div class="method-subsection method-declaration"><code>+ (CGSize)currentSize</code></div>














<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">UIApplication+AppDimensions.h</code><br />
</div>


</div>

<div class="section-method">
<a name="//api/name/sizeInOrientation:" title="sizeInOrientation:"></a>
<h3 class="subsubtitle method-title">sizeInOrientation:</h3>



<div class="method-subsection brief-description">
<p>Get the screen size for a particular orientation.</p>
</div>


<div class="method-subsection method-declaration"><code>+ (CGSize)sizeInOrientation:(UIInterfaceOrientation)<em>orientation</em></code></div>


<div class="method-subsection arguments-section parameters">
<h4 class="method-subtitle parameter-title">Parameters</h4>

<dl class="argument-def parameter-def">
<dt><em>orientation</em></dt>
<dd><p>The orientation for the desired screen size.</p></dd>
</dl>

</div>













<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">UIApplication+AppDimensions.h</code><br />
</div>


</div>

</div>




</div>
<div class="main-navigation navigation-bottom">
<ul>
<li><a href="../index.html">Index</a></li>
<li><a href="../hierarchy.html">Hierarchy</a></li>
</ul>
</div>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2012 Ryan Nystrom. All rights reserved. (Last updated: 2012-11-06)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.1 (build 840)</a>.</span></p>

</div>
</div>
</div>
</article>
<script type="text/javascript">
function jumpToChange()
{
window.location.hash = this.options[this.selectedIndex].value;
}

function toggleTOC()
{
var contents = document.getElementById('contents');
var tocContainer = document.getElementById('tocContainer');

if (this.getAttribute('class') == 'open')
{
this.setAttribute('class', '');
contents.setAttribute('class', '');
tocContainer.setAttribute('class', '');

window.name = "hideTOC";
}
else
{
this.setAttribute('class', 'open');
contents.setAttribute('class', 'isShowingTOC');
tocContainer.setAttribute('class', 'isShowingTOC');

window.name = "";
}
return false;
}

function toggleTOCEntryChildren(e)
{
e.stopPropagation();
var currentClass = this.getAttribute('class');
if (currentClass == 'children') {
this.setAttribute('class', 'children open');
}
else if (currentClass == 'children open') {
this.setAttribute('class', 'children');
}
return false;
}

function tocEntryClick(e)
{
e.stopPropagation();
return true;
}

function init()
{
var selectElement = document.getElementById('jumpTo');
selectElement.addEventListener('change', jumpToChange, false);

var tocButton = document.getElementById('table_of_contents');
tocButton.addEventListener('click', toggleTOC, false);

var taskTreeItem = document.getElementById('task_treeitem');
if (taskTreeItem.getElementsByTagName('li').length > 0)
{
taskTreeItem.setAttribute('class', 'children');
taskTreeItem.firstChild.setAttribute('class', 'disclosure');
}

var tocList = document.getElementById('toc');

var tocEntries = tocList.getElementsByTagName('li');
for (var i = 0; i < tocEntries.length; i++) {
tocEntries[i].addEventListener('click', toggleTOCEntryChildren, false);
}

var tocLinks = tocList.getElementsByTagName('a');
for (var i = 0; i < tocLinks.length; i++) {
tocLinks[i].addEventListener('click', tocEntryClick, false);
}

if (window.name == "hideTOC") {
toggleTOC.call(tocButton);
}
}

window.onload = init;
</script>
</body>
</html>
2 changes: 1 addition & 1 deletion Categories/UIView+Sizes.html
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ <h4 class="method-subtitle">Declared In</h4>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2012 Ryan Nystrom. All rights reserved. (Last updated: 2012-11-02)</span><br />
<p><span class="copyright">&copy; 2012 Ryan Nystrom. All rights reserved. (Last updated: 2012-11-06)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.1 (build 840)</a>.</span></p>

Expand Down
2 changes: 1 addition & 1 deletion Categories/UIViewController+RNSwipeViewController.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ <h4 class="method-subtitle">Declared In</h4>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2012 Ryan Nystrom. All rights reserved. (Last updated: 2012-11-02)</span><br />
<p><span class="copyright">&copy; 2012 Ryan Nystrom. All rights reserved. (Last updated: 2012-11-06)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.1 (build 840)</a>.</span></p>

Expand Down
2 changes: 1 addition & 1 deletion Classes/RNDirectionPanGestureRecognizer.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ <h4 class="method-subtitle">Declared In</h4>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2012 Ryan Nystrom. All rights reserved. (Last updated: 2012-11-02)</span><br />
<p><span class="copyright">&copy; 2012 Ryan Nystrom. All rights reserved. (Last updated: 2012-11-06)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.1 (build 840)</a>.</span></p>

Expand Down
Loading

0 comments on commit 7281e01

Please sign in to comment.