You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using MotionKit to style some of my form cells for constraints, it appears to work on load, the cell grows and shrinks with the text.
Once I scroll, however, I get a warning:
Warning once only: Detected a case where constraints ambiguously suggest a height of zero for a tableview cell's content view. We're considering the collapse unintentional and using standard height instead.
I know that PM::TableScreen has the ability to set the estimated row height with:
row_height :auto, estimated: 100
but I get this error when I add the code:
undefined method `row_height:estimated:' for FormScreen::Class (NoMethodError)
Any ideas on how to get this to work with my form?
The text was updated successfully, but these errors were encountered:
I'm using MotionKit to style some of my form cells for constraints, it appears to work on load, the cell grows and shrinks with the text.
Once I scroll, however, I get a warning:
I know that PM::TableScreen has the ability to set the estimated row height with:
but I get this error when I add the code:
Any ideas on how to get this to work with my form?
The text was updated successfully, but these errors were encountered: