ios - Website Attached to App -


how attach website app in xcode using uiwebview? chunk of code in assistant editor is:

#import <uikit/uikit.h>  @interface xyzappdelegate : uiresponder <uiapplicationdelegate>  @property (strong, nonatomic) uiwindow *window;  @property (readonly, strong, nonatomic) nsmanagedobjectcontext *managedobjectcontext; @property (readonly, strong, nonatomic) nsmanagedobjectmodel *managedobjectmodel; @property (readonly, strong, nonatomic) nspersistentstorecoordinator     *persistentstorecoordinator;  - (void)savecontext; - (nsurl *)applicationdocumentsdirectory;  @end 

what next step?

http://conecode.com/news/2011/05/ios-tutorial-creating-a-web-view-uiwebview/ google answer question.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -