Commit 33bbdacd8af7c35705aeb36a80268ce94550f064
1 parent
4387cb79
no message
Showing
1 changed file
with
1 additions
and
1 deletions
VLionADSDKDemo/VLionADSDKDemo/AppDelegate.m
| ... | ... | @@ -23,7 +23,7 @@ |
| 23 | 23 | VLionAdConfiguration *configuration = [[VLionAdConfiguration alloc] init]; |
| 24 | 24 | configuration.showFinishAnimate = ShowFinishAnimateFadein; |
| 25 | 25 | configuration.showFinishAnimateTime = 0.8; |
| 26 | - configuration.contentMode = UIViewContentModeScaleAspectFit; | |
| 26 | + // configuration.contentMode = UIViewContentModeScaleAspectFit; | |
| 27 | 27 | configuration.skipButtonType = AdSkipButtonTypeTimeAndText; |
| 28 | 28 | // configuration.frame = [UIScreen mainScreen].bounds; |
| 29 | 29 | ... | ... |