-
Notifications
You must be signed in to change notification settings - Fork 0
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
Evan Maloney
committed
Sep 16, 2015
1 parent
ce77220
commit ffe9793
Showing
18 changed files
with
1,217 additions
and
5 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
20 changes: 20 additions & 0 deletions
20
Documentation/docsets/CleanroomBridging.git.docset/Contents/Info.plist
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,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.jazzy.cleanroombridging.git</string> | ||
<key>CFBundleName</key> | ||
<string>CleanroomBridging.git</string> | ||
<key>DocSetPlatformFamily</key> | ||
<string>jazzy</string> | ||
<key>isDashDocset</key> | ||
<true/> | ||
<key>dashIndexFilePath</key> | ||
<string>index.html</string> | ||
<key>isJavaScriptEnabled</key> | ||
<true/> | ||
<key>DashDocSetFamily</key> | ||
<string>dashtoc</string> | ||
</dict> | ||
</plist> |
143 changes: 143 additions & 0 deletions
143
Documentation/docsets/CleanroomBridging.git.docset/Contents/Resources/Documents/Classes.html
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,143 @@ | ||
<!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> | ||
</head> | ||
<body> | ||
<a title="Classes Reference"></a> | ||
<header> | ||
<div class="content-wrapper"> | ||
<p><a href="index.html">CleanroomBridging.git Docs</a> (45% documented)</p> | ||
<p class="header-right"><a href="https://github.com/emaloney/CleanroomBridging.git"><img src="img/gh.png"/>View on GitHub</a></p> | ||
</div> | ||
</header> | ||
<div class="content-wrapper"> | ||
<p id="breadcrumbs"> | ||
<a href="index.html">CleanroomBridging.git Reference</a> | ||
<img id="carat" src="img/carat.png" /> | ||
Classes Reference | ||
</p> | ||
</div> | ||
<div class="content-wrapper"> | ||
<nav class="sidebar"> | ||
<ul class="nav-groups"> | ||
<li class="nav-group-name"> | ||
<a href="Classes.html">Classes</a> | ||
<ul class="nav-group-tasks"> | ||
<li class="nav-group-task"> | ||
<a href="Classes/NotificationObjectWatcher.html">NotificationObjectWatcher</a> | ||
</li> | ||
<li class="nav-group-task"> | ||
<a href="Classes/NotificationWatcher.html">NotificationWatcher</a> | ||
</li> | ||
<li class="nav-group-task"> | ||
<a href="Classes/TargetAction.html">TargetAction</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</nav> | ||
<article class="main-content"> | ||
<section> | ||
<section class="section"> | ||
<h1>Classes</h1> | ||
<p>The following classes are available globally.</p> | ||
|
||
</section> | ||
<section class="section task-group-section"> | ||
<div class="task-group"> | ||
<ul> | ||
<li class="item"> | ||
<div> | ||
<code> | ||
<a name="/s:C17CleanroomBridging19NotificationWatcher"></a> | ||
<a name="//apple_ref/swift/Class/NotificationWatcher" class="dashAnchor"></a> | ||
<a class="token" href="#/s:C17CleanroomBridging19NotificationWatcher">NotificationWatcher</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/NotificationWatcher.html" class="slightly-smaller">See more</a> | ||
</div> | ||
</section> | ||
</div> | ||
</li> | ||
<li class="item"> | ||
<div> | ||
<code> | ||
<a name="/s:C17CleanroomBridging25NotificationObjectWatcher"></a> | ||
<a name="//apple_ref/swift/Class/NotificationObjectWatcher" class="dashAnchor"></a> | ||
<a class="token" href="#/s:C17CleanroomBridging25NotificationObjectWatcher">NotificationObjectWatcher</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/NotificationObjectWatcher.html" class="slightly-smaller">See more</a> | ||
</div> | ||
</section> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="task-group"> | ||
<ul> | ||
<li class="item"> | ||
<div> | ||
<code> | ||
<a name="/s:C17CleanroomBridging12TargetAction"></a> | ||
<a name="//apple_ref/swift/Class/TargetAction" class="dashAnchor"></a> | ||
<a class="token" href="#/s:C17CleanroomBridging12TargetAction">TargetAction</a> | ||
</code> | ||
</div> | ||
<div class="height-container"> | ||
<div class="pointer-container"></div> | ||
<section class="section"> | ||
<div class="pointer"></div> | ||
<div class="abstract"> | ||
<p>The <code>TargetAction</code> class bridges the gap between Swift closures and the common | ||
Cocoa target (<code>id</code>)/action (<code>SEL</code>) paradigm. Construct a <code>TargetAction</code> with | ||
a no-argument or single-argument callback closure. Then, use the <code>target</code> and | ||
<code>action</code> properties of the <code>TargetAction</code> instance as you would normally | ||
anywhere Cocoa calls for a target/action.</p> | ||
|
||
<a href="Classes/TargetAction.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">TargetAction</span></code></pre> | ||
|
||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
</section> | ||
</section> | ||
<section id="footer"> | ||
<p>© 2015 <a class="link" href="http://tech.gilt.com/" target="_blank" rel="external">Gilt Groupe</a></p> | ||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.3.0</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p> | ||
</section> | ||
</article> | ||
</div> | ||
</body> | ||
</div> | ||
</html> |
87 changes: 87 additions & 0 deletions
87
...omBridging.git.docset/Contents/Resources/Documents/Classes/NotificationObjectWatcher.html
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,87 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>NotificationObjectWatcher Class 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> | ||
</head> | ||
<body> | ||
<a name="//apple_ref/swift/Class/NotificationObjectWatcher" class="dashAnchor"></a> | ||
<a title="NotificationObjectWatcher Class Reference"></a> | ||
<header> | ||
<div class="content-wrapper"> | ||
<p><a href="../index.html">CleanroomBridging.git Docs</a> (45% documented)</p> | ||
<p class="header-right"><a href="https://github.com/emaloney/CleanroomBridging.git"><img src="../img/gh.png"/>View on GitHub</a></p> | ||
</div> | ||
</header> | ||
<div class="content-wrapper"> | ||
<p id="breadcrumbs"> | ||
<a href="../index.html">CleanroomBridging.git Reference</a> | ||
<img id="carat" src="../img/carat.png" /> | ||
NotificationObjectWatcher Class Reference | ||
</p> | ||
</div> | ||
<div class="content-wrapper"> | ||
<nav class="sidebar"> | ||
<ul class="nav-groups"> | ||
<li class="nav-group-name"> | ||
<a href="../Classes.html">Classes</a> | ||
<ul class="nav-group-tasks"> | ||
<li class="nav-group-task"> | ||
<a href="../Classes/NotificationObjectWatcher.html">NotificationObjectWatcher</a> | ||
</li> | ||
<li class="nav-group-task"> | ||
<a href="../Classes/NotificationWatcher.html">NotificationWatcher</a> | ||
</li> | ||
<li class="nav-group-task"> | ||
<a href="../Classes/TargetAction.html">TargetAction</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</nav> | ||
<article class="main-content"> | ||
<section> | ||
<section class="section"> | ||
<h1>NotificationObjectWatcher</h1> | ||
<p>Undocumented</p> | ||
|
||
</section> | ||
<section class="section task-group-section"> | ||
<div class="task-group"> | ||
<ul> | ||
<li class="item"> | ||
<div> | ||
<code> | ||
<a name="/s:FC17CleanroomBridging25NotificationObjectWatchercurFMGS0_q__FT16notificationNameSS8callbackFTCSo14NSNotificationq__T__GS0_q__"></a> | ||
<a name="//apple_ref/swift/Method/init(notificationName:callback:)" class="dashAnchor"></a> | ||
<a class="token" href="#/s:FC17CleanroomBridging25NotificationObjectWatchercurFMGS0_q__FT16notificationNameSS8callbackFTCSo14NSNotificationq__T__GS0_q__">init(notificationName:callback:)</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> | ||
</ul> | ||
</div> | ||
</section> | ||
</section> | ||
<section id="footer"> | ||
<p>© 2015 <a class="link" href="http://tech.gilt.com/" target="_blank" rel="external">Gilt Groupe</a></p> | ||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.3.0</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p> | ||
</section> | ||
</article> | ||
</div> | ||
</body> | ||
</div> | ||
</html> |
Oops, something went wrong.