Guest User

Untitled

a guest
Jan 17th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. NSDictionary * callbackArg = [NSDictionary dictionaryWithObjectsAndKeys:row,@"row",NUMINT([indexPath row]),@"index",nil];
  2. [[self proxy] fireCallback:@"rowLoader" withArg:callbackArg withSource:nil];
  3. TiThreadProcessPendingMainThreadBlocks(0.05,NO,^(BOOL * result){
  4. //TODO: If there is some way to detect that the callback has completed, now would
  5. //be a great time to do that.
  6. // if([self rowCachedForIndexPath:indexPath]) {*result = NO;}
  7. });
  8.  
  9. [row triggerAttach];
Add Comment
Please, Sign In to add comment