CFAlertViewController
CFAlertViewController copied to clipboard
Feature Request: Simple list, single choice list, multi choice list support
@shardul89 The android counter part has the above features. Any plans on adding it to iOS?
@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.
@shardul89 thank for clearing that up for me. :smile: 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.