Hi again,
I'm about to start to convert an ios app we have from Swift to Xamarin. One main concern I have is that this is a very visual application filled with button in odd shapes. As it works today this buttons are pngs with transparent background and only the visible part of the images are recognized as clickable area.
I've tried to recreate this in Xamarin but as I feard the whole box of the image are reacting to the tapped event including the transparent parts. Is there some way to solve this?
/magnus