Skip to content

Commit 2083fa9

Browse files
fix import
1 parent ace8e75 commit 2083fa9

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ WYPopoverController is for the presentation of content in popover on iPhone / iP
1515

1616
* UIAppearance support
1717
* Works like UIPopoverController
18-
* Automatic orientation
18+
* Rotation support
1919
* UIStoryboard support
20+
* Keyboard show / hide support
2021

2122
### UIAppearance support
2223

WYPopoverController/WYPopoverController.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
*/
2525

2626
#import <Foundation/Foundation.h>
27+
#import <UIKit/UIKit.h>
28+
#import <QuartzCore/QuartzCore.h>
2729

2830
#define WYPOPOVER_DEFAULT_TINT_COLOR [UIColor colorWithRed:55.f/255.f green:63.f/255.f blue:71.f/255.f alpha:1.f]
2931
#define WYPOPOVER_DEFAULT_OVERLAY_COLOR [UIColor clearColor]

WYPopoverController/WYPopoverController.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ of this software and associated documentation files (the "Software"), to deal
2424
*/
2525

2626
#import "WYPopoverController.h"
27-
#import <objc/runtime.h>
2827

2928
@interface WYPopoverArea : NSObject
3029
{

demos/DemoSegue/WYPopoverDemoSegue/WYPopoverDemoSegue-Prefix.pch

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@
1212

1313
#import <UIKit/UIKit.h>
1414
#import <Foundation/Foundation.h>
15-
#import <QuartzCore/QuartzCore.h>
1615

1716
#endif

0 commit comments

Comments
 (0)