<!DOCTYPE html> <html lang="en"> <head> <title>{{name}} {{kind}} Reference</title> <link rel="stylesheet" type="text/css" href="{{path_to_root}}css/jazzy.css" /> <link rel="stylesheet" type="text/css" href="{{path_to_root}}css/highlight.css" /> {{#enable_katex}} <link rel="stylesheet" type="text/css" href="{{path_to_root}}css/katex.min.css" /> {{/enable_katex}} <meta charset='utf-8'> <script src="{{path_to_root}}js/jquery.min.js" defer></script> {{#enable_katex}} <script src="{{path_to_root}}js/katex.min.js" defer></script> {{/enable_katex}} <script src="{{path_to_root}}js/jazzy.js" defer></script> {{{custom_head}}} {{^disable_search}} <script src="{{path_to_root}}js/lunr.min.js" defer></script> <script src="{{path_to_root}}js/typeahead.jquery.js" defer></script> <script src="{{path_to_root}}js/jazzy.search.js" defer></script> {{/disable_search}} </head> <body> {{#dash_type}} <a name="//apple_ref/{{language_stub}}/{{dash_type}}/{{name}}" class="dashAnchor"></a> {{/dash_type}} <a title="{{name}} {{kind}} Reference"></a> {{> header}} <div class="content-wrapper"> <p id="breadcrumbs"> <a href="{{path_to_root}}index.html">{{module_name}} Reference</a> <img id="carat" src="{{path_to_root}}img/carat.png" alt=""/> {{name}} {{kind}} Reference </p> </div> <div class="content-wrapper"> {{> nav}} <article class="main-content"> <section> <section class="section"> {{^hide_name}}<h1>{{name}}</h1>{{/hide_name}} {{> deprecation}} {{#declaration}} <div class="declaration"> <div class="language"> {{#other_language_declaration}}<p class="aside-title">{{language}}</p>{{/other_language_declaration}} {{{declaration}}} </div> {{#other_language_declaration}} <div class="language"> <p class="aside-title">Swift</p> {{{other_language_declaration}}} </div> {{/other_language_declaration}} </div> {{/declaration}} {{{overview}}} {{#parameters.any?}} <div> <h4>Parameters</h4> <table class="graybox"> <tbody> {{#parameters}} {{> parameter}} {{/parameters}} </tbody> </table> </div> {{/parameters.any?}} {{#return}} <div> <h4>Return Value</h4> {{{return}}} </div> {{/return}} {{#source_host_item_url}} <div class="slightly-smaller"> <a href="{{{.}}}">Show on {{source_host_name}}</a> </div> {{/source_host_item_url}} </section> {{> tasks}} </section> {{> footer}} </article> </div> </body> </html>