I am trying to integrate this amazing tool into my project. I took code from your sample app.
_vAlert = [[DoAlertView alloc] init];
_vAlert.nAnimationType = DoTransitionStyleLine;
_vAlert.dRound = 0.0;
_vAlert.bDestructive = NO;
[_vAlert doYesNo:@"Title"
body:@"Here’s a snippet of code that illustrates how the whole process works"
yes:^(DoAlertView *alertView) {
NSLog(@"Yeeeeeeeeeeeees!!!!");
This code brings an alert, but it keeps blinking sometime and on Yes button click I am calling iRate for app review but the buttons on iRate buttons are not being touched.
iRate was working fine with WCAlertView. I reverted back to WCAlertView and it still working
Great Work!
I am trying to integrate this amazing tool into my project. I took code from your sample app. _vAlert = [[DoAlertView alloc] init]; _vAlert.nAnimationType = DoTransitionStyleLine; _vAlert.dRound = 0.0;
[[iRate sharedInstance] promptIfNetworkAvailable];
This code brings an alert, but it keeps blinking sometime and on Yes button click I am calling iRate for app review but the buttons on iRate buttons are not being touched.
iRate was working fine with WCAlertView. I reverted back to WCAlertView and it still working