As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
I'm trying to query and return results in the ViewDidLoad method. I wanted to know if you had any examples or advice where I could populate a view (tableview) based on information retrieved in the ViewDidLoad method. I want to know how to deal with the asynchronous call for the data.
Sidenote: The data from the backend is present but not available at the time the view is populated.
Roscoe A Johnson
I'm trying to query and return results in the ViewDidLoad method. I wanted to know if you had any examples or advice where I could populate a view (tableview) based on information retrieved in the ViewDidLoad method. I want to know how to deal with the asynchronous call for the data.
Sidenote: The data from the backend is present but not available at the time the view is populated.