Skip to content

Commit

Permalink
automaticallyAdjustsScrollViewInsets
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakey authored and Jakey committed May 12, 2015
1 parent 8f407a3 commit ea10a4e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Demos/Controller/BaseViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ @implementation BaseViewController
- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup after loading the view.
self.view.backgroundColor = [UIColor whiteColor];

self.view.backgroundColor = [UIColor whiteColor];
self.automaticallyAdjustsScrollViewInsets = NO;
}

- (void)didReceiveMemoryWarning {
Expand Down
1 change: 1 addition & 0 deletions IOS-Categories/UIKit/UITextView/UITextView+PlaceHolder.m
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ - (void)textViewDidEndEditing:(UITextView *)textView {
self.placeHolderTextView.hidden = NO;
}
}

@end
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,18 @@ NSData

NSDate

NSDateFormatter

NSDictionary

NSException

NSFileManager

NSIndexPath

NSManagedObjectCont

NSObject

NSSet
Expand All @@ -28,7 +34,10 @@ NSTimer

NSURL


## UIKit
MKMapView

UIBezierPath

UIButton
Expand All @@ -43,6 +52,8 @@ UIImageView

UILable

UINavigationBar

UINavigationController

UIResponder
Expand All @@ -51,6 +62,8 @@ UIScrollView

UISearchBar

UITableView

UITableViewCell

UITextField
Expand All @@ -63,6 +76,8 @@ UIViewController

UIWebView

UIWindow

## License

IOS-Categories is available under the MIT license.
Expand Down

0 comments on commit ea10a4e

Please sign in to comment.