Re: stripped down webview
Re: stripped down webview
- Subject: Re: stripped down webview
- From: Kyle Sluder <email@hidden>
- Date: Sat, 18 Aug 2012 10:40:35 -0700
On Aug 18, 2012, at 4:24 AM, Koen van der Drift <email@hidden> wrote:
> In my OS X app I show some webpages in a WebView, but I'd like to show them stripped down, remove clutter, e.g. as is done in Evernote and other apps.
>
> Any suggestions where to start? Maybe use a local css file?
This is a good start. I believe "user stylesheet" is the term of art for a local override stylesheet. From a quick Google, the relevant APIs are on the WebPreferences class: -setUserStyleSheetEnabled: and -setUserStyleSheetLocation:. You could start with one of the common "reset" stylesheets and customize it from there.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden