Is there a way / subclass to create a curved UILabel , and change it's angle dynamically, while keeping all it's properties ? ( like bending it to fit a circle)
The only example I found was to create it once, and it didn't really understood how to put it to work as a regular UILabel with all it's properties :
Draw text along circular path in Swift for iOS
I was looking for something like :
let label = UILabel ....
label.font...
label.text...
label.bendAngle ...