FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
UIScrollView(Shortcuts) Category Reference

UIScrollView shortcuts. More...

#import <UIScrollView.h>

Instance Methods

(void) - setContentSizeBySubviewBoundary
 
(void) - setContentSizeBySubviewBoundaryWithAutoMargins
 
(void) - setContentSizeBySubviewBoundaryWithAdditionalMargins:
 

Properties

CGRect contentFrame
 Frame representation for contentSize. More...
 
CGRect contentBounds
 Bounds representation for contentSize. More...
 

Detailed Description

UIScrollView shortcuts.

Method Documentation

- (void) setContentSizeBySubviewBoundary
- (void) setContentSizeBySubviewBoundaryWithAdditionalMargins: (CGPoint)  margins
- (void) setContentSizeBySubviewBoundaryWithAutoMargins

Property Documentation

- (CGRect) contentBounds
readnonatomicassign

Bounds representation for contentSize.

See also
contentSize
- (CGRect) contentFrame
readnonatomicassign

Frame representation for contentSize.

See also
contentSize

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