###View Transitions in iOS 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#import <Foundation/Foundation.h> | |
#import "PASConstants.h" | |
#import "PASViewController.h" | |
@interface PASHideDetailAnimator : NSObject <UIViewControllerAnimatedTransitioning> | |
@end | |
@implementation PASHideDetailAnimator |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#import <Foundation/Foundation.h> | |
#import <ReactiveCocoa/ReactiveCocoa.h> | |
@interface PASDataSource : NSObject | |
@property (nonatomic, strong, readonly) NSArray *passes; | |
+ (PASDataSource *)sharedInstance; | |
- (RACSignal *)refreshPassInfoSignal; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#import <UIKit/UIKit.h> | |
#import <QuartzCore/QuartzCore.h> | |
@interface AJSPopoverView : UIPopoverBackgroundView | |
@end |
###Fantastic and Obscure Core Data Resources
######(in no particular order)