MediaAlbumContentViewController: Fix some retain cycle issues.

This commit is contained in:
SBiOSoftWhare
2019-08-02 17:06:52 +02:00
parent 980990d5e3
commit 6082810908
2 changed files with 8 additions and 2 deletions
@@ -69,7 +69,7 @@
/**
The delegate for the view controller.
*/
@property (nonatomic) id<MediaAlbumContentViewControllerDelegate> delegate;
@property (nonatomic, weak) id<MediaAlbumContentViewControllerDelegate> delegate;
/**
The array of the media types listed by the view controller (default value is an array containing kUTTypeImage).