diff --git a/AVPlayerOverlay.podspec b/AVPlayerOverlay.podspec index 2f4ae2a..3331556 100644 --- a/AVPlayerOverlay.podspec +++ b/AVPlayerOverlay.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AVPlayerOverlay' - s.version = '1.10.3' + s.version = '1.10.4' s.summary = 'AVPlayer with custom controls and full screen features.' s.license = 'MIT' s.authors = { 'Danilo Priore' => 'support@prioregroup.com' } diff --git a/AVPlayerOverlay/AVPlayer/AVPlayerOverlayVC.m b/AVPlayerOverlay/AVPlayer/AVPlayerOverlayVC.m index 7bdfd06..24cda5c 100644 --- a/AVPlayerOverlay/AVPlayer/AVPlayerOverlayVC.m +++ b/AVPlayerOverlay/AVPlayer/AVPlayerOverlayVC.m @@ -25,8 +25,9 @@ @interface AVPlayerOverlayVC () @property (nonatomic, strong) UIWindow *window; @property (nonatomic, strong) MPVolumeView *volume; -@property (nonatomic, strong) UIView *containerView; -@property (nonatomic, strong) UIViewController *mainParent; + +@property (nonatomic, weak) UIView *containerView; +@property (nonatomic, weak) UIViewController *mainParent; @property (nonatomic, strong) id timeObserver; @property (nonatomic, strong) id timerVisibility;