mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Replace "percent" with "fraction" where appropriate
This commit is contained in:
committed by
Adlai Holler
parent
49b65fd783
commit
eb9f86cfdb
@@ -15,7 +15,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
/**
|
||||
A layout spec that wraps another layoutable child, applying insets around it.
|
||||
|
||||
If the child has a size specified as a percentage, the percentage is resolved against this spec's parent
|
||||
If the child has a size specified as a fraction, the fraction is resolved against this spec's parent
|
||||
size **after** applying insets.
|
||||
|
||||
@example ASOuterLayoutSpec contains an ASInsetLayoutSpec with an ASInnerLayoutSpec. Suppose that:
|
||||
|
||||
Reference in New Issue
Block a user