mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +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:
@@ -64,7 +64,7 @@
|
||||
tuningParameters.leadingBufferScreenfuls = 0.5;
|
||||
tuningParameters.trailingBufferScreenfuls = 1.0;
|
||||
[_tableView setTuningParameters:tuningParameters forRangeType:ASLayoutRangeTypePreload];
|
||||
[_tableView setTuningParameters:tuningParameters forRangeType:ASLayoutRangeTypeRender];
|
||||
[_tableView setTuningParameters:tuningParameters forRangeType:ASLayoutRangeTypeDisplay];
|
||||
|
||||
[self.view addSubview:_tableView];
|
||||
}
|
||||
@@ -75,7 +75,7 @@
|
||||
{
|
||||
return ^{
|
||||
RandomCoreGraphicsNode *elementNode = [[RandomCoreGraphicsNode alloc] init];
|
||||
elementNode.size = ASRelativeSizeRangeMakeWithExactCGSize(CGSizeMake(320, 100));
|
||||
elementNode.style.preferredSize = CGSizeMake(320, 100);
|
||||
return elementNode;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user