SDCAlertView
SDCAlertView copied to clipboard
The little alert that could
if my baseNavigationController overwrite like this : public override var supportedInterfaceOrientations: UIInterfaceOrientationMask { return self.visibleViewController?.supportedInterfaceOrientations ?? .portrait } and your AlertController overwrite like this : public override var supportedInterfaceOrientations: UIInterfaceOrientationMask...
Hello, I get this warning when showing an AlertView with a textfield: **[TableView] Warning once only: UITableView was told to layout its visible cells and other contents without being in...
Hi, For issue #265, x10geeky's suggested fix seems to work for my application and others.
Hi, Thank you for creating `SDCAlertView`. The code is very clean, and enjoyable to read. I would like to propose the following change. In certain case, when we are applying...
When using `AlertController` with the `preferredStyle` as `.alert` I can set the `AlertController`'s `attributedTitle` or `attributedMessage`, then will see font and color changes when the alert displays. When I change...
Following Apple guidelines an ActionSheet should be displayed as a popover anchored to the UI item who generated it. > On iPad, UIKit requires that you display an action sheet...
It could be really useful if some classes implemented into the library would be open to inheritance (e.g. AlertController, AlertAction, ...). At the moment is not possible to extend any...
Hello, I would like to make fully custom contentView inside of alert controller without title and message, but if set title and message to nil its look like ![2018-10-08 5...
Hi, I've run into troubles installing library as a static library (e.g. don't use use_frameworks!). The error log: ``` Unable to run command 'StripNIB ActionCell.nib' - this target might include...