Usando delegados com vista e outras classes

Video: Como Passar Delegado PC-MT | Com os professores e delegados Marcelo Borsio e Sérgio Bautzer



Quando você cria aplicativos para iPhone, você usa delegados para implementar comportamento específico de pedido de vistas “genéricos” ou classes. A tabela inclui todos os delegados disponíveis conhecidos usados ​​no desenvolvimento de aplicativos iPhone, embora outros possam ser possível. Exceções a quando você precisa usar um delegado são mostrados na coluna Uso Especial.

Video: Aula magna PC-SP - com delegado Daniel Sini e policiais do GOE

ClasseDelegado (s) protocoloUse especial
ABPeoplePickerNavigationController
ABNewPersonViewController
ABNewPersonViewController
ABUnknownPersonViewController
ABPeoplePickerNavigationControllerDelegate
ABNewPersonViewControllerDelegate
ABNewPersonViewControllerDelegate
ABUnknownPersonViewControllerDelegate
AVAudioRecorderAVAudioRecorderDelegate
AVAudioSessionAVAudioSessionDelegate
CAAnimationNenhum
CAAnimationGroupNenhum
CALayerNenhum
CLLocationManagerCLLocationManagerDelegate
EAAccessoryEAAccessoryDelegate
GKSessionGKSessionDelegate
GKPeerPickerControllerGKPeerPickerControllerDelegate
NSErrorNSErrorRecoveryAttempting
MKMapViewMKAnnotation
MKMapViewDelegate
MkReverseGeocoderMKReverseGeocoderDelegate
NSNetService
NSNetServiceBrowser
NSNetServiceDelegate
NSNetServiceBrowserDelegate
NSStreamNSStreamDelegate
NSPort
NSMachPort
NSPortDelegate
NSMachPortDelegate
NSFetchedResultsControllerNSFetchedResultsControllerDelegate
NSKeyedArchiver
NSKeyedUnarchiver
NSKeyedArchiverDelegate
NSKeyedUnarchiverDelegate
NSURLConnectionNenhum
MFMailComposeViewControllerMFMailComposeViewControllerDelegate
SKRequest
SKProductsRequest
SKRequestDelegate
SKProductsRequestDelegate
UIAccelerometerUIAccelerometerDelegate
UIActionSheetUIActionSheetDelegate
UIAlertViewUIAlertViewDelegate
UIApplicationUIApplicationDelegateTambém é usado para notificações push
UIImagePickerUIImagePickerControllerDelegate
UINavigationBarUINavigationBarDelegatePara empurrar ou pop controladores de vista
UIPickerViewUIPickerViewDataSource
UIPickerViewDelegate
UIResponderUIResponderStandardEditActionsSuporte para copiar, colar e selecione
UIScrollViewUIScrollViewDelegateEm algumas circunstâncias
UISearchDisplayControllerUISearchDisplayDelegate
UISearchBarUISearchBarDelegate
UITabBarUITabBarControllerDelegatePara personalizar a barra de abas
UITableViewUITableViewDataSource
UITableViewDelegate
UITextFieldUITextFieldDelegatePara marcar o teclado
UITextViewUITextViewDelegatePara examinar o texto que está sendo editado
UISearchBarUISearchBarDelegate
UIWebViewUIWebViewDelegate
MPMediaPickerControllerMPMediaPickerControllerDelegate
NSXMLParserNSXMLParserDelegate

Publicações relacionadas