Today's Menu  Portugal
journal and plan nutrition
Z5TextField.h
Go to the documentation of this file.
1 //
2 // Z5TextField.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 12/13/16.
6 // Copyright © 2016 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 
11 @interface Z5TextField : UITextField
12 
13 // placeholder position
14 - (CGRect)textRectForBounds:(CGRect)bounds;
15 // text position
16 - (CGRect)editingRectForBounds:(CGRect)bounds;
17 
18 @end