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 adding a RichText element to some TableViewRows. However, I'd like the TableViewRow to have the height of the RichText element. I've tried setting the height parameter for TableViewRow to 'auto' and to Ti.UI.SIZE but both to no avail.
I'm adding a RichText element to some
TableViewRow
s. However, I'd like theTableViewRow
to have the height of theRichText
element. I've tried setting the height parameter forTableViewRow
to'auto'
and toTi.UI.SIZE
but both to no avail.So I'm looking into setting the height parameter of the TableViewRow to something like
richtextelement.suggestHeight()
before adding the elements to the view/window. Similar to this solution: http://developer.appcelerator.com/question/147190/ios-fix-to-calculate-the-label-heightDoes your module already support something that solves this issue? This method seems to be close to what I'm trying to do, but don't know how to use it: https://github.com/pegli/RichText/blob/master/mobile/ios/Classes/ComObscureRichTextRichTextView.m#L61
If not, would the above solution be compatible? If so, can you please look into my earlier submitted issue #6 so I can play around?
Thanks!
The text was updated successfully, but these errors were encountered: