FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
UIScrollView.h
Go to the documentation of this file.
1 //
2 // UIScrollView.h
3 // FoundationExtension
4 //
5 // Created by Jeong YunWon on 11. 6. 15..
6 // Copyright 2011 youknowone.org All rights reserved.
7 //
8 
15 #import <UIKit/UIKit.h>
16 
21 
27 @property(nonatomic, readonly) CGRect contentFrame;
33 @property(nonatomic, readonly) CGRect contentBounds;
34 
37 - (void)setContentSizeBySubviewBoundaryWithAdditionalMargins:(CGPoint)margins;
38 
39 @end
CGRect contentFrame
Frame representation for contentSize.
Definition: UIScrollView.h:27
UIScrollView shortcuts.
Definition: UIScrollView.h:20
CGRect contentBounds
Bounds representation for contentSize.
Definition: UIScrollView.h:33
void setContentSizeBySubviewBoundaryWithAutoMargins()