URL 图标检索工具 RFFavicon

码农软件 · 软件分类 · 其他(Others) · 2019-07-26 09:26:26

软件介绍

RFFavicon 可以检索与提供的 URL 相关的图标,如果没找到则会返回一个默认的图标。

用法:
  1. 下载RFFavicon
  2. #import "RFFavicon.h"
  3. 使用类方法,Ex:

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

本文地址:https://codercto.com/soft/d/10962.html

Introduction to Programming in Java

Introduction to Programming in Java

Robert Sedgewick、Kevin Wayne / Addison-Wesley / 2007-7-27 / USD 89.00

By emphasizing the application of computer programming not only in success stories in the software industry but also in familiar scenarios in physical and biological science, engineering, and appli......一起来看看 《Introduction to Programming in Java》 这本书的介绍吧!

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具