Skip to content

Commit

Permalink
fix strong to weak for containerView and mainParent
Browse files Browse the repository at this point in the history
  • Loading branch information
priore committed Jul 4, 2017
1 parent dbe2581 commit b0ca3d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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' }
Expand Down
5 changes: 3 additions & 2 deletions AVPlayerOverlay/AVPlayer/AVPlayerOverlayVC.m
Expand Up @@ -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;
Expand Down

0 comments on commit b0ca3d0

Please sign in to comment.