This commit is contained in:
Danny Greg 2012-09-14 09:43:59 +01:00
Родитель 9b370bfca6
Коммит 852e1936ea
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -27,7 +27,7 @@ typedef void (^RBLPopoverDelegateBlock)(RBLPopover *popover);
@property (nonatomic) CGSize contentSize; //CGSizeZero uses the size of the view on contentViewController
@property (nonatomic) BOOL animates;
@property (nonatomic) RBLPopoverViewControllerBehavior behavior;
@property (nonatomic, readonly) BOOL shown;
@property (nonatomic, readonly, getter = isShown) BOOL shown;
@property (nonatomic, readonly) CGRect positioningRect;
//Block callbacks