FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
|
#import <UIKit/UIKit.h>
Go to the source code of this file.
Classes | |
class | UIAViewHolder |
A holder of UIView for interface builder instead of UIViewController. More... | |
category | UIView(InterfaceBuilder) |
UIView loader from InterfaceBuilder. More... | |
category | UIView(Animation) |
UIView animation shortcuts. More... | |
category | UIView(CALayerShortcut) |
See UIView layer for more informations. More... | |
category | UIView(UIViewGeometryShortcut) |
Macros | |
#define | UIViewAutoresizingFlexibleVertical (UIViewAutoresizingFlexibleLeftMargin|UIViewAutoresizingFlexibleWidth|UIViewAutoresizingFlexibleRightMargin) |
#define | UIViewAutoresizingFlexibleHorizontal (UIViewAutoresizingFlexibleTopMargin|UIViewAutoresizingFlexibleHeight|UIViewAutoresizingFlexibleBottomMargin) |
#define | UIViewAutoresizingFlexibleSize (UIViewAutoresizingFlexibleWidth|UIViewAutoresizingFlexibleHeight) |
#define | UIViewAutoresizingFlexibleAll (UIViewAutoresizingFlexibleVertical|UIViewAutoresizingFlexibleHorizontal) |
Typedefs | |
typedef void(^ | UIAViewAnimationBlock )() |
Animation block signature for UIView animation methods. More... | |
typedef void(^ | UIAViewAnimationCompletionBlock )(BOOL finished) |
Animation completion block signature for UIView animation methods. More... | |
Variables | |
FOUNDATION_EXTERN const NSTimeInterval | UIAViewAnimationDefaultDuraton |
The common animation duration constant of UIKit. More... | |
#define UIViewAutoresizingFlexibleAll (UIViewAutoresizingFlexibleVertical|UIViewAutoresizingFlexibleHorizontal) |
#define UIViewAutoresizingFlexibleHorizontal (UIViewAutoresizingFlexibleTopMargin|UIViewAutoresizingFlexibleHeight|UIViewAutoresizingFlexibleBottomMargin) |
#define UIViewAutoresizingFlexibleSize (UIViewAutoresizingFlexibleWidth|UIViewAutoresizingFlexibleHeight) |
#define UIViewAutoresizingFlexibleVertical (UIViewAutoresizingFlexibleLeftMargin|UIViewAutoresizingFlexibleWidth|UIViewAutoresizingFlexibleRightMargin) |
typedef void(^ UIAViewAnimationBlock)() |
Animation block signature for UIView animation methods.
typedef void(^ UIAViewAnimationCompletionBlock)(BOOL finished) |
Animation completion block signature for UIView animation methods.
FOUNDATION_EXTERN const NSTimeInterval UIAViewAnimationDefaultDuraton |
The common animation duration constant of UIKit.
This is just an assumation.