.appledoc {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.appledoc body {
    margin: 0;
}
.appledoc article, .appledoc aside, .appledoc details, .appledoc figcaption, .appledoc figure, .appledoc footer, .appledoc header, .appledoc hgroup, .appledoc main, .appledoc menu, .appledoc nav, .appledoc section, .appledoc summary {
    display: block;
}
.appledoc audio, .appledoc canvas, .appledoc progress, .appledoc video {
    display: inline-block;
    vertical-align: baseline;
}
.appledoc audio:not([controls]) {
    display: none;
    height: 0;
}
.appledoc [hidden], .appledoc template {
    display: none;
}
.appledoc a {
    background-color: transparent;
}
.appledoc a:active, .appledoc a:hover {
    outline: 0;
}
.appledoc abbr[title] {
    border-bottom: 1px dotted;
}
.appledoc b, .appledoc strong {
    font-weight: 700;
}
.appledoc dfn {
    font-style: italic;
}
.appledoc h1 {
    font-size: 2em;
    margin: .67em 0;
}
.appledoc mark {
    background: #ff0;
    color: #000;
}
.appledoc small {
    font-size: 80%}
.appledoc sub, .appledoc sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.appledoc sup {
    top: -.5em;
}
.appledoc sub {
    bottom: -.25em;
}
.appledoc img {
    border: 0;
}
.appledoc svg:not(:root) {
    overflow: hidden;
}
.appledoc figure {
    margin: 1em 40px;
}
.appledoc hr {
    box-sizing: content-box;
    height: 0;
}
.appledoc pre {
    overflow: auto;
}
.appledoc code, .appledoc kbd, .appledoc pre, .appledoc samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
.appledoc button, .appledoc input, .appledoc optgroup, .appledoc select, .appledoc textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
.appledoc button {
    overflow: visible;
}
.appledoc button, .appledoc select {
    text-transform: none;
}
.appledoc button, .appledoc html input[type=button], .appledoc input[type=reset], .appledoc input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
.appledoc button[disabled], .appledoc html input[disabled] {
    cursor: default;
}
.appledoc button::-moz-focus-inner, .appledoc input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.appledoc input {
    line-height: normal;
}
.appledoc input[type=checkbox], .appledoc input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.appledoc input[type=number]::-webkit-inner-spin-button, .appledoc input[type=number]::-webkit-outer-spin-button {
    height: auto;
}
.appledoc input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
.appledoc input[type=search]::-webkit-search-cancel-button, .appledoc input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.appledoc fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
.appledoc legend {
    border: 0;
    padding: 0;
}
.appledoc textarea {
    overflow: auto;
}
.appledoc optgroup {
    font-weight: 700;
}
.appledoc table {
    border-collapse: collapse;
    border-spacing: 0;
}
.appledoc td, th {
    padding: 0;
}
.appledoc * {
    box-sizing: border-box;
}
.appledoc .clear {
    clear: both;
}
.appledoc .clearfix:before, .appledoc .container:before, .appledoc article #content:before, .appledoc article #content footer:before, .appledoc .clearfix:after, .appledoc .container:after, .appledoc article #content:after, .appledoc article #content footer:after {
    clear: both;
    display: table;
    content: ""}
