I am using SDCAlertView for custom alertview. It is perfectly working in ios 7 . But in ios8 alertview button are not visible . i am not able find actual problem .
Thanks in advance
I am using SDCAlertView for custom alertview. It is perfectly working in ios 7 . But in ios8 alertview button are not visible . i am not able find actual problem .
Thanks in advance
I had absolutely same problem. So I've created test project to reproduce it. And I couldn't. It was working in small test program.
So I've just updated my project's pods. Just use pod update
and rebuild your project. Most likely you have outdated version of SDCAlertView
.