GantMan / RedAlert

iOS Alerts and ActionSheets with ease
MIT License
24 stars 15 forks source link

Needs support for plain text input / password input / login/password input #8

Closed markrickert closed 9 years ago

markrickert commented 9 years ago

Like bubblewrap :)

GantMan commented 9 years ago

is that supported in the new alertviewcontroller? I don't think it is.

markrickert commented 9 years ago

yes :) addTextFieldWithConfigurationHandler

markrickert commented 9 years ago

Here's some example implementations:

http://useyourloaf.com/blog/2014/09/05/uialertcontroller-changes-in-ios-8.html http://ashfurrow.com/blog/uialertviewcontroller-example/

skellock commented 9 years ago

I specifically dodged that feature hoping nobody would notice. I have failed.

markrickert commented 9 years ago

lol. I needed it on a project so I had to pull in bubblewrap, much to @twerth's chagrin.

twerth commented 9 years ago

I like bubblewrap, not sure how this rumor got started

markrickert commented 9 years ago

I know. I just like harassing you about it :P

jamonholmgren commented 9 years ago

I'm the one who doesn't like BubbleWrap.

fudge

GantMan commented 9 years ago

I'll try to knock this out once I'm done with my current project. I even already have wrapper code to handle UN/PW.

Don't worry @jamonholmgren I hate bubblewrap, too. It's the dilapidated mall of RM development, not a gem.

jamonholmgren commented 9 years ago

It's the dilapidated mall of RM development

^^

mixflame commented 9 years ago

please check my pr #9 dudes! thx :100:

GantMan commented 9 years ago

Special thanks to @jsilverMDX and @derekgreenberg

@markrickert your feature is added and I'm doing a version release now!