Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOS Support? #49

Open
ChanakyaSrinivas opened this issue Feb 4, 2015 · 4 comments
Open

IOS Support? #49

ChanakyaSrinivas opened this issue Feb 4, 2015 · 4 comments

Comments

@ChanakyaSrinivas
Copy link

Hi All,

I have used this module in titnaium android , but i want use this module in IOS.

I was unable to get this module for IOS.
Can any one help me out , how to support for IOS?

@PierreGUI
Copy link

Hi,
Check out https://github.com/viezel/NappDrawer for drawer on iOS
Cheers

@ChanakyaSrinivas
Copy link
Author

Hi,
Thanks for your replay.
If I use another module to achive same type of Ti.DrawerLayout functionality existing code is not used for IOS. It is rewriting the code based on NappDrawer module for IOS.For me It is difficult to change the existing code.
I want use same code for IOS also.

@PierreGUI
Copy link

Well unfortunately you can't use the same code since this module's goal is to provide an implementation of Android's native DrawerLayout which is obviously available on Android only.
You could use NappDrawer on both iOS and Android with almost the same code base though.
Good luck !

@manumaticx
Copy link
Contributor

I was working on an alloy widget to create a common API for using Ti.DrawerLayout on Android together with TiSideMenu on iOS on the same code base. It also provides an abstraction layer for the navigation patterns. It's not yet open-source but I'll see if I can get this clean and up on github within the next few weeks and let you know. (but it would also mean that you have to rewrite some of the existing code, it does not make this just working on iOS out of the box)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants