Created
May 28, 2014 10:00
-
-
Save jasondinh/f66e4d77b682dbb0960d to your computer and use it in GitHub Desktop.
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
// | |
// UIPopoverController+iPhone.m | |
// UIPopoverController+iPhone | |
// | |
// Created by Jason Dinh on 28/5/14. | |
// Copyright (c) 2014 Jason Dinh. All rights reserved. | |
// | |
#import "UIPopoverController+iPhone.h" | |
#import <objc/runtime.h> | |
@implementation UIPopoverController (iPhone) | |
+ (BOOL) _popoversDisabled { | |
return NO; | |
} | |
@end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment