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
Use sample application and change text of textLabel for UITableView to make it long enough and set textLabel.numberOfLines="0" to make text label multiline and observe the following:
The same issue can be observed when detailTextLabel contains multiline text. It's a bug of iOS (for additional details see this workaround or this discussion), but apparently it gets fixed as of iOS 11, so it makes sense to address calculation for this case as well.
The text was updated successfully, but these errors were encountered:
OK, I believe this is fixed in 0.4.17. I'm still seeing some funky spacing when using multiline detailTextLabel, but it sounds like that's a known issue in iOS per your comment.
Use sample application and change
text
oftextLabel
forUITableView
to make it long enough and settextLabel.numberOfLines="0"
to make text label multiline and observe the following:The same issue can be observed when
detailTextLabel
contains multiline text. It's a bug of iOS (for additional details see this workaround or this discussion), but apparently it gets fixed as of iOS 11, so it makes sense to address calculation for this case as well.The text was updated successfully, but these errors were encountered: