| - (void) jsq_pinAllEdgesOfSubview: |
|
(UIView *) |
subview |
|
Pins all edges of the specified subview to the receiver.
- Parameters
-
| subview | The subview to which the receiver will be pinned. |
| - (void) jsq_pinSubview: |
|
(UIView *) |
subview |
| toEdge: |
|
(NSLayoutAttribute) |
attribute |
|
|
| |
Pins the subview of the receiver to the edge of its frame, as specified by the given attribute, by adding a layout constraint.
- Parameters
-
| subview | The subview to which the receiver will be pinned. |
| attribute | The layout constraint attribute specifying one of NSLayoutAttributeBottom, NSLayoutAttributeTop, NSLayoutAttributeLeading, NSLayoutAttributeTrailing. |
The documentation for this category was generated from the following files:
- Vendors/JSQMessagesViewController/Categories/UIView+JSQMessages.h
- Vendors/JSQMessagesViewController/Categories/UIView+JSQMessages.m