I need to be able to remove a button from a view and add a different one. My code looks like this:
-(void)UpdatePromoBanner:(NSString*)value{ [button setTitl
dispatch_async(dispatch_get_main_queue(), ^{ [subView removeFromSuperview]; });
Remember update UI in main thread :)