mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Replace "percent" with "fraction" where appropriate
This commit is contained in:
committed by
Adlai Holler
parent
49b65fd783
commit
eb9f86cfdb
@@ -18,7 +18,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@protocol ASStaticLayoutable
|
||||
|
||||
/**
|
||||
If specified, the child's size is restricted according to this size. Percentages are resolved relative to the static layout spec.
|
||||
If specified, the child's size is restricted according to this size. Fractions are resolved relative to the static layout spec.
|
||||
*/
|
||||
@property (nonatomic, assign) ASRelativeSizeRange sizeRange;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user