iOS Application Development Tutorial 7: UIWebView in Xcode 5

preview_player
Показать описание
Learn how to implement a UIWebView in Xcode 5 so you can bring any website to your mobile device!
Рекомендации по теме
Комментарии
Автор

Dude. Seriously. I'm going to start calling you "Yoda." I have been on tutorials and iOS books here and there, but I'd never even come close to hearing about the toolbar and the buttons with the webView actions. Awesome. Keep the tutorials coming, please. In fact, start writing an ebook on this stuff. Thanks for another huge bit of education on this stuff. You rock, dude!

mikecritchley
Автор

Brother your videos are really usefull! Please keep on do tutorials! Respect!

nursultanrakhymbayev
Автор

this worked a few days ago. deleted project and created new file. does this still work with the new updates? 

DanielSmith-tbvi
Автор

if dont have connection, how can I add message Error

ilirkabashi
Автор

//
// main.m
// h
//
// Created by on 20-07-16.
// Copyright © 2016 All rights reserved.
//

#import <UIKit/UIKit.h>
#import "AppDelegate.h"

int main(int argc, char * argv[]) {
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, class]));
}
}
This is my fail - return UIApplicationMain(argc, argv, nil, class])); -
What to do?

thijsspoelstra
visit shbcf.ru