importer WebView.h
à mon projet, et il a un simple IBOutlet UIWebView *myWebView ;
IPhone SDK: comment ouvrir un Webview lorsque vous appuyez sur un bouton dans la vue Alert?
Comment ouvrir un WebView lorsque j'appuie sur le bouton dans l'affichage des alertes?
voici comment je définir la réponse bouton d'alerte vue
- (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex{
if ([alertView tag]==0) {
if (buttonIndex == 1)
{
//Open WebView with URL string1
}
if (buttonIndex == 2) {
//Open WebView with URL string2
}
}
}
Note: Je peux pop mon Webview, mais comment initialiser une adresse URL au WebView Je veux appeler?
http://www.youtube.com/watch?v=PVESHBfuXrU&feature=related –
cette chanson me fait sentir que funk ... pas de code .... –