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
Once a CSNotification is shown from a UITableViewController with static cells, tableview can no longer scroll to the bottom: scrolling bounces back and hides the bottom cells (as though its content size or frame is incorrenct). Scrolling works as expected until CSNotification is first called from the view controller.
Tableviews with dynamic cells seems to work properly.