I have a flat image of a map in a UIImageView and its my job to add clear buttons to some pre-defined “hot spots” that represent locations of interest on the map. However, given the size of the image on the iPhone, the hotspots they have defined are very close together and would be difficult to touch / tap.
Is there a way to zoom in on an image have those buttons scale larger so that they can be pressed more easily?
Yes add the imageview inside a scroll view,
Use this code
In the .h file you would have
For more info please check StackOverFlow on how to add to use UIScrollView
such as Adding UIImageViews to UIScrollView