Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
5020
reload/updateData doesn't work as expected
posted

I think there's a small bug in the grid. If you assign a datasource in viewDidLoad, and then subsequently change it in viewWillAppear and call reload/updateData, it doesn't call the data source methods again until everything has been rendered once. I have worked around this bug buy only assigning the data source once during view initialization. We do this because our view controller has a default data source.