-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2df5514
commit de46df0
Showing
52 changed files
with
8,965 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,184 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>Classes Reference</title> | ||
<link rel="stylesheet" type="text/css" href="css/jazzy.css" /> | ||
<link rel="stylesheet" type="text/css" href="css/highlight.css" /> | ||
<meta charset="utf-8"> | ||
<script src="js/jquery.min.js" defer></script> | ||
<script src="js/jazzy.js" defer></script> | ||
|
||
<script src="js/lunr.min.js" defer></script> | ||
<script src="js/typeahead.jquery.js" defer></script> | ||
<script src="js/jazzy.search.js" defer></script> | ||
</head> | ||
<body> | ||
|
||
<a name="//apple_ref/swift/Section/Classes" class="dashAnchor"></a> | ||
|
||
<a title="Classes Reference"></a> | ||
|
||
<header class="header"> | ||
<p class="header-col header-col--primary"> | ||
<a class="header-link" href="index.html"> | ||
SplitView '1.1.0' Docs | ||
</a> | ||
|
||
</p> | ||
|
||
<p class="header-col--secondary"> | ||
<form role="search" action="search.json"> | ||
<input type="text" placeholder="Search documentation" data-typeahead> | ||
</form> | ||
</p> | ||
|
||
<p class="header-col header-col--secondary"> | ||
<a class="header-link" href="https://github.com/twodayslate/SplitView"> | ||
<img class="header-icon" src="img/gh.png"/> | ||
View on GitHub | ||
</a> | ||
</p> | ||
|
||
<p class="header-col header-col--secondary"> | ||
<a class="header-link" href="dash-feed://https%3A%2F%2Ftwodayslate%2Egithub%2Eio%2FSplitView%2Freference%2Fdocsets%2FSplitView%2Exml"> | ||
<img class="header-icon" src="img/dash.png"/> | ||
Install in Dash | ||
</a> | ||
</p> | ||
</header> | ||
|
||
<p class="breadcrumbs"> | ||
<a class="breadcrumb" href="index.html">SplitView Reference</a> | ||
<img class="carat" src="img/carat.png" /> | ||
Classes Reference | ||
</p> | ||
|
||
<div class="content-wrapper"> | ||
<nav class="navigation"> | ||
<ul class="nav-groups"> | ||
<li class="nav-group-name"> | ||
<a class="nav-group-name-link" href="Classes.html">Classes</a> | ||
<ul class="nav-group-tasks"> | ||
<li class="nav-group-task"> | ||
<a class="nav-group-task-link" href="Classes/SplitView.html">SplitView</a> | ||
</li> | ||
<li class="nav-group-task"> | ||
<a class="nav-group-task-link" href="Classes/SplitViewHandle.html">SplitViewHandle</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="nav-group-name"> | ||
<a class="nav-group-name-link" href="Enums.html">Enumerations</a> | ||
<ul class="nav-group-tasks"> | ||
<li class="nav-group-task"> | ||
<a class="nav-group-task-link" href="Enums/SplitViewSnapBehavior.html">SplitViewSnapBehavior</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="nav-group-name"> | ||
<a class="nav-group-name-link" href="Structs.html">Structures</a> | ||
<ul class="nav-group-tasks"> | ||
<li class="nav-group-task"> | ||
<a class="nav-group-task-link" href="Structs/SplitSupportingView.html">SplitSupportingView</a> | ||
</li> | ||
<li class="nav-group-task"> | ||
<a class="nav-group-task-link" href="Structs.html#/s:9SplitView0aB9SnapPointV">SplitViewSnapPoint</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</nav> | ||
<article class="main-content"> | ||
|
||
<section class="section"> | ||
<div class="section-content"> | ||
<h1>Classes</h1> | ||
<p>The following classes are available globally.</p> | ||
|
||
</div> | ||
</section> | ||
|
||
<section class="section"> | ||
<div class="section-content"> | ||
<div class="task-group"> | ||
<ul class="item-container"> | ||
<li class="item"> | ||
<div> | ||
<code> | ||
<a name="/c:@M@SplitView@objc(cs)SplitView"></a> | ||
<a name="//apple_ref/swift/Class/SplitView" class="dashAnchor"></a> | ||
<a class="token" href="#/c:@M@SplitView@objc(cs)SplitView">SplitView</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> | ||
|
||
<a href="Classes/SplitView.html" class="slightly-smaller">See more</a> | ||
</div> | ||
<div class="declaration"> | ||
<h4>Declaration</h4> | ||
<div class="language"> | ||
<p class="aside-title">Swift</p> | ||
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">SplitView</span> <span class="p">:</span> <span class="kt">UIView</span></code></pre> | ||
|
||
</div> | ||
</div> | ||
<div class="slightly-smaller"> | ||
<a href="https://github.com/twodayslate/SplitView/tree/master/splitview/SplitView.swift#L12-L264">Show on GitHub</a> | ||
</div> | ||
</section> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="task-group"> | ||
<ul class="item-container"> | ||
<li class="item"> | ||
<div> | ||
<code> | ||
<a name="/c:@M@SplitView@objc(cs)SplitViewHandle"></a> | ||
<a name="//apple_ref/swift/Class/SplitViewHandle" class="dashAnchor"></a> | ||
<a class="token" href="#/c:@M@SplitView@objc(cs)SplitViewHandle">SplitViewHandle</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> | ||
|
||
<a href="Classes/SplitViewHandle.html" class="slightly-smaller">See more</a> | ||
</div> | ||
<div class="declaration"> | ||
<h4>Declaration</h4> | ||
<div class="language"> | ||
<p class="aside-title">Swift</p> | ||
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">SplitViewHandle</span> <span class="p">:</span> <span class="kt">UIView</span></code></pre> | ||
|
||
</div> | ||
</div> | ||
<div class="slightly-smaller"> | ||
<a href="https://github.com/twodayslate/SplitView/tree/master/splitview/SplitViewHandle.swift#L4-L110">Show on GitHub</a> | ||
</div> | ||
</section> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
</article> | ||
</div> | ||
<section class="footer"> | ||
<p><a class="link" href="https://github.com/twodayslate/SplitView/blob/master/LICENSE" target="_blank" rel="external">© 2019 SplitView</a>. (Last updated: 2019-09-03)</p> | ||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.10.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p> | ||
</section> | ||
</body> | ||
</div> | ||
</html> |
Oops, something went wrong.