I have created a Splitview and in detailed view I just added a map view there. I did nothing else than including the location and map libraries so the build and run will work.
However, the map shows only partially, do you have any idea why this is happening and how should I fix it?
Thanks a lot!
Here is the project and thanks a lot!
Regards, Yashu!
The autoresizing mask of the map view is not set up correctly. It should have a flexible width and height like its superview.