Created
January 30, 2013 07:47
-
-
Save dangalipo/4671497 to your computer and use it in GitHub Desktop.
delegate method
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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