Today's Menu  Portugal
journal and plan nutrition
Instance Methods | List of all members
Z5TextField Class Reference

#import <Z5TextField.h>

Inheritance diagram for Z5TextField:
Inheritance graph
[legend]
Collaboration diagram for Z5TextField:
Collaboration graph
[legend]

Instance Methods

(CGRect) - textRectForBounds:
 
(CGRect) - editingRectForBounds:
 

Detailed Description

Definition at line 11 of file Z5TextField.h.

Method Documentation

◆ editingRectForBounds:()

- (CGRect) editingRectForBounds: (CGRect)  bounds

Definition at line 19 of file Z5TextField.m.

19  :(CGRect)bounds {
20  return CGRectInset(bounds, 10, 10);
21 }

◆ textRectForBounds:()

- (CGRect) textRectForBounds: (CGRect)  bounds

Definition at line 14 of file Z5TextField.m.

14  :(CGRect)bounds {
15  return CGRectInset(bounds, 10, 10);
16 }

The documentation for this class was generated from the following files: