Uploader Comments (supertecnoboff)
All Comments (26)
-
Outstanding tutorial. Thank you!
-
this is a really nice tutorial. very helpful too.. would you like to become an Apple Iphone developer?subscribe to my channel to learn more about what it takes to become a successful Iphone developer. feel free to leave your comments too. see you around
-
I have to say you rocked this video! I have been creating native web apps for BB and android but wanted to get them on iOS. I have been reading and watching everything on the web but no luck until I came across your video. I took my current html changed the CSS so the images were sized right and I got an app. What are the next steps to put it on a device or in the app store?
BTW I subscribed to your channel :)
-
Great tutorial, it helped me a lot !
I'm still searching how to open multiple pdf with a master-detail view but thanks a lot !
Of course if you know how to do it i'll like you forever !
-
i orgasmed when i saw this. Jolly good job mate.
-
@Smielle1 Well one simple way is to make a new UiView file which you load when for example a button is pressed on the homescreen. So that takes the user to a different interface with the UIWebView. Then on the new UIView add a "Done" button. Once the users presses that they god back to the homescreen. If the user decides to go back to the view with the UiWebView again, the UIWebView will reload the web content from the start... Thats one approach although not the best approach there is.
Impressive stuff, thanks a lot.
cheers!
Faharnouman 3 months ago
@Faharnouman Glad it helped :D
supertecnoboff 2 months ago
Make sure not to put the file extension as part of the file name in the NSString so if your PDF is mypdfdoc.pdf, just put mypdfdoc in there. That was a mistake i made.
Great tutorial, thanks for the help!
stonefreealttube 5 months ago
@stonefreealttube Thats ok. Glad it helped :D
supertecnoboff 2 months ago
How do I enable zooming on a pdf-file?
dawitgabor 6 months ago
@dawitgabor You can enable this feature in the Interface builder section of Xcode. In your view, click on your UIWebView and on the right look through the properties tab. Then change the zooming settings.
supertecnoboff 6 months ago