Blame view
LifeLog/LifeLog/TPKeyboardAvoidingTableView.h
405 Bytes
f35b3f9a7
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
// // TPKeyboardAvoidingTableView.h // TPKeyboardAvoiding // // Created by Michael Tyson on 30/09/2013. // Copyright 2015 A Tasty Pixel. All rights reserved. // #import <UIKit/UIKit.h> #import "UIScrollView+TPKeyboardAvoidingAdditions.h" @interface TPKeyboardAvoidingTableView : UITableView <UITextFieldDelegate, UITextViewDelegate> - (BOOL)focusNextTextField; - (void)scrollToActiveTextField; @end |