17 #import <Foundation/Foundation.h>
18 #import <UIKit/UIKit.h>
20 #if defined __cplusplus
64 #ifndef UIViewAutoresizingFlexibleMargins
65 #define UIViewAutoresizingFlexibleMargins (UIViewAutoresizingFlexibleLeftMargin \
66 | UIViewAutoresizingFlexibleTopMargin \
67 | UIViewAutoresizingFlexibleRightMargin \
68 | UIViewAutoresizingFlexibleBottomMargin)
71 #ifndef UIViewAutoresizingFlexibleDimensions
72 #define UIViewAutoresizingFlexibleDimensions (UIViewAutoresizingFlexibleWidth \
73 | UIViewAutoresizingFlexibleHeight)
76 #ifndef UIViewAutoresizingNavigationBar
77 #define UIViewAutoresizingNavigationBar (UIViewAutoresizingFlexibleWidth \
78 | UIViewAutoresizingFlexibleBottomMargin)
81 #ifndef UIViewAutoresizingToolbar
82 #define UIViewAutoresizingToolbar (UIViewAutoresizingFlexibleWidth \
83 | UIViewAutoresizingFlexibleTopMargin)
166 #if defined __cplusplus
CGFloat NIMinimumTapDimension(void)
The recommended number of points for a minimum tappable area.
UIViewAnimationCurve NIStatusBarAnimationCurve(void)
The animation curve used when changing the status bar's visibility.
NSTimeInterval NIDeviceRotationDuration(BOOL isFlippingUpsideDown)
The animation duration when the device is rotating to a new orientation.
CGFloat NIStatusBarHeight(void)
Get the status bar's current height.
NSTimeInterval NIStatusBarAnimationDuration(void)
The animation duration used when changing the status bar's visibility.
NSTimeInterval NIStatusBarBoundsChangeAnimationDuration(void)
The animation duration used when the status bar's bounds change (when a call is received, for example).
UIViewAnimationCurve NIStatusBarBoundsChangeAnimationCurve(void)
The animation curve used when the status bar's bounds change (when a call is received, for example).
UIEdgeInsets NICellContentPadding(void)
The padding around a standard cell in a table view.