Thank you for this great component. I just started learning iOS, so this component is a great help in coding my app.
I am using xCode 7.3 and getting this warning when I am using the Demo code.
'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead
I know the error message is very descriptive of how to fix it. I will attempt to fix and create a PR.
Thank you for this great component. I just started learning iOS, so this component is a great help in coding my app.
I am using xCode 7.3 and getting this warning when I am using the Demo code.
I know the error message is very descriptive of how to fix it. I will attempt to fix and create a PR.