mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Raise deployment target to iOS 9 (#743)
https://github.com/TextureGroup/Texture/pull/743 Manually merged since I forgot to retarget that diff onto master before merge
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
|
||||
- (CGSize)calculateSizeThatFits:(CGSize)constrainedSize
|
||||
{
|
||||
[_textNode measure:constrainedSize];
|
||||
[_textNode layoutThatFits:ASSizeRangeMake(CGSizeZero, constrainedSize)];
|
||||
return CGSizeMake(constrainedSize.width, 100);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user