mrcrow/MRoundedButton

AutoLayout support

Closed this issue · 3 comments

It would be nice to have intrinsicContentSize implemented too, and then it will work for Autolayout.

Looks like it only needs to implement:

  • (CGSize)intrinsicContentSize {
    return (self.frame.size);
    }

Mmmmm...
Seems pretty easy to achieve this, let me have a try!
Thanks @Shadester !

Any progress on this?