#import <ABCountryCodePicker.h>
Abgeleitet von UIView.
Öffentliche Methoden | |
| (id) | - initWithFrame: |
| (void) | - dealloc |
| (void) | - setEditedItem: |
| (id) | - editedItem |
| (void) | - _setSelectedCountryCode: |
| (void) | - setSelectedCountryCode: |
| (id) | - selectedCountryCode |
| (void) | - reloadCountryCodes |
| (void) | - setDelegate: |
| (void) | - buildUI |
| (void) | - _didEndPickingAndConfirmed:animate: |
| (void) | - tableRowSelected: |
| (int) | - numberOfRowsInTable: |
| (id) | - table:cellForRow:column:reusing: |
| (int) | - numberOfSectionsInSectionList: |
| (id) | - sectionList:titleForSection: |
| (int) | - sectionList:rowForSection: |
| (void) | - back:save: |
| (void) | - reload |
Geschützte Attribute | |
| id | _delegate |
| id | _editedItem |
| NSString * | _selectedCountryCode |
| UISectionList * | _sectionList |
| NSArray * | _sortedRegions |
| NSArray * | _sortedRegionsIndices |
| NSArray * | _sortedCountryInfos |
| unsigned int | _manuallySettingRowSelection:1 |
Definiert in Zeile 11 der Datei ABCountryCodePicker.h.
| - (void) dealloc |
Implementiert UIView.
| - (void) setEditedItem: | (id) | fp8 |
| - (id) editedItem |
| - (void) _setSelectedCountryCode: | (id) | fp8 |
| - (void) setSelectedCountryCode: | (id) | fp8 |
| - (id) selectedCountryCode |
| - (void) reloadCountryCodes |
| - (void) setDelegate: | (id) | fp8 |
| - (void) buildUI |
| - (void) _didEndPickingAndConfirmed: | (BOOL) | fp8 | ||
| animate: | (BOOL) | fp12 | ||
| - (void) tableRowSelected: | (id) | fp8 |
| - (int) numberOfRowsInTable: | (id) | fp8 |
| - (id) table: | (id) | fp8 | ||
| cellForRow: | (int) | fp12 | ||
| column: | (id) | fp16 | ||
| reusing: | (id) | fp20 | ||
| - (int) numberOfSectionsInSectionList: | (id) | fp8 |
| - (id) sectionList: | (id) | fp8 | ||
| titleForSection: | (int) | fp12 | ||
| - (int) sectionList: | (id) | fp8 | ||
| rowForSection: | (int) | fp12 | ||
| - (void) back: | (BOOL) | fp8 | ||
| save: | (BOOL) | fp12 | ||
| - (void) reload |
- (id) _delegate [protected] |
Definiert in Zeile 13 der Datei ABCountryCodePicker.h.
- (id) _editedItem [protected] |
Definiert in Zeile 14 der Datei ABCountryCodePicker.h.
- (NSString*) _selectedCountryCode [protected] |
Definiert in Zeile 15 der Datei ABCountryCodePicker.h.
- (UISectionList*) _sectionList [protected] |
Definiert in Zeile 16 der Datei ABCountryCodePicker.h.
- (NSArray*) _sortedRegions [protected] |
Definiert in Zeile 17 der Datei ABCountryCodePicker.h.
- (NSArray*) _sortedRegionsIndices [protected] |
Definiert in Zeile 18 der Datei ABCountryCodePicker.h.
- (NSArray*) _sortedCountryInfos [protected] |
Definiert in Zeile 19 der Datei ABCountryCodePicker.h.
- (unsigned int) _manuallySettingRowSelection [protected] |
Definiert in Zeile 20 der Datei ABCountryCodePicker.h.