¡@

Home 

2014/10/15 ¤U¤È 10:03:30

iphone Programming Glossary: addformatprice

Xcode 4.6, used as the name of the previous parameter rather than as part of the selector [duplicate]

http://stackoverflow.com/questions/14660091/xcode-4-6-used-as-the-name-of-the-previous-parameter-rather-than-as-part-of-the

fix it. I have 109 such warnings so I'm obviously writing methods badly. Here's a couple of my methods. NSString addFormatPrice double dblPrice BOOL booRemoveCurSymbol void showHelpChoices UIView vw id dg So whats the correct way to write these methods.. iphone objective c xcode cocoa touch share improve this question Your first method is declaring the selector addFormatPrice . With spaces it looks like NSString addFormatPrice double dblPrice BOOL booRemoveCurSymbol This is invoked like NSString.. this question Your first method is declaring the selector addFormatPrice . With spaces it looks like NSString addFormatPrice double dblPrice BOOL booRemoveCurSymbol This is invoked like NSString addFormatPrice 0.3 YES . What you should do is actually..