Skip to content

Commit

Permalink
Fix a couple typos. (#1092)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbthethird authored and nguyenhuy committed Aug 31, 2018
1 parent cae3762 commit b556b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_docs/cell-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,5 @@ Using this option does not eliminate all of the performance advantages of Textur
<code>UITableViewCell</code> has properties like <code>selectionStyle</code>, <code>accessoryType</code> and <code>seperatorInset</code> that many of us use sometimes to give the Cell more detail. For this case <code>ASCellNode</code> has the same (passthrough) properties that can be used.

<div class = "note">
UIKits <code>UITableViewCell</code> contains <code>ASCellNode</code> as a subview. Depending how your <code>ASLayoutSpec</code> is defined it may occure that your Layout overlays the <code>UITableViewCell.accessoryView</code> and therefore not visible. Make sure that your Layout doesn't overlays any <code>UITableViewCell</code>'s specific properties.
UIKits <code>UITableViewCell</code> contains <code>ASCellNode</code> as a subview. Depending how your <code>ASLayoutSpec</code> is defined it may occur that your Layout overlays the <code>UITableViewCell.accessoryView</code> and therefore is not visible. Make sure that your Layout doesn't overlay any of <code>UITableViewCell</code>'s specific properties.
</div>

0 comments on commit b556b2f

Please sign in to comment.