Skip to content

Commit d532322

Browse files
authored
Fix title size for CardPartCenteredView doc
1 parent ce84628 commit d532322

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ let orientedView = CardPartOrientedView(cardParts: [<elements to list vertically
717717

718718
Add the above orientedView to any list of card parts or an existing stack view to orient your elements to the top or bottom of the enclosing view.
719719

720-
### `CardPartCenteredView`
720+
#### `CardPartCenteredView`
721721
`CardPartCenteredView` is a CardPart that fits a centered card part proportionally on the phone screen while allowing a left and right side card part to scale appropriately. To create a centered card part please use the following example:
722722
```swift
723723
class TestCardController : CardPartsViewController {

0 commit comments

Comments
 (0)