File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,11 +164,11 @@ __PL_ASSUME_NONNULL_BEGIN
164164#pragma mark Set Content Compression Resistance & Hugging
165165
166166/* * Sets the priority of content compression resistance for an axis.
167- NOTE: This method must be called from within the block passed into the method +[UIView autoSetPriority:forConstraints:] */
167+ NOTE: This method must be called from within the block passed into the method +[NSLayoutConstraint autoSetPriority:forConstraints:] */
168168- (void )autoSetContentCompressionResistancePriorityForAxis : (ALAxis)axis ;
169169
170170/* * Sets the priority of content hugging for an axis.
171- NOTE: This method must be called from within the block passed into the method +[UIView autoSetPriority:forConstraints:] */
171+ NOTE: This method must be called from within the block passed into the method +[NSLayoutConstraint autoSetPriority:forConstraints:] */
172172- (void )autoSetContentHuggingPriorityForAxis : (ALAxis)axis ;
173173
174174
You can’t perform that action at this time.
0 commit comments