mamaral / Onboard

An iOS framework to easily create a beautiful and engaging onboarding experience with only a few lines of code.
MIT License
6.46k stars 765 forks source link

'UIAlertView' is deprecated: first deprecated in iOS 9.0 #121

Open azizur opened 8 years ago

azizur commented 8 years ago

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.

mamaral commented 8 years ago

Sounds good!