Questions tagged [sdcalertcontroller]

3 questions
1
vote
0 answers

(SDCAlertView) Functions in AlertAction handler are not called

I would like to process the value in the textfield of alert controller after users tap an AlertAction (such as a "send button" maybe) on the alert controller without making it dismiss. I knew that the built-in UIAlertController from Apple would…
0
votes
0 answers

UITableViewCell loading but not displaying

I'm trying to programmatically load a UITableView into a custom AlertController using a vanilla UITableViewCell. The UITableView displays and dataSource methods all get called, but the UITableViewCell does not display. Here is the code: class…
NewEndian
  • 559
  • 2
  • 16
0
votes
2 answers

How to dismiss SDCAlertView with tap gesture?

To show alert I use SDCAlertView(clone of UIAlertView). I want to dismiss alert by tap on screen like UIActionSheet.
ChikabuZ
  • 10,031
  • 5
  • 63
  • 86