CTShowcase
CTShowcase copied to clipboard
Round corner
Is it possible to round the view corner? I tried with :
showcase.layer.cornerRadius = 5
but it doesn't work
The highlight isn't a view. It's created using custom drawing so you can't change anything by modifying any view properties. The only way to do that right now is to modify the contents of the draw(on::)
method in the highlighter you use (e.g. CTStaticGlowHighlighter).