Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

NSString stringWithString #23

@mscheffer

Description

@mscheffer

tens of warnings because you are creating most, if not all your strings with

NSString*mystring = [NSString stringWithString:@"hello"];

did nobody tell you that you can simply write
NSString*mystring @"hello";

??

hard to take your project seriously after that, XCode even proposes to fix the warnings for you if you cared to click !

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