9 #import <UIKit/UIKit.h>
11 #define UIViewAutoresizingFlexibleVertical (UIViewAutoresizingFlexibleLeftMargin|UIViewAutoresizingFlexibleWidth|UIViewAutoresizingFlexibleRightMargin)
12 #define UIViewAutoresizingFlexibleHorizontal (UIViewAutoresizingFlexibleTopMargin|UIViewAutoresizingFlexibleHeight|UIViewAutoresizingFlexibleBottomMargin)
13 #define UIViewAutoresizingFlexibleSize (UIViewAutoresizingFlexibleWidth|UIViewAutoresizingFlexibleHeight)
14 #define UIViewAutoresizingFlexibleAll (UIViewAutoresizingFlexibleVertical|UIViewAutoresizingFlexibleHorizontal)
22 #if NS_BLOCKS_AVAILABLE
38 @property(nonatomic, strong) IBOutlet
id view;
51 - (instancetype)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil;
53 - (instancetype)initWithPlatformSuffixedNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil;
62 #if NS_BLOCKS_AVAILABLE
83 - (void)setHidden:(BOOL)hidden animated:(BOOL)animated;
92 @property(assign) CGFloat borderWidth;
93 @property(copy) UIColor *borderColor;
94 @property(assign) CGFloat cornerRadius;
96 @property(retain) UIColor *shadowColor;
97 @property(assign) CGSize shadowOffset;
98 @property(assign)
float shadowAlpha;
99 @property(assign) CGFloat shadowRadius;
109 @property(readonly) CGPoint frameEnd;
IBOutlet id view
Definition: UIView.h:38
See UIView layer for more informations.
Definition: UIView.h:90
void(^ UIAViewAnimationBlock)()
Animation block signature for UIView animation methods.
Definition: UIView.h:26
UIView loader from InterfaceBuilder.
Definition: UIView.h:45
A holder of UIView for interface builder instead of UIViewController.
Definition: UIView.h:36
FOUNDATION_EXTERN const NSTimeInterval UIAViewAnimationDefaultDuraton
The common animation duration constant of UIKit.
Definition: UIView.h:20
UIView animation shortcuts.
Definition: UIView.h:60
void(^ UIAViewAnimationCompletionBlock)(BOOL finished)
Animation completion block signature for UIView animation methods.
Definition: UIView.h:30