Guest User

Untitled

a guest
Sep 12th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. What is the proper way to refresh data on screen when using Cocoa and C ?
  2. dispatch_async(dispatch_get_main_queue(), ^{
  3. [myTextField setStringValue:@"a new string"];
  4. });
Add Comment
Please, Sign In to add comment