mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
[Layout] Improve ASDimensionMake via NSString (#2351)
* Improve ASDimensionMake via NSString - ASXCTAssertEqualDimensions - Add support for "auto" - Assert if given an empty or invalid string * Address comments * Add ASCGFloatFromString and ASCGFloatFromNumber * Rename CGRect+ASConvenience to CoreGraphics+ASConvenience
This commit is contained in:
committed by
GitHub
parent
166414dfc9
commit
6f2c7caac3
@@ -12,7 +12,7 @@
|
||||
|
||||
#import "ASAssert.h"
|
||||
#import "ASCollectionView.h"
|
||||
#import "CGRect+ASConvenience.h"
|
||||
#import "CoreGraphics+ASConvenience.h"
|
||||
#import "UICollectionViewLayout+ASConvenience.h"
|
||||
|
||||
struct ASRangeGeometry {
|
||||
|
||||
Reference in New Issue
Block a user