Skip to content

Commit

Permalink
ios build issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Aram Gevorgyan committed Mar 29, 2016
1 parent bbf51f1 commit 2a3d4c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ios/ListPicker.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#import "ListPicker.h"
#import <Cordova/CDVDebug.h>

#define IS_WIDESCREEN ( fabs( ( double )[ [ UIScreen mainScreen ] bounds ].size.height - ( double )568 ) < DBL_EPSILON )
#define IS_IPAD UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad
Expand Down

0 comments on commit 2a3d4c7

Please sign in to comment.