开发者

iOS Browser App with custom context menu option

开发者 https://www.devze.com 2023-03-06 18:00 出处:网络
I am looking for some iOS ( iphone/ipad) samples for below features: A native iOS app ( iphone / ipad) for web browsing with basic features.

I am looking for some iOS ( iphone/ipad) samples for below features:

  1. A native iOS app ( iphone / ipad) for web browsing with basic features.
  2. I want to hookup Custom context menu options ( in addition to cut/paste standard options) on text selection in the browser.

edit #1 I came across SVWebViewCon开发者_StackOverflow中文版troller lib. It provides ability to add inline browser to the app:- https://github.com/samvermette/SVWebViewController

please share any links or hints that you can provide that I can look at before I begin writing my app.

edit #2: found this video helpful for browser app. Its a quick walkthrough for coding a UIWebView. http://www.youtube.com/watch?v=yICZb91Poxs

this link also - http://iosdeveloperzone.com/2011/05/21/tutorial-building-a-web-browser-with-uiwebview-part-1/

thanks.


This looks like a great resource for your second question. http://www.icab.de/blog/2010/07/11/customize-the-contextual-menu-of-uiwebview/

0

精彩评论

暂无评论...
验证码 换一张
取 消