I need to create a screen with either buttons or hotspots that I plan to use as menu items to take me to another part of the app. The image is a floor plan and I want to click names or buttons or graphics to use as navigation.
I'm at the early stages and I'm just looking for a direction to focus on. Do I need to do complicated calculations based on the image location and the click location or can I fix buttons to a view and make it zoomable.
I think maybe I should add that I want the menu to start off full screen but the users to be able to pinch, zoom and drag the menu screen just to make it easier for users to see icons and text
Thanks
I have been looking for possible solutions and have read about using a view under my image with different colours where I want to listen for clicks, and the clicks would return colours. I think this might be the way to go, an image below with different coloured sections would resize the same as the image above so my clickable areas would always be in the correct position. If anyone can tell me how to achieve this or ideally point me to a tutorial that would be excellent.