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

Feature Request: Simple list, single choice list, multi choice list support #12

Open
shiv19 opened this issue Oct 26, 2017 · 2 comments

Comments

@shiv19
Copy link

shiv19 commented Oct 26, 2017

@shardul89
The android counter part has the above features.
Any plans on adding it to iOS?

@shardul89
Copy link
Contributor

@shiv19 Its good that you took time and analyzed the difference between iOS and Android version of this library.

The thing is in native Android alert dialog simple list, single choice list and multi-choice list support is already there. So to make a transition easier for the developers who are using native alert dialog and wanted to move to CFAlertDialog, we have added this feature only into the android library. They will get all the native features + additional new features which our library provides when they transition.

Currently, we don't have any plan to port that feature into iOS library. But in upcoming months we have some plans which will solve this problem on the scale. For now, the user can make their own custom view and attach it to header or footer view to get this feature working.

@shiv19
Copy link
Author

shiv19 commented Oct 26, 2017

@shardul89 thank for clearing that up for me. 😄
I'm writing a nativescript plugin which wraps CFAlertDialog,
I have finished making Android part, next up I'll be making iOS part. (http://npmjs.com/package/nativescript-cfalert-dialog)

In nativescript we generally try to do our best to provide same feature on both platforms, which is why this was my concern.

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

No branches or pull requests

2 participants