.appledoc .xcode .hide-in-xcode {
    display: none;
}
.appledoc body {
    font: 62.5% -apple-system-font, "Helvetica Neue", Helvetica, sans-serif;
    background: #f2f2f2;
}
.appledoc h1, .appledoc h2, .appledoc h3 {
    font-weight: 300;
    color: #333;
}
.appledoc h1 {
    font-size: 38.5px;
    color: #000;
    font-weight: 300;
    line-height: 40px;
    margin: 10px 0;
    word-break: break-word;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.appledoc h4 {
    font-size: 17.5px;
    line-height: 20px;
    margin: 10px 0;
}
.appledoc h2 {
  border-left: 10px solid #ed532a;
  padding-left: 15px;
  padding-right: 15px;
}
.appledoc a {
    color: #ed532a;
    text-decoration: none;
    font-weight: normal;
}
.appledoc pre, .appledoc code {
    font-family: Source Code Pro, Monaco, Menlo, Consolas, monospace;
    word-wrap: break-word;
}
.appledoc pre>code, .appledoc .method-declaration code {
    display: inline-block;
    font-size: .85em;
    padding: 4px 0 4px 10px;
    border-left: 5px solid rgba(0, 155, 51, .2);
}
.appledoc pre>code:before, .appledoc .method-declaration code:before {
    content: "Objective-C";
    display: block;
    font: 9px/1 -apple-system-font, "Helvetica Neue", Helvetica, sans-serif;
    color: #009b33;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 6px;
}
.appledoc pre>code {
    font-size: inherit;
}
.appledoc table, .appledoc th, .appledoc td {
    border: 1px solid #e9e9e9;
}
.appledoc table {
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
}
.appledoc th, .appledoc td {
    padding: 10px 35px;
}
.appledoc th>:first-child, .appledoc td>:first-child {
    margin-top: 0;
    font-weight: 600;
    font-size: 18px;
}
.appledoc th>:last-child, .appledoc td>:last-child {
    margin-bottom: 0;
}
.appledoc .container {

}
  @media(max-width:650px) {
      .appledoc .container {
          
      }
  }
.appledoc header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #414141;
    color: #fff;
    font-size: 1.1em;
    line-height: 25px;
    letter-spacing: .05em;
    display: none;
}
.appledoc header #library-title {
    float: left;
}
.appledoc header #developer-home {
    float: right;
}
.appledoc header h1 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}
.appledoc header p {
    margin: 0;
}
.appledoc header h1, .appledoc header a {
    color: inherit;
}
@media(max-width:650px) {
    .appledoc header {
        position: absolute;
    }
    .appledoc header .container {
        padding: 0 10px;
    }
}
.appledoc aside {
}
.appledoc aside #header-buttons {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.appledoc aside #header-buttons li {
    display: inline-block;
    cursor: pointer;
}
.appledoc aside #header-buttons li a {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 5px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}
.appledoc aside #header-buttons li a:hover {
  border: 1px solid #ed532a;
}
.appledoc aside #header-buttons label, .appledoc aside #header-buttons select {
    cursor: inherit;
}
.appledoc aside #header-buttons #on-this-page {
    position: relative;
}
.appledoc aside #header-buttons #on-this-page .chevron {
    display: inline-block;
    width: 14px;
    height: 4px;
    position: relative;
}
.appledoc aside #header-buttons #on-this-page .chevron .chevy {
    background: #878787;
    height: 2px;
    position: absolute;
    width: 10px;
}
.appledoc aside #header-buttons #on-this-page .chevron .chevy.chevron-left {
    left: 0;
    -webkit-transform: rotateZ(45deg) scale(.6);
    transform: rotateZ(45deg) scale(.6);
}
.appledoc aside #header-buttons #on-this-page .chevron .chevy.chevron-right {
    right: 0;
    -webkit-transform: rotateZ(-45deg) scale(.6);
    transform: rotateZ(-45deg) scale(.6);
}
.appledoc aside #header-buttons #on-this-page #jump-to {
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 16px;
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 100%}
.appledoc article {
    margin-top: 0;
}
.appledoc article #content {

}
  @media(max-width:650px) {
      .appledoc article #content {
          
      }
  }
.appledoc article #content .navigation-top {
    position: absolute;
    top: 15px;
    right: 25px;
}
.appledoc article #content .title {
}
.appledoc article #content p {
    color: #333;
}
.appledoc article #content th p:last-child, .appledoc article #content td p:last-child {
    margin-bottom: 0;
}
.appledoc article #content main ul {
    list-style: none;
    margin-left: 24px;
    margin-bottom: 12px;
    padding: 0;
}
.appledoc article #content main ul li {
    position: relative;
    padding-left: 14px;
    padding-right: 14px;
    list-style: inherit;
    border-left: 4px solid #ddd;
    margin-bottom: 4px;
}
.appledoc article #content main ul li:hover {
    border-left: 4px solid #ed532a;
} 
.appledoc article #content main ul li:before {
    font-size: 1.08em;
    line-height: 1;
    position: absolute;
    left: 0;
    padding-top: 2px;
}
.appledoc article #content main ul li a {
  display: block;
}
.appledoc article #content footer .footer-copyright {
    margin: 20px 0 0 0;
}
.appledoc article #content footer p {
    font-size: .8em;
    color: #a0a0a0;
    margin-bottom: 0;
}
.appledoc .generator {
  margin-top: 0;
}
.appledoc .task-list {
  background: #fff;
  border: 1px solid #e5e5e5;
  margin: 0;
  padding: 5px 25px 25px 25px;
}
.appledoc .index-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
  @media(max-width:650px) {
      .appledoc .index-container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
      }
  }
