Questions tagged [sdcalertview]

Questions about SDCAlertView

SDCAlertView started out as an alert that looked identical to UIAlertView, but had support for a custom content view. With the introduction of UIAlertController in iOS 8, the project was updated to the more modern API that UIAlertController brought.

https://github.com/sberrevoets/SDCAlertView

Features

  • Most UIAlertController functionality
  • Custom content views
  • Preventing controllers from dismissing when the user taps a button
  • Easy presentation/dismissal
  • Attributed title label, message label, and buttons
  • Appearance customization
  • Usable from Swift and Objective-C
  • Understandable button placement
  • UI tests
  • Custom alert behavior
  • CocoaPods/Carthage support
18 questions
0
votes
1 answer

SDCAlertView and UIViewController with UIButton

I have to display a custom iOS 7-style alert requester with a set of custom buttons (category filter toggles to be specific) in the center. For this, I've found the excellent SDCAlertView on GitHub. My approach is to create a custom…
gklka
  • 2,459
  • 1
  • 26
  • 53
0
votes
5 answers

UIAlertview not adding UIDatePicker when i click on textfield?

UIAlertview not adding UIDatePicker when i click on textfield? - (void)textFieldDidBeginEditing:(UITextField *)textField { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Preferences" …
MAC113
  • 1,444
  • 12
  • 19
-3
votes
4 answers

UIActivitiindicatorView in UIAlertView

is there any way to add UIActivityindicatorView in UIAlertView like Loading? Please help me. Thanks
1
2