We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46672b7 commit 63c41ddCopy full SHA for 63c41dd
1 file changed
WYPopoverController/WYPopoverController.h
@@ -81,7 +81,7 @@ typedef NS_OPTIONS(NSUInteger, WYPopoverArrowDirection) {
81
{
82
}
83
84
-@property (nonatomic, assign) id <WYPopoverControllerDelegate> delegate;
+@property (nonatomic, weak) id <WYPopoverControllerDelegate> delegate;
85
86
@property (nonatomic, copy) NSArray *passthroughViews;
87
0 commit comments