SliderMenu
SliderMenu copied to clipboard
how to present other view when click on menu button ?
@davamp can you describe more what actually you are facing issue
what I want is how to call another view controller to present
On Saturday, April 1, 2017, abdul [email protected] wrote:
@davamp https://github.com/davamp can you describe more what actually you are facing issue
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/abdulKarim002/SliderMenu/issues/5#issuecomment-290787875, or mute the thread https://github.com/notifications/unsubscribe-auth/AXYuTaJtrfnjLtnMLuNrzqILHEUPLaIkks5rrUJ5gaJpZM4MvPUj .
[image: Inline image 1] sir, you have create account button in slidermenu. I wonder how do you call another viewcontroller when you click that button? thanks
On Sat, Apr 1, 2017 at 7:56 AM, D Ss [email protected] wrote:
what I want is how to call another view controller to present
On Saturday, April 1, 2017, abdul [email protected] wrote:
@davamp https://github.com/davamp can you describe more what actually you are facing issue
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/abdulKarim002/SliderMenu/issues/5#issuecomment-290787875, or mute the thread https://github.com/notifications/unsubscribe-auth/AXYuTaJtrfnjLtnMLuNrzqILHEUPLaIkks5rrUJ5gaJpZM4MvPUj .
you can directly use segue @davamp , connect the button with the view you want to present
well ok i will try it out. one more thing how to close that SliderMenu ?
On Sat, Apr 1, 2017 at 10:33 PM, abdul [email protected] wrote:
you can directly use segue @davamp https://github.com/davamp , connect the button with the view you want to present
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/abdulKarim002/SliderMenu/issues/5#issuecomment-290927394, or mute the thread https://github.com/notifications/unsubscribe-auth/AXYuTYKpk4FNcyZtbw-_IAmQnsscq9PIks5rrm4wgaJpZM4MvPUj .
It will automatically close when touch outside the view try it out
yes i know but i want it to close by programming
On Sun, Apr 2, 2017 at 3:30 PM, abdul [email protected] wrote:
It will automatically close when touch outside the view try it out
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/abdulKarim002/SliderMenu/issues/5#issuecomment-290972543, or mute the thread https://github.com/notifications/unsubscribe-auth/AXYuTcOj6QNqFk95PAwvjpgqNr0ZqMHpks5rr1yagaJpZM4MvPUj .
Set a flag when the slide menu appear and programmatically check the flag status and dismiss the view
Sorry I don't get it . Can you show me how to do it ? can you send me the code how to close it by programming?
On Sunday, April 2, 2017, abdul [email protected] wrote:
Set a flag when the slide menu appear and programmatically check the flag status and dismiss the view
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/abdulKarim002/SliderMenu/issues/5#issuecomment-290980983, or mute the thread https://github.com/notifications/unsubscribe-auth/AXYuTSblkouaAnfge8BzD35eRGU8ei6Xks5rr4jjgaJpZM4MvPUj .
send me you code in a zip file let me check..