Skip to content

Ensure methods follow Apple’s guidelines. #36

Open
@alloy

Description

@alloy

init methods

def init
  if super
    # Do init work, e.g. set ivars
    self
  end
end

UIViewController methods

def viewWillAppear(animated)
  super
  # Do work
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions