Skip to content

Instantly share code, notes, and snippets.

@tissak
Forked from dangalipo/EmptyWalletView.rb
Created January 30, 2013 07:51
Show Gist options
  • Save tissak/4671506 to your computer and use it in GitHub Desktop.
Save tissak/4671506 to your computer and use it in GitHub Desktop.
attr_accessor :controllerDelegate
def initWithFrame(frame, andDelegate: 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