Skip to content

Add guidelines for view method names #103

@marijnschilling

Description

@marijnschilling

When we start using xibs we will have to name the IBAction methods and the corresponding delegate methods to the ViewController

@IBAction func didPressLogin(_ sender: Any)

In the spirit of this article: http://khanlou.com/2016/09/swifty-delegates/ we agreed on naming the delegates like this:

func didPressLogin(on authView: UIView)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions