Position UIButton title below image

Hi!

I'm trying to create a button similar to the reminders app when you press the "Where" button and can choose "At home", "When I leave" etc, or at least something slightly similar.
I know I can easlity create a button and a label, but to get correct tinting when selected, It would be easier to just have button.

I found this post on stack overflow, but even though I use the same values, I don't get the same results. My image (SF Symbol) are squeezed and not filled 50x50 with text below.


Are you sure they are using SFSymbols in the SO post ?

SFSymbols are not png images, they behave differently.

So either get a png version of the symbol of create button + label.
You could subclass a UIView (in fact UIControl) to cope with the tinting on selection.
Position UIButton title below image
 
 
Q