Re: how to segway
Re: how to segway
- Subject: Re: how to segway
- From: Alex Hall <email@hidden>
- Date: Mon, 09 Nov 2015 08:20:09 -0500
- X_v_e_cd: 3a0f6cea349ab2db70d79371ade420d3
- X_v_r_cd: ae788b15b42f7d1f1e6e5085178c3174
> On Nov 9, 2015, at 02:18, Scott Berry <email@hidden> wrote:
>
> Hello there,
>
> I have a few things I need to segway in Xcode. I need to segway a tab to a web view, search bar, search display controller. I need to segway this to a web view.
Whatever scene you have set as your tab will present itself when that tab is tapped, restoration aside. You'd then segue to the web view from that scene, on whatever UI controls you like.
> I also need to ensure that the tab is connected to a single touch gesture. Now does this also mean I have to connect the single touch gesture to a gesture recognizer?
Can you explain more about the purpose of the gesture recognizer? If it's to open the tab, there's no need--tapping the tab will open it automatically, that's free in UITabBar. Remember, too, that VoiceOver messes with gesture recognizers in a big way; you'll need a direct input view, or to tell your users to disable VoiceOver, to use them fully.
>
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Accessibility-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
--
Have a great day,
Alex Hall
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden