Open jdgong opened 9 years ago
I've seen this too, specially when using a custom view. Is this using the data source methods?
Yes. Basically used the same as the Application Demo in a collectionView (JSQMessagesViewController actually). Now I am using v1.7 and all is fine. Not sure what changed in latest version.
I am still seeing this in the current version. I have found that calling reloadEmptyDataSet()
in viewDidLayoutSubviews()
after calling super.viewDidLayoutSubviews()
seems to avoid the issue for me.
Have been working for long time trying to figure out this issue: description doesn't wrap and only showing as one truncated line. Someone reported this issue before but it seems v1.7 solved it. So I rolled back to 1.7 and it worked. It seems the newest version breaks some of the autolayout constraints. BTW: I am working with Swift and iOS9.