RFFavicon

Public Domain License
Objective-C
iOS

Powered by Appetize.io.

1 image

Author

Description

RFFavicon retrieves the relevant favicon for a URL, or returns a default icon should it not be able to find it.

How To Get Started
  1. Download RFFavicon
  2. #import "RFFavicon.h"
  3. Use the class method,Ex:

self.icon.image = [RFFavicon getIcon:www.google.com];

Tags