Skip to content

Commit 64dcbbc

Browse files
Merge pull request #10 from iGranDav/patch-1
set weak qualifier for delegate of WYPopoverController by iGranDav
2 parents 46672b7 + 63c41dd commit 64dcbbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WYPopoverController/WYPopoverController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ typedef NS_OPTIONS(NSUInteger, WYPopoverArrowDirection) {
8181
{
8282
}
8383

84-
@property (nonatomic, assign) id <WYPopoverControllerDelegate> delegate;
84+
@property (nonatomic, weak) id <WYPopoverControllerDelegate> delegate;
8585

8686
@property (nonatomic, copy) NSArray *passthroughViews;
8787

0 commit comments

Comments
 (0)