Add rotation support to ASPagerNode

This commit is contained in:
Levi McCallum
2016-02-12 13:44:41 -08:00
parent c1ca225e8d
commit 66c8c8f47d
6 changed files with 97 additions and 5 deletions

View File

@@ -0,0 +1,13 @@
//
// ASPagerFlowLayout.h
// AsyncDisplayKit
//
// Created by Levi McCallum on 2/12/16.
// Copyright © 2016 Facebook. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ASPagerFlowLayout : UICollectionViewFlowLayout
@end