|
21 | 21 | <header class="header">
|
22 | 22 | <p class="header-col header-col--primary">
|
23 | 23 | <a class="header-link" href="../index.html">
|
24 |
| - ChatLayout 0.2.5 Docs |
| 24 | + ChatLayout 0.3.0 Docs |
25 | 25 | </a>
|
26 | 26 | (100% documented)
|
27 | 27 | </p>
|
@@ -342,6 +342,60 @@ <h3 class="section-name"><p>Inherited Properties</p>
|
342 | 342 | </div>
|
343 | 343 | </div>
|
344 | 344 | <ul class="item-container">
|
| 345 | + <li class="item"> |
| 346 | + <div> |
| 347 | + <code> |
| 348 | + <a name="/c:@M@ChatLayout@objc(cs)ChatLayout(py)developmentLayoutDirection"></a> |
| 349 | + <a name="//apple_ref/swift/Property/developmentLayoutDirection" class="dashAnchor"></a> |
| 350 | + <a class="token" href="#/c:@M@ChatLayout@objc(cs)ChatLayout(py)developmentLayoutDirection">developmentLayoutDirection</a> |
| 351 | + </code> |
| 352 | + </div> |
| 353 | + <div class="height-container"> |
| 354 | + <div class="pointer-container"></div> |
| 355 | + <section class="section"> |
| 356 | + <div class="pointer"></div> |
| 357 | + <div class="abstract"> |
| 358 | + <p>The direction of the language you used when designing <code>ChatLayout</code> layout.</p> |
| 359 | + |
| 360 | + </div> |
| 361 | + <div class="declaration"> |
| 362 | + <h4>Declaration</h4> |
| 363 | + <div class="language"> |
| 364 | + <p class="aside-title">Swift</p> |
| 365 | + <pre class="highlight swift"><code><span class="kd">public</span> <span class="k">override</span> <span class="k">var</span> <span class="nv">developmentLayoutDirection</span><span class="p">:</span> <span class="kt">UIUserInterfaceLayoutDirection</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre> |
| 366 | + |
| 367 | + </div> |
| 368 | + </div> |
| 369 | + </section> |
| 370 | + </div> |
| 371 | + </li> |
| 372 | + <li class="item"> |
| 373 | + <div> |
| 374 | + <code> |
| 375 | + <a name="/c:@M@ChatLayout@objc(cs)ChatLayout(py)flipsHorizontallyInOppositeLayoutDirection"></a> |
| 376 | + <a name="//apple_ref/swift/Property/flipsHorizontallyInOppositeLayoutDirection" class="dashAnchor"></a> |
| 377 | + <a class="token" href="#/c:@M@ChatLayout@objc(cs)ChatLayout(py)flipsHorizontallyInOppositeLayoutDirection">flipsHorizontallyInOppositeLayoutDirection</a> |
| 378 | + </code> |
| 379 | + </div> |
| 380 | + <div class="height-container"> |
| 381 | + <div class="pointer-container"></div> |
| 382 | + <section class="section"> |
| 383 | + <div class="pointer"></div> |
| 384 | + <div class="abstract"> |
| 385 | + <p>A Boolean value that indicates whether the horizontal coordinate system is automatically flipped at appropriate times.</p> |
| 386 | + |
| 387 | + </div> |
| 388 | + <div class="declaration"> |
| 389 | + <h4>Declaration</h4> |
| 390 | + <div class="language"> |
| 391 | + <p class="aside-title">Swift</p> |
| 392 | + <pre class="highlight swift"><code><span class="kd">public</span> <span class="k">override</span> <span class="k">var</span> <span class="nv">flipsHorizontallyInOppositeLayoutDirection</span><span class="p">:</span> <span class="kt">Bool</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre> |
| 393 | + |
| 394 | + </div> |
| 395 | + </div> |
| 396 | + </section> |
| 397 | + </div> |
| 398 | + </li> |
345 | 399 | <li class="item">
|
346 | 400 | <div>
|
347 | 401 | <code>
|
@@ -425,6 +479,66 @@ <h4>Declaration</h4>
|
425 | 479 | </li>
|
426 | 480 | </ul>
|
427 | 481 | </div>
|
| 482 | + <div class="task-group"> |
| 483 | + <div class="task-name-container"> |
| 484 | + <a name="/Constructors"></a> |
| 485 | + <a name="//apple_ref/swift/Section/Constructors" class="dashAnchor"></a> |
| 486 | + <div class="section-name-container"> |
| 487 | + <a class="section-name-link" href="#/Constructors"></a> |
| 488 | + <h3 class="section-name"><p>Constructors</p> |
| 489 | +</h3> |
| 490 | + </div> |
| 491 | + </div> |
| 492 | + <ul class="item-container"> |
| 493 | + <li class="item"> |
| 494 | + <div> |
| 495 | + <code> |
| 496 | + <a name="/s:10ChatLayoutAAC027flipsHorizontallyInOppositeB9DirectionABSb_tcfc"></a> |
| 497 | + <a name="//apple_ref/swift/Method/init(flipsHorizontallyInOppositeLayoutDirection:)" class="dashAnchor"></a> |
| 498 | + <a class="token" href="#/s:10ChatLayoutAAC027flipsHorizontallyInOppositeB9DirectionABSb_tcfc">init(flipsHorizontallyInOppositeLayoutDirection:<wbr>)</a> |
| 499 | + </code> |
| 500 | + </div> |
| 501 | + <div class="height-container"> |
| 502 | + <div class="pointer-container"></div> |
| 503 | + <section class="section"> |
| 504 | + <div class="pointer"></div> |
| 505 | + <div class="abstract"> |
| 506 | + |
| 507 | + </div> |
| 508 | + <div class="declaration"> |
| 509 | + <h4>Declaration</h4> |
| 510 | + <div class="language"> |
| 511 | + <p class="aside-title">Swift</p> |
| 512 | + <pre class="highlight swift"><code><span class="kd">public</span> <span class="nf">init</span><span class="p">(</span><span class="nv">flipsHorizontallyInOppositeLayoutDirection</span><span class="p">:</span> <span class="kt">Bool</span> <span class="o">=</span> <span class="kc">true</span><span class="p">)</span></code></pre> |
| 513 | + |
| 514 | + </div> |
| 515 | + </div> |
| 516 | + <div> |
| 517 | + <h4>Parameters</h4> |
| 518 | + <table class="graybox"> |
| 519 | + <tbody> |
| 520 | + <tr> |
| 521 | + <td> |
| 522 | + <code> |
| 523 | + <em>flipsHorizontallyInOppositeLayoutDirection</em> |
| 524 | + </code> |
| 525 | + </td> |
| 526 | + <td> |
| 527 | + <div> |
| 528 | + <p>Indicates whether the horizontal coordinate |
| 529 | +system is automatically flipped at appropriate times. In practice, this is used to support |
| 530 | +right-to-left layout.</p> |
| 531 | + </div> |
| 532 | + </td> |
| 533 | + </tr> |
| 534 | + </tbody> |
| 535 | + </table> |
| 536 | + </div> |
| 537 | + </section> |
| 538 | + </div> |
| 539 | + </li> |
| 540 | + </ul> |
| 541 | + </div> |
428 | 542 | <div class="task-group">
|
429 | 543 | <div class="task-name-container">
|
430 | 544 | <a name="/Custom%20Methods"></a>
|
@@ -1105,7 +1219,7 @@ <h4>Declaration</h4>
|
1105 | 1219 | </article>
|
1106 | 1220 | </div>
|
1107 | 1221 | <section class="footer">
|
1108 |
| - <p>© 2020 <a class="link" href="https://github.com/ekazaev" target="_blank" rel="external">Evgeny Kazaev</a>. All rights reserved. (Last updated: 2020-09-07)</p> |
| 1222 | + <p>© 2020 <a class="link" href="https://github.com/ekazaev" target="_blank" rel="external">Evgeny Kazaev</a>. All rights reserved. (Last updated: 2020-09-08)</p> |
1109 | 1223 | <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
1110 | 1224 | </section>
|
1111 | 1225 | </body>
|
|
0 commit comments