Is fave-button's size fixed?
muratyasarr opened this issue · 1 comments
muratyasarr commented
It seems that I cannot change the size of the fave-button. Is it possible to make the size the same as the imageView's size?
janselv commented
Thanks @muratyasarr, If you're using storyboard
to place a button, the size of the fave-button
is based on the size you specify for it, for manual creation is based on the frame you pass to it at creation. Yo can see that in the demo app, where bottom and center buttons have different dimensions.