Can I add NSLog in my model class's implementation. So when I call that method where I have inserted NSLog , from the controller , I should get the strings from that NSLog on my console.
Can I do that ? I tried doing it in my code but I am not sure if it should work or not.
You can put NSLog wherever you like. It's a macro.