This is a companion discussion topic for the original entry at https://www.raywenderlich.com/5993-your-first-ios-and-uikit-app/lessons/41
This is a companion discussion topic for the original entry at https://www.raywenderlich.com/5993-your-first-ios-and-uikit-app/lessons/41
1 Like
Hi Teacher,
I have a question about
let insets = UIEdgeInsets(top: 0, left: 14, bottom: 0, right:14)
When I change the number to 3 or 25, the slider bar turns out to be a weird shape.
Can you help to explain how to get the number โ 14 ?
Thank you!