Skip to content

Instantly share code, notes, and snippets.

@dangalipo
Created January 30, 2013 07:47
Show Gist options
  • Save dangalipo/4671497 to your computer and use it in GitHub Desktop.
Save dangalipo/4671497 to your computer and use it in GitHub Desktop.
delegate method
attr_accessor :controllerDelegate
def initWithFrameAndDelegate(frame, delegate: delegate)
self.initWithFrame(frame)
@controllerDelegate = delegate
setupFrownImage
setupSorryLabel
setupButton
self
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment