AutoLayout support
Closed this issue · 3 comments
Shadester commented
It would be nice to have intrinsicContentSize implemented too, and then it will work for Autolayout.
Shadester commented
Looks like it only needs to implement:
- (CGSize)intrinsicContentSize {
return (self.frame.size);
}
mrcrow commented
Mmmmm...
Seems pretty easy to achieve this, let me have a try!
Thanks @Shadester !
philippeluickx commented
Any progress on this?