-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ a05d527 🚀
- Loading branch information
Showing
22 changed files
with
2,754 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,204 @@ | ||
<!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"> | ||
<a href="https://media.monks.com"> | ||
<img src="img/logo.png" srcset="img/[email protected] 2x" alt="Media.Monks" class="header-logo" /> | ||
</a> | ||
|
||
<p class="header-col header-col--primary"></p> | ||
|
||
<p class="header-col header-col--secondary"> | ||
<a class="header-link" href="https://github.com/mediamonks/MMMCommonCore"> | ||
<img class="header-icon" src="img/gh.png" alt="GitHub"/> | ||
View on GitHub | ||
</a> | ||
</p> | ||
|
||
</header> | ||
|
||
<p class="breadcrumbs"> | ||
<a class="breadcrumb" href="index.html">MMMCommonCore</a> | ||
<img class="carat" src="img/carat.png" alt=""/> | ||
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/MMMNetworkConditioner.html">MMMNetworkConditioner</a> | ||
</li> | ||
<li class="nav-group-task"> | ||
<a class="nav-group-task-link" href="Classes/MMMSimpleNetworkCondition.html">MMMSimpleNetworkCondition</a> | ||
</li> | ||
<li class="nav-group-task"> | ||
<a class="nav-group-task-link" href="Classes/MMMWeakProxy.html">MMMWeakProxy</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="nav-group-name"> | ||
<a class="nav-group-name-link" href="Protocols.html">Protocols</a> | ||
<ul class="nav-group-tasks"> | ||
<li class="nav-group-task"> | ||
<a class="nav-group-task-link" href="Protocols/MMMNetworkCondition.html">MMMNetworkCondition</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="nav-group-name"> | ||
<a class="nav-group-name-link" href="Type%20Definitions.html">Type Definitions</a> | ||
<ul class="nav-group-tasks"> | ||
<li class="nav-group-task"> | ||
<a class="nav-group-task-link" href="Type%20Definitions.html#/c:MMMNetworkConditioner.h@T@MMMNetworkConditionerBlock">MMMNetworkConditionerBlock</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</nav> | ||
<article class="main-content"> | ||
|
||
<section class="section"> | ||
<div class="section-content top-matter"> | ||
<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:objc(cs)MMMWeakProxy"></a> | ||
<a name="//apple_ref/swift/Class/MMMWeakProxy" class="dashAnchor"></a> | ||
<a class="token" href="#/c:objc(cs)MMMWeakProxy">MMMWeakProxy</a> | ||
</code> | ||
</div> | ||
<div class="height-container"> | ||
<div class="pointer-container"></div> | ||
<section class="section"> | ||
<div class="pointer"></div> | ||
<div class="abstract"> | ||
<p>This is to be able to cut strong references, such as the ones NSTimer creates to its targets. | ||
The proxy will forward all method calls to the target, but at the same time won’t hold a reference to the target.</p> | ||
|
||
<a href="Classes/MMMWeakProxy.html" class="slightly-smaller">See more</a> | ||
</div> | ||
<div class="declaration"> | ||
<h4>Declaration</h4> | ||
<div class="language"> | ||
<p class="aside-title">Objective-C</p> | ||
<pre class="highlight objective_c"><code><span class="k">@interface</span> <span class="nc">MMMWeakProxy</span> <span class="p">:</span> <span class="nc">NSObject</span></code></pre> | ||
|
||
</div> | ||
<div class="language"> | ||
<p class="aside-title">Swift</p> | ||
<pre class="highlight swift"><code><span class="kd">class</span> <span class="kt">MMMWeakProxy</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre> | ||
|
||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
</li> | ||
<li class="item"> | ||
<div> | ||
<code> | ||
<a name="/c:objc(cs)MMMNetworkConditioner"></a> | ||
<a name="//apple_ref/swift/Class/MMMNetworkConditioner" class="dashAnchor"></a> | ||
<a class="token" href="#/c:objc(cs)MMMNetworkConditioner">MMMNetworkConditioner</a> | ||
</code> | ||
</div> | ||
<div class="height-container"> | ||
<div class="pointer-container"></div> | ||
<section class="section"> | ||
<div class="pointer"></div> | ||
<div class="abstract"> | ||
<p>This is to help with network-related simulated delays and failures.</p> | ||
|
||
<a href="Classes/MMMNetworkConditioner.html" class="slightly-smaller">See more</a> | ||
</div> | ||
<div class="declaration"> | ||
<h4>Declaration</h4> | ||
<div class="language"> | ||
<p class="aside-title">Objective-C</p> | ||
<pre class="highlight objective_c"><code><span class="k">@interface</span> <span class="nc">MMMNetworkConditioner</span> <span class="p">:</span> <span class="nc">NSObject</span></code></pre> | ||
|
||
</div> | ||
<div class="language"> | ||
<p class="aside-title">Swift</p> | ||
<pre class="highlight swift"><code><span class="kd">class</span> <span class="kt">MMMNetworkConditioner</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre> | ||
|
||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
</li> | ||
<li class="item"> | ||
<div> | ||
<code> | ||
<a name="/c:objc(cs)MMMSimpleNetworkCondition"></a> | ||
<a name="//apple_ref/swift/Class/MMMSimpleNetworkCondition" class="dashAnchor"></a> | ||
<a class="token" href="#/c:objc(cs)MMMSimpleNetworkCondition">MMMSimpleNetworkCondition</a> | ||
</code> | ||
</div> | ||
<div class="height-container"> | ||
<div class="pointer-container"></div> | ||
<section class="section"> | ||
<div class="pointer"></div> | ||
<div class="abstract"> | ||
<p>A network condition model with the given faulure rate and delays uniformely distributed within the given range.</p> | ||
|
||
<a href="Classes/MMMSimpleNetworkCondition.html" class="slightly-smaller">See more</a> | ||
</div> | ||
<div class="declaration"> | ||
<h4>Declaration</h4> | ||
<div class="language"> | ||
<p class="aside-title">Objective-C</p> | ||
<pre class="highlight objective_c"><code><span class="k">@interface</span> <span class="nc">MMMSimpleNetworkCondition</span> <span class="p">:</span> <span class="nc">NSObject</span> <span class="o"><</span><span class="n"><a href="Protocols/MMMNetworkCondition.html">MMMNetworkCondition</a></span><span class="o">></span></code></pre> | ||
|
||
</div> | ||
<div class="language"> | ||
<p class="aside-title">Swift</p> | ||
<pre class="highlight swift"><code><span class="kd">class</span> <span class="kt">MMMSimpleNetworkCondition</span> <span class="p">:</span> <span class="kt">NSObject</span><span class="p">,</span> <span class="kt"><a href="Protocols/MMMNetworkCondition.html">MMMNetworkCondition</a></span></code></pre> | ||
|
||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
</article> | ||
</div> | ||
<section class="footer"> | ||
<p>© 2023 <a class="link" href="https://media.monks.com" target="_blank" rel="external noopener">Media.Monks</a>. All rights reserved. (Last updated: 2023-10-18)</p> | ||
<p></p> | ||
</section> | ||
</body> | ||
</html> |
Oops, something went wrong.