Skip to content

Commit

Permalink
📝 :: README.md
Browse files Browse the repository at this point in the history
cornerRadius Property
  • Loading branch information
baekteun committed Feb 22, 2022
1 parent 57ed15b commit 2832eeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ var aligns: [Int] // Item align in BTImageView. (Default: [1])
var axis: NSLayoutConstraint.Axis // ImageViews's direction where its pile up (Default: .horizontal)

var spacing: CGFloat // The spacing of the imageViews. (Default: 5)

var cornerRadius: CGFloat // The ImageView's cornerRadius (Default: 5)
```

### Methods
Expand Down

0 comments on commit 2832eeb

Please sign in to comment.