Freelance iOS Developer, Rapidly Aging Punk

Facebook Pop Completion Block Syntax in Swift

Dec 29, 2014 at 01:06PM

For my own reference, mostly:

  myPopAnimation.completionBlock = {(animation, finished) in
            //Code goes here
    }