Update UITextView during recursive function is running
问题 I have a view controller with a UITextView loaded into the frame. I want to update the text of the UITextView every time the function calls itself. I attempt to update the UITextView on the main thread but it doesn't seem to set the text of the View UNTIL after the recursive function is done running. 'Maze.h' is the object that defines the protocol and 'MainViewController.m' is the delegate. Heres the code for the controller: 'MainViewController.m' - (void)viewDidAppear:(BOOL)animated {