Is it possible to simplify the rowHeight property of Cell #2198
Unanswered
ObjectiveCharm
asked this question in
Q&A
Replies: 1 comment
-
Hi @ObjectiveCharm, rowHeight is a closure to allow for extra computation in case it is necessary. In most cases either a fixed height or automaticDimension will do but in some cases you might want to run some code to compute the height each time |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi developers👋
I wonder why the
rowHeight
property of Cell is of type(()—>CGFloat)?
but not simpleCGFloat?
. Dose it is designed for any purpose I haven't recognised?Thanks so much.
Beta Was this translation helpful? Give feedback.
All reactions