From 1d4053eef06d4e026e67a2920eab633e9fe552da Mon Sep 17 00:00:00 2001 From: KY1VSTAR Date: Sun, 4 Aug 2019 13:55:24 +0300 Subject: [PATCH] 1.0.1 --- PiPhone.podspec | 2 +- Source/Window/PiPRootViewController.m | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/PiPhone.podspec b/PiPhone.podspec index 5c6862e..4f8b67b 100644 --- a/PiPhone.podspec +++ b/PiPhone.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'PiPhone' - s.version = '1.0' + s.version = '1.0.1' s.summary = 'Picture in picture video playback for iPhone' s.description = <<-DESC diff --git a/Source/Window/PiPRootViewController.m b/Source/Window/PiPRootViewController.m index 7fef258..7adefe8 100644 --- a/Source/Window/PiPRootViewController.m +++ b/Source/Window/PiPRootViewController.m @@ -45,8 +45,6 @@ - (void)loadView { - (void)viewDidLoad { [super viewDidLoad]; - self.view.backgroundColor = [UIColor colorWithWhite:0 alpha:0.2]; - [self setupContentLayoutGuide]; [self updateContentInsetsWithTraitCollection:self.traitCollection]; }