Skip to content

Conversation

@doertydoerk
Copy link

  • replace UI related code with storyboard capabilities to reduce amount of code
  • introduces IBAction to launch popup view
  • move code out of viewDidLoad: and into showPopupView:(UIButton *)sender for lazy instantiation
  • alted method and ivar naming
  • accessing ivars via self. as I figured it's pointless to have getter/setter for non-public ivars and then bypassing them

- replace UI related code with storyboard capabilities to reduce amount of code
- introduces IBAction to launch popup view
- move code out of viewDidLoad: and into showPopupView:(UIButton *)sender for lazy instantiation
- alted method and ivar naming
- accessing ivars via self. as I figured it's pointless to have getter/setter for non-public ivars and then bypassing them
@doertydoerk
Copy link
Author

Nice job, mate! Will give you credit on Cocoa Controls once implemented in my app and available on the app store.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant