Skip to content

Don't call .init directly #1

@neoneye

Description

@neoneye

IMHO Instead of

textEditor.font = NSFont.init(name: "Helvetica Neue", size: 16.0)

then use

textEditor.font = NSFont(name: "Helvetica Neue", size: 16.0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions