/ Published in: Objective C
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
-(float) getValue {} it will return 0 value if -(float) getValue; is not added into the .h file; Solution: Add -(float) getValue; in the .h file of the function definition.