Skip to content

Instantly share code, notes, and snippets.

@randomsequence
randomsequence / ContentViewController.m
Created June 7, 2013 11:14
Resizing UIScrollView's contentInset & scrollIndicatorInsets properties to accommodate the keyboard.
//
// ContentViewController.m
//
// Created by Johnnie Walker on 07/06/2013.
//
#import "ContentViewController.h"
@interface ContentViewController () <UITableViewDataSource, UITableViewDelegate>
@property (nonatomic, weak) UITableView *tableView;