janselv / fave-button

FaveButton is an iOS cute animated like button written in Swift.
MIT License
1.51k stars 201 forks source link

Is fave-button's size fixed? #5

Closed muratyasarr closed 8 years ago

muratyasarr commented 8 years ago

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 8 years ago

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.