What is NSLog
- It is a predefined method which is avilable in foundation framework.
- By using this predifined method we can print the data on console i.e debug window.
- When we are working NSLog method, it can take any number of arguments but, first argument must NSString type that why we require to indicate ‘@’ symbol.
No comments:
Post a Comment