Skip to content

Instantly share code, notes, and snippets.

@jasondinh
Created May 28, 2014 10:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasondinh/f66e4d77b682dbb0960d to your computer and use it in GitHub Desktop.
Save jasondinh/f66e4d77b682dbb0960d to your computer and use it in GitHub Desktop.
//
// 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