mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-05-22 15:15:45 +08:00
Switch Tests to use ASRangeControllerBeta. Use NSSet instead of NSMutableSet.
This commit is contained in:
@@ -7,10 +7,14 @@
|
||||
*/
|
||||
|
||||
#import "AppDelegate.h"
|
||||
#import <AsyncDisplayKit/ASDisplayNode.h>
|
||||
#import <AsyncDisplayKit/ASDisplayNode+Beta.h>
|
||||
|
||||
@implementation AppDelegate
|
||||
|
||||
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
|
||||
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
|
||||
{
|
||||
[ASDisplayNode setShouldUseNewRenderingRange:YES];
|
||||
return YES;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user