Skip to content

Instantly share code, notes, and snippets.

@samchandra
Created September 23, 2010 07:17

Revisions

  1. samchandra created this gist Sep 23, 2010.
    4 changes: 4 additions & 0 deletions gistfile1.m
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    // Invoking a method after a certain amount of time has passed
    // This is useful to remove UIAlertView or to perform any other
    // delayed operation
    [self performSelector:@selector(methodToPerform) withObject:nil afterDelay:2.0f];