LLPopoverLayout Class Reference
Inherits from | NSObject |
Conforms to | NSCopying |
Declared in | LLPopoverLayout.h LLPopoverLayout.m |
Tasks
-
arrowDirection
direction of the arrow
property -
arrowSize
size of the arrow
property -
cornerRadius
corner radius of the popover shape
property -
contentInsets
insets of the view controller container
property -
contentSize
size of the view controller container
property -
popoverContentOffset
offset of the view controller container, calculated using contentInsets
property -
popoverFrame
calculated frame for the popover view
property -
popoverFrameInsets
insets of the popover shape
property -
popoverMaxSize
popover shape maximum size
property -
popoverMinSize
popover shape minimum size
property -
targetOffset
offset from the target view
property -
targetRect
the rect from where present the popover
property -
targetView
the target that contains targetRect
property
Properties
arrowDirection
direction of the arrow
@property (nonatomic, assign, readonly) LLPopoverArrowDirection arrowDirection
Discussion
direction of the arrow
Declared In
LLPopoverLayout.h
arrowSize
size of the arrow
@property (nonatomic, assign) CGSize arrowSize
Discussion
size of the arrow
Declared In
LLPopoverLayout.h
contentInsets
insets of the view controller container
@property (nonatomic, assign) UIEdgeInsets contentInsets
Discussion
insets of the view controller container
Declared In
LLPopoverLayout.h
contentSize
size of the view controller container
@property (nonatomic, assign) CGSize contentSize
Discussion
size of the view controller container
Declared In
LLPopoverLayout.h
cornerRadius
corner radius of the popover shape
@property (nonatomic, assign) CGFloat cornerRadius
Discussion
corner radius of the popover shape
Declared In
LLPopoverLayout.h
popoverContentOffset
offset of the view controller container, calculated using contentInsets
@property (nonatomic, assign, readonly) CGPoint popoverContentOffset
Discussion
offset of the view controller container, calculated using contentInsets
Declared In
LLPopoverLayout.h
popoverFrame
calculated frame for the popover view
@property (nonatomic, assign, readonly) CGRect popoverFrame
Discussion
calculated frame for the popover view
Declared In
LLPopoverLayout.h
popoverFrameInsets
insets of the popover shape
@property (nonatomic, assign) UIEdgeInsets popoverFrameInsets
Discussion
insets of the popover shape
Declared In
LLPopoverLayout.h
popoverMaxSize
popover shape maximum size
@property (nonatomic, assign) CGSize popoverMaxSize
Discussion
popover shape maximum size
Declared In
LLPopoverLayout.h
popoverMinSize
popover shape minimum size
@property (nonatomic, assign) CGSize popoverMinSize
Discussion
popover shape minimum size
Declared In
LLPopoverLayout.h
targetOffset
offset from the target view
@property (nonatomic, assign) CGFloat targetOffset
Discussion
offset from the target view
Declared In
LLPopoverLayout.h
targetRect
the rect from where present the popover
@property (nonatomic, assign) CGRect targetRect
Discussion
the rect from where present the popover
Declared In
LLPopoverLayout.h
targetView
the target that contains targetRect
@property (nonatomic, assign) UIView *targetView
Discussion
the target that contains targetRect
Declared In
LLPopoverLayout.h