Skip to content

Commit 7f04b3d

Browse files
committed
change 'popoverVisible' to more closely match UIPopoverController API
1 parent 5dfed2d commit 7f04b3d

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
@@ -99,7 +99,7 @@ typedef NS_OPTIONS(NSUInteger, WYPopoverAnimationOptions) {
9999
@property (nonatomic, copy) NSArray *passthroughViews;
100100
@property (nonatomic, assign) BOOL wantsDefaultContentAppearance;
101101
@property (nonatomic, assign) UIEdgeInsets popoverLayoutMargins;
102-
@property (nonatomic, assign, readonly) BOOL isPopoverVisible;
102+
@property (nonatomic, assign, readonly, getter=isPopoverVisible) BOOL popoverVisible;
103103
@property (nonatomic, strong, readonly) UIViewController *contentViewController;
104104
@property (nonatomic, assign) CGSize popoverContentSize;
105105
@property (nonatomic, assign) CGFloat animationDuration;

0 commit comments

Comments
 (0)