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
It has strange display in a scrollView(Calls self.ss).
I set a UIScrollView on a UIViewController.view。
I set the scrollView the constraints that no space to the vc.view of each sides
self.header is a instance of UIView. It has a UIScrollView On it.When I built the project. Self.ss.contentOffSet was {-600,0}
Everything is ok if self.ss is UITableView
The text was updated successfully, but these errors were encountered:
There is a observer there to watch for contentOffset changes to calculate new constraints. I will have a look next week. I've been super busy with regular work.
It has strange display in a scrollView(Calls self.ss).
I set a UIScrollView on a UIViewController.view。
I set the scrollView the constraints that no space to the vc.view of each sides
self.header is a instance of UIView. It has a UIScrollView On it.When I built the project. Self.ss.contentOffSet was {-600,0}
Everything is ok if self.ss is UITableView
The text was updated successfully, but these errors were encountered: