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
Post a Comment