El uso de los delegados con vistas y otras clases

Video: pasar datos entre formularios con delegados y eventos c#

Al crear aplicaciones para el iPhone, utiliza delegados para implementar el comportamiento específico de la aplicación para las vistas “genéricas” o clases. La tabla incluye todos los delegados disponibles conocidos utilizados en el desarrollo de aplicaciones iPhone, aunque otros pueden ser posibles. Las excepciones a cuando es necesario utilizar un delegado se muestran en la columna de uso especial.

Video: Cómo hacer que nos hagan caso cuando seamos delegado/a de clase | ELVISA

ClaseDelegado (s) Protocolouso especial
ABPeoplePickerNavigationController
ABNewPersonViewController
ABNewPersonViewController
ABUnknownPersonViewController
ABPeoplePickerNavigationControllerDelegate
ABNewPersonViewControllerDelegate
ABNewPersonViewControllerDelegate
ABUnknownPersonViewControllerDelegate
AVAudioRecorderAVAudioRecorderDelegate
AVAudioSessionAVAudioSessionDelegate
CAAnimationNinguna
CAAnimationGroupNinguna
CALayerNinguna
CLLocationManagerCLLocationManagerDelegate
EAAccessoryEAAccessoryDelegate
GKSessionGKSessionDelegate
GKPeerPickerControllerGKPeerPickerControllerDelegate
NSErrorNSErrorRecoveryAttempting
MKMapViewMKAnnotation
MKMapViewDelegate
MkReverseGeocoderMKReverseGeocoderDelegate
NSNetService
NSNetServiceBrowser
NSNetServiceDelegate
NSNetServiceBrowserDelegate
NSStreamNSStreamDelegate
NSPORT
NSMachPort
NSPortDelegate
NSMachPortDelegate
NSFetchedResultsControllerNSFetchedResultsControllerDelegate
NSKeyedArchiver
NSKeyedUnarchiver
NSKeyedArchiverDelegate
NSKeyedUnarchiverDelegate
NSURLConnectionNinguna
MFMailComposeViewControllerMFMailComposeViewControllerDelegate
SKRequest
SKProductsRequest
SKRequestDelegate
SKProductsRequestDelegate
UIAccelerometerUIAccelerometerDelegate
UIActionSheetUIActionSheetDelegate
UIAlertViewUIAlertViewDelegate
UIApplicationUIApplicationDelegateTambién se utiliza para las notificaciones push
UIImagePickerUIImagePickerControllerDelegate
UINavigationBarUINavigationBarDelegatePara empujar o pop controladores de vista
UIPickerViewUIPickerViewDataSource
UIPickerViewDelegate
UIResponderUIResponderStandardEditActionsSoporte para copiar, pegar y seleccione
UIScrollViewUIScrollViewDelegateEn algunas circunstancias
UISearchDisplayControllerUISearchDisplayDelegate
UISearchBarUISearchBarDelegate
UITabBarUITabBarControllerDelegatePara personalizar una barra de pestañas
UITableViewUITableViewDataSource
UITableViewDelegate
UITextFieldUITextFieldDelegatePara guardar el teclado
UITextViewUITextViewDelegatePara examinar el texto que se está editando
UISearchBarUISearchBarDelegate
UIWebViewUIWebViewDelegate
MPMediaPickerControllerMPMediaPickerControllerDelegate
NSXMLParserNSXMLParserDelegate
Artículos Relacionados