Posts

Post not yet marked as solved
5 Replies
1.6k Views
Hello all,I'm attempting to use UIScrollView for an interactive custom map. For this, I would need to implement a 3 finger scroll for moving the map around because I use 1 finger to tell you what map item you are currently touching. The problem I'm running into is that the UIScrollView PinchGestureRecognizer is intercepting touches before the PanGestureRecognizer can get to them. I've tried the suggested methods in the documentation for preferring one gesture over another, but that doesn't seem to work with a UIScrollView. Is there any way to accomplish this without having to make my own custom view?
Posted
by JKKarr.
Last updated
.
Post not yet marked as solved
0 Replies
1.2k Views
Hello, I'm new here so if this is not the right place for this let me know. I'm working on making an accessible blind/low-vision indoor map using CAShapeLayers to draw my indoor rooms. I'm looking for a way to make my CAShapeLayers a focusable item similar to the way the Apple Maps allow you to select roads when VoiceOver is turned on. I would like to have the user be able to touch the layer corresponding to say an office name "Office 46C" and have it become highlighted and VoiceOver announce the name for the room. Is this possible, and if not could someone suggest an alternative? I've been trying to tackle this problem for weeks and any help is greatly appreciated.
Posted
by JKKarr.
Last updated
.