Declared in UIView+Sizes.h

Tasks

Edges

  •   left

    Get the left point of a view.

    property
  •   top

    Get the top point of a view.

    property
  •   right

    Get the right point of a view.

    property
  •   bottom

    Get the bottom point of a view.

    property

Dimensions

Quick Access

Properties

bottom

Get the bottom point of a view.

@property (nonatomic) CGFloat bottom

Declared In

UIView+Sizes.h

height

Get the height of a view.

@property (nonatomic) CGFloat height

Declared In

UIView+Sizes.h

left

Get the left point of a view.

@property (nonatomic) CGFloat left

Declared In

UIView+Sizes.h

origin

Get the origin of a view.

@property (nonatomic) CGPoint origin

Declared In

UIView+Sizes.h

right

Get the right point of a view.

@property (nonatomic) CGFloat right

Declared In

UIView+Sizes.h

size

Get the size of a view.

@property (nonatomic) CGSize size

Declared In

UIView+Sizes.h

top

Get the top point of a view.

@property (nonatomic) CGFloat top

Declared In

UIView+Sizes.h

width

Get the width of a view.

@property (nonatomic) CGFloat width

Declared In

UIView+Sizes.h