LuxChat  2.0
Instant messenger for iOS
Instance Methods | List of all members
UIView(JSQMessages) Category Reference

Instance Methods

(void) - jsq_pinSubview:toEdge:
 
(void) - jsq_pinAllEdgesOfSubview:
 

Method Documentation

- (void) jsq_pinAllEdgesOfSubview: (UIView *)  subview

Pins all edges of the specified subview to the receiver.

Parameters
subviewThe 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
subviewThe subview to which the receiver will be pinned.
attributeThe layout constraint attribute specifying one of NSLayoutAttributeBottom, NSLayoutAttributeTop, NSLayoutAttributeLeading, NSLayoutAttributeTrailing.

The documentation for this category was generated from the following files: