Advertisement
Joze

The difference between blocking UITableView or not do it

Jan 4th, 2012
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. - (void)iniApp
  2. {
  3.     _timeLineData = [[iZ3CoreData alloc] init];
  4.     _timeLineData.managedObjectContext = __managedObjectContext;
  5.    
  6. //    [_timeLineData syncPhotoLibrary:@"Camera Roll"];
  7.     [_timeLineData performSelectorInBackground:@selector(syncPhotoLibrary:) withObject:@"Camera Roll"];
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement