mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
[ASMapNode] Some improvements to layout logic and snapshot triggering.
This commit is contained in:
@@ -36,7 +36,8 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property (nonatomic, assign, getter=isLiveMap) BOOL liveMap;
|
||||
|
||||
/**
|
||||
@abstract Whether ASMapNode should automatically request a new map snapshot to correspond to the new node size. Defaults to YES.
|
||||
@abstract Whether ASMapNode should automatically request a new map snapshot to correspond to the new node size.
|
||||
@default Default value is YES.
|
||||
@discussion If mapSize is set then this will be set to NO, since the size will be the same in all orientations.
|
||||
*/
|
||||
@property (nonatomic, assign) BOOL needsMapReloadOnBoundsChange;
|
||||
|
||||
Reference in New Issue
Block a user