candostdagdeviren / CDAlertView

Highly customizable alertview and alert/notification/success/error/alarm popup written in Swift
https://candostdagdeviren.github.io/CDAlertView/
MIT License
1.14k stars 86 forks source link

more than one textField #17

Closed ghost closed 7 years ago

ghost commented 7 years ago

Can i add more than one text field to the alert view. Will you support actionSheets in the future

candostdagdeviren commented 7 years ago

I don't think I'll support actionsSheets in the future. For the more than one textField, I'll add a customizable view area. Then, you will be able to do whatever you want on that area :)

KarmaDordje commented 7 years ago

can you explain how to do this, cause I'm new in Swift. So i didn't find in code this customizable view area. Thank you.

candostdagdeviren commented 7 years ago

As you can see @KarmaDordje this issue is open and marked with "feature request", it is not available yet.

KarmaDordje commented 7 years ago

oh, sorry, okay thank you =)

candostdagdeviren commented 7 years ago

I added customView area with new release 0.6.0. You can set customView to add two textFields. I'm closing this issue. If any issue comes up, please open another one :)