v1.4.0 release

This commit is contained in:
Grant Benvenuti
2015-08-10 09:57:07 +10:00
parent a158cf8bc1
commit bbde995383
4 changed files with 10 additions and 7 deletions
+4 -4
View File
@@ -73,12 +73,12 @@ SOFTWARE.
vc.view.backgroundColor = [UIColor clearColor];
// vc.view.alpha = 0.0;
vc.view.opaque = YES;
#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 80000
#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 80000
// This stops us getting the black application background flash, iOS8
vc.modalPresentationStyle = UIModalPresentationOverFullScreen;
#endif
#endif
dispatch_async(dispatch_get_main_queue(), ^{
[self.viewController presentViewController:vc animated:NO completion:^{
// added to support iOS8 beta 5, @see issue #19