Skip to content

Commit

Permalink
Fix typo in README (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
buzali authored and lwdupont committed Apr 22, 2019
1 parent 05f7af3 commit 72a695a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ As the name describes, it shows a vertical separator view opposed to a horizonta

#### `CardPartStackView`

CardPartSeparatorView displays a UIStackView that can contain other card parts, and even other CardPartStackViews. Using CardPartStackView allows for creating custom layouts of card parts. By nesting CardPartStackViews you can create almost any layout.
CardPartStackView displays a UIStackView that can contain other card parts, and even other CardPartStackViews. Using CardPartStackView allows for creating custom layouts of card parts. By nesting CardPartStackViews you can create almost any layout.

To add a card part to the stack view call its addArrangedSubview method, specifying the card part's view property as the view to be added to the stack view. For example:

Expand Down

0 comments on commit 72a695a

Please sign in to comment.