AtoyGG / CCWebViewController

模仿微信、京东内置网页浏览器,有进度条,适配iOS7以上,swift和OC版均有

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

###模仿微信、京东内置网页浏览器,有进度条,适配iOS7以上,swift和OC都有

Usage

CCWebViewController文件夹进工程

    // OC
    #import "CCWebViewController.h
    [CCWebViewController showWithContro:self withUrlStr:@"http://m.jd.com/" withTitle:@"京东"];
    
    // SWift
    #import "WebViewDemo-Swift.h"
    CCWebViewSController.showWithContro(self, withUrlStr: "http://m.jd.com/", withTitle: "京东")
    

Enviroment

  • iOS7以上
  • WebKit.framework

About

模仿微信、京东内置网页浏览器,有进度条,适配iOS7以上,swift和OC版均有

License:MIT License


Languages

Language:Objective-C 52.2%Language:Swift 47.8%