objective c - Creating NSShadow makes an error -


I am making a white shadow in Objective-C and using the code

 < Code> NSShadow * MyShadow = [[NSShadow alloc] init]; [MyShadow Set Shadowdoor: [UIColor whiteColor]];  

And it works fine, but when I'm trying to minimize it

  NSShadow * myShadow = [[[nsahona alloc] init ] SetShadowColor: [UIColor whiteColor]]; I get an error message in introducing 'NSShadow * __ Strong' with an incompatible type 'zero' expression. "Anyone knows what's happening here?"  

What's happening, the compiler will be NSShadow * to zero Assigning.> (Return type of setShadowColor and that whole expression).

You have to use your two-line approach, which is to read and maintain it's easy / P>


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -