When I run my application it shows one warning message:
warning:passing argument 1 of 'presentModalViewController:animated'
from distinct objective - c type
How do I resolve this warning? I’ve used presentModalViewController:animated many times previously in my application.
Please help me.
Thanks in advance
Your problem is that you’ve defined the view controller you’re passing like:
(note the missing asterisk) instead of: