Lohen
Lohen
 I don't think this is normal
@BasThomas This animation appears when this particular collectionView or tableview appear, here is the slow motion GIF of it  and the code is nothing fancy. just a normal tableView....
@nathantannar4 Not working. I tried calling on ``` Swift messageView.layoutIfNeeded() tableView.layoutIfNeeded() self.view.layoutIfNeeded() ``` I upload the code example here https://github.com/lohenyumnam/MessageViewControllerTest
It's not working for me. @nathantannar4 even with this code ```Swift UIView.performWithoutAnimation { self.setup(scrollView: tableView) } ```
@BasThomas @nathantannar4 I think this problem is a bug
@nathantannar4 I tried putting all the code inside the `UIView.performWithoutAnimation` , got the same result. And as for root vc the animation still occurs even if it's not root vc....
This Unusual animation doesn't seem to occur in the example project, so what I did is I copy the example's ViewController code to my ViewController and here is the result....
Ok here is the thing this problem seems to go away if I install from master `pod 'MessageViewController', :git => 'https://github.com/GitHawkApp/MessageViewController.git', :branch => 'master'`
@nathantannar4 I am not sure, but master branch doesn't seems to have the problem. is there any reason why the default pod version is not pointing to the latest version...
No Fix yet ?