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

NSString stringWithString #23

Open
mscheffer opened this issue Jun 5, 2013 · 0 comments
Open

NSString stringWithString #23

mscheffer opened this issue Jun 5, 2013 · 0 comments

Comments

@mscheffer
Copy link

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 !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant