#import <ABRoundedTextField.h>
Abgeleitet von UITextField.
Öffentliche Methoden | |
| (id) | - initWithFrame:roundedCorners:visibleEdges: |
| (void) | - dealloc |
| (void) | - rebuildPaths |
| (void) | - setFrame: |
| (void) | - drawBorder: |
Geschützte Attribute | |
| int | _roundedCorners |
| int | _visibleEdges |
| UIBezierPath * | _contourPath |
| UIBezierPath * | _backgroundPath |
Definiert in Zeile 11 der Datei ABRoundedTextField.h.
| - (id) initWithFrame: | (struct CGRect) | fp8 | ||
| roundedCorners: | (int) | fp24 | ||
| visibleEdges: | (int) | fp28 | ||
| - (void) dealloc |
Implementiert UITextField.
| - (void) rebuildPaths |
| - (void) setFrame: | (struct CGRect) | fp8 |
Implementiert UITextField.
| - (void) drawBorder: | (struct CGRect) | fp8 |
Implementiert UITextField.
- (int) _roundedCorners [protected] |
Definiert in Zeile 13 der Datei ABRoundedTextField.h.
- (int) _visibleEdges [protected] |
Definiert in Zeile 14 der Datei ABRoundedTextField.h.
- (UIBezierPath*) _contourPath [protected] |
Definiert in Zeile 15 der Datei ABRoundedTextField.h.
- (UIBezierPath*) _backgroundPath [protected] |
Definiert in Zeile 16 der Datei ABRoundedTextField.h.