PXAlertView
PXAlertView copied to clipboard
A drop-in replacement for UIAlertView that is more customisable and skinnable
I'm still using this alert view since I needed night-vision alerts on a rather niche app, with some minor fixes over the years, but with iOS 13 it seems the...
I user this in my three apps. I want to fix this bug.
…the function. Seems unnecessary
The UIAlertView in iOS8 should be replaced with UIAlertViewController,or it will lead to bugs occur. At the same time, when clicking buttons on the UIAlertView, views beneath the UIAlertView can...
It can be cool to offer the possibility change the line color, because on white background, there is no line visible. ex : ``` - (CALayer *)lineLayer { CALayer *lineLayer...
...of alerts. Also added the ability to modify button fonts in PXAlertView+Customization. I'm using PXAlertView within my app and had several problems with window presentation, etc. So I made some...
Add the ability to customize the non-selected background color and have the color reset on changing state.
How would one set the cancel button at the bottom of the alert?
Add lineLayer background set Function
HI. Thanks for the great work. Is it possible to add a method to change the origin.x and origin.y of the alert? In other words something like: customAlert.transform = CGAffineTransformTranslate(...