.appledoc .index-container .index-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%
}
.appledoc .section-specification table {
    width: auto;
}
.appledoc .section-specification table th {
    text-align: left;
}
.appledoc .method-title {
    margin-left: -15px;
    margin-bottom: 8px;
    -webkit-transition: margin-left .3s ease-out;
    transition: margin-left .3s ease-out;
}
.appledoc .section-method:first-child .method-title {
  margin-top: 10px;
}
.appledoc .section-method.hide .method-title {
    margin-left: 0;
}
.appledoc .section-method.hide:last-child .method-title {
  margin-bottom: -5px;
}
.appledoc .method-title code {
    font-weight: 400;
    font-size: .85em;
}
.appledoc .method-info {
    background: #f9f9f9;
    border-bottom: 1px solid #e9e9e9;
    margin: 0 -25px;
    padding: 20px 25px 0;
    -webkit-transition: height .3s ease-out;
    transition: height .3s ease-out;
    position: relative;
}
.appledoc .section-method:last-child .method-info {
  border-bottom: none !important;
  margin-bottom: -25px;
}
.appledoc .method-info .pointy-thing {
    background: #fff;
    height: 10px;
    border-bottom: 1px solid #e9e9e9;
    margin: -20px -25px 16px;
}
.appledoc .method-info .pointy-thing:before {
    display: inline-block;
    content: "";
    background: #f9f9f9;
    border: 1px solid #e9e9e9;
    border-bottom: 0;
    border-right: 0;
    position: absolute;
    left: 21px;
    top: 3px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.appledoc .method-info .method-subsection {
    margin-bottom: 15px;
}
.appledoc .method-info .method-subsection .argument-name {
    width: 1px;
    text-align: right;
}
.appledoc .method-info .method-subsection .argument-name code {
    color: gray;
    font-style: italic;
    font-weight: 400;
}
.appledoc .section-method.hide .method-info {
    height: 0!important;
    overflow: hidden;
    display: none;
}
.appledoc .section-method.hide.animating .method-info {
    display: block;
}
.appledoc .section-method.animating .method-info {
    overflow: hidden;
}
@media print {
    .appledoc body {
        background: #fff;
        padding: 8px;
    }
    .appledoc header {
        position: static;
        background: #fff;
        color: #000;
    }
    .appledoc aside {
        display: none;
    }
    .appledoc .container {
        max-width: none;
        padding: 0;
    }
    .appledoc article {
        margin-top: 0;
    }
    article #content {
        border: 0;
        background: #fff;
        padding: 15px 0 0;
    }
    .appledoc article #content .title {
        margin-top: 0;
        padding-top: 0;
    }
    .appledoc .method-info, .appledoc .method-info .pointy-thing {
        background: #fff;
    }
}
.appledoc .xcode header, .appledoc .xcode aside {
    display: none;
}
.appledoc .xcode .container {
    padding: 0;
}
.appledoc .xcode article {
    margin-top: 0;
}
.appledoc .xcode article #content {
    border: 0;
    margin: 0;
}
.appledoc .xcode .section-method.hide .method-info, .appledoc .xcode .section-method.hide.animating .method-info, .appledoc .xcode .section-method.animating .method-info {
    height: auto!important;
    overflow: visible;
    display: block;
}
.appledoc .xcode .section-method.hide .method-title {
    margin-left: -15px;
}
.appledoc .section-overview p:first-child,
.appledoc .section-overview p:nth-child(2) {
  display: none;
}
.appledoc .section-overview p:nth-child(3) {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  margin-top: 20px;
}
.appledoc .copyright {
  border-top: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-top: 20px;
  margin-top: 0;
}
.appledoc .index-overview img {
  height: 50%;
  
}
.appledoc .index-overview tbody td:first-child {
  position: relative;
}
/*# sourceMappingURL=to.css.map */