Closed vuralcelik closed 3 years ago
private func changeThumbSizes() {
multiSlider.thumbViews.forEach { imageView in
imageView.heightAnchor.constraint(equalToConstant: 160).isActive = true
imageView.widthAnchor.constraint(equalToConstant: 160).isActive = true
}
}
Looks like this works. Thanks!
Hi Yonat! I was trying to change thumb size with CGRect like:
But its not effect to the view frames. How can i achieve that ?