FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
UIView.h File Reference
#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...
 

Macro Definition Documentation

#define UIViewAutoresizingFlexibleAll   (UIViewAutoresizingFlexibleVertical|UIViewAutoresizingFlexibleHorizontal)
#define UIViewAutoresizingFlexibleHorizontal   (UIViewAutoresizingFlexibleTopMargin|UIViewAutoresizingFlexibleHeight|UIViewAutoresizingFlexibleBottomMargin)
#define UIViewAutoresizingFlexibleSize   (UIViewAutoresizingFlexibleWidth|UIViewAutoresizingFlexibleHeight)
#define UIViewAutoresizingFlexibleVertical   (UIViewAutoresizingFlexibleLeftMargin|UIViewAutoresizingFlexibleWidth|UIViewAutoresizingFlexibleRightMargin)

Typedef Documentation

typedef void(^ UIAViewAnimationBlock)()

Animation block signature for UIView animation methods.

typedef void(^ UIAViewAnimationCompletionBlock)(BOOL finished)

Animation completion block signature for UIView animation methods.

Variable Documentation

FOUNDATION_EXTERN const NSTimeInterval UIAViewAnimationDefaultDuraton

The common animation duration constant of UIKit.

This is just an assumation.