|
9 | 9 | [](https://github.com/Carthage/Carthage) |
10 | 10 | [](http://mit-license.org) |
12 | | - |
| 12 | + |
13 | 13 |
|
14 | 14 | ## Overview |
15 | 15 | SwipeMenuViewController provides `SwipeMenuView` and `SwipeMenuViewController`. |
@@ -311,6 +311,9 @@ public var margin: CGFloat |
311 | 311 | // TabView background color. Defaults to `.clear`. |
312 | 312 | public var backgroundColor: UIColor |
313 | 313 |
|
| 314 | +// TabView clipsToBounds. Defaults to `true`. |
| 315 | +public var clipsToBounds: Bool = true |
| 316 | + |
314 | 317 | // TabView style. Defaults to `.flexible`. Style type has [`.flexible` , `.segmented`]. |
315 | 318 | public var style: Style |
316 | 319 |
|
@@ -339,6 +342,9 @@ public var margin: CGFloat |
339 | 342 | // ItemView font. Defaults to `14 pt as bold SystemFont`. |
340 | 343 | public var font: UIFont |
341 | 344 |
|
| 345 | +// ItemView clipsToBounds. Defaults to `true`. |
| 346 | +public var clipsToBounds: Bool = true |
| 347 | + |
342 | 348 | // ItemView textColor. Defaults to `.lightGray`. |
343 | 349 | public var textColor: UIColor |
344 | 350 |
|
@@ -368,6 +374,9 @@ public var animationDuration: CGFloat |
368 | 374 | // ContentScrollView backgroundColor. Defaults to `.clear`. |
369 | 375 | public var backgroundColor: UIColor |
370 | 376 |
|
| 377 | +// ContentScrollView clipsToBounds. Defaults to `true`. |
| 378 | +public var clipsToBounds: Bool = true |
| 379 | + |
371 | 380 | // ContentScrollView scroll enabled. Defaults to `true`. |
372 | 381 | public var isScrollEnabled: Bool |
373 | 382 |
|
|
0 commit comments