| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -112,6 +112,7 @@ export class DefaultStyler implements definition.stylers.Styler { | |||
| 112 | 112 | private static setBorderRadiusProperty(view: view.View, newValue: any) { | |
| 113 | 113 | if (view._nativeView instanceof UIView) { | |
| 114 | 114 | (<UIView>view._nativeView).layer.cornerRadius = newValue; | |
| 115 | + (<UIView>view._nativeView).clipsToBounds = true; | ||
| 115 | 116 | } | |
| 116 | 117 | } | |
| 117 | 118 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments