I am a beginner in android dev. I am making a calculator in which i want to add round button using corner Radius. the problem is that it is working fine when i
I have a UIView in a custom UITableViewCell and I want to round just bottom Left and Right corners of that view. I'm doing the following, but it's not working:
I know you can use .cornerRadius() to round all the corners of a swiftUI view but is there a way to round only specific corners such as the top?