mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Move minimumScaleFactor to ASTextNode+Beta
This commit is contained in:
18
AsyncDisplayKit/ASTextNode+Beta.h
Normal file
18
AsyncDisplayKit/ASTextNode+Beta.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// ASTextNode+Beta.h
|
||||
// AsyncDisplayKit
|
||||
//
|
||||
// Created by Luke on 1/25/16.
|
||||
// Copyright © 2016 Facebook. All rights reserved.
|
||||
//
|
||||
|
||||
|
||||
@interface ASDisplayNode (Beta)
|
||||
|
||||
/**
|
||||
@abstract The minimum scale that the textnode can apply to fit long words.
|
||||
@default 0 (No scaling)
|
||||
*/
|
||||
@property (nonatomic, assign) CGFloat minimumScaleFactor;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user