FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
UIASegmentedImageView Class Reference

#import <UIASegmentedImageView.h>

Inheritance diagram for UIASegmentedImageView:

Instance Methods

(instancetype) - initWithCenterImage:
 
(instancetype) - initWithTopImage:centerImage:bottomImage:
 
(instancetype) - initWithLeftImage:centerImage:rightImage:
 
(void) - arrange
 

Properties

UIImage * centerImage
 
UIImage * topImage
 
UIImage * bottomImage
 
UIImage * leftImage
 
UIImage * rightImage
 
UIImage * topLeftImage
 
UIImage * topRightImage
 
UIImage * bottomLeftImage
 
UIImage * bottomRightImage
 
BOOL autosizing
 
CGFloat topMargin
 
CGFloat bottomMargin
 
CGFloat leftMargin
 
CGFloat rightMargin
 

Method Documentation

- (void) arrange
- (instancetype) initWithCenterImage: (UIImage *)  image
- (instancetype) initWithLeftImage: (UIImage *)  leftImage
centerImage: (UIImage *)  centerImage
rightImage: (UIImage *)  rightImage 
- (instancetype) initWithTopImage: (UIImage *)  topImage
centerImage: (UIImage *)  centerImage
bottomImage: (UIImage *)  bottomImage 

Property Documentation

- (BOOL) autosizing
readwritenonatomicassign
- (UIImage*) bottomImage
readwritenonatomicstrong
- (UIImage*) bottomLeftImage
readwritenonatomicstrong
- (CGFloat) bottomMargin
readwritenonatomicassignprotected
- (UIImage*) bottomRightImage
readwritenonatomicstrong
- (UIImage*) centerImage
readwritenonatomicstrong
- (UIImage*) leftImage
readwritenonatomicstrong
- (CGFloat) leftMargin
readwritenonatomicassignprotected
- (UIImage*) rightImage
readwritenonatomicstrong
- (CGFloat) rightMargin
readwritenonatomicassignprotected
- (UIImage*) topImage
readwritenonatomicstrong
- (UIImage*) topLeftImage
readwritenonatomicstrong
- (CGFloat) topMargin
readwritenonatomicassign
- (UIImage*) topRightImage
readwritenonatomicstrong

The documentation for this class was generated from the following file: