All Projects → jessesquires → Jsqwebviewcontroller

jessesquires / Jsqwebviewcontroller

Licence: mit
[Deprecated] A lightweight Swift WebKit view controller for iOS

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Jsqwebviewcontroller

Jsqmessagesviewcontroller
An elegant messages UI library for iOS
Stars: ✭ 11,240 (+3561.24%)
Mutual labels:  ios-ui, viewcontroller
Iosproject
IOS综合项目,完善的框架,路由模块化设计,集成科大讯飞SDK方便iOS基本输入控件实现语音辅助输入,UI效果参照京东APP,JS与OC交互,ionic跨平台开发,MQTT 协议,即时通讯协议,视屏播放,跑马灯效果 仿美团地图定位,城市收索, 友盟分享,基础动画 增加FCUIID帮助类,引导页功能模块,照片上传 ,UIView自定义导航栏,文件下载,Masonry 案例,fmdb,数据库,sqlite,百度地图,二维码,照片上传,照片上传有进度,列表倒计时,H5和原生交互,自定义各种弹框,常见表单类型,人脸识别,列表加载图片,列表拖拽,日历操作,导航条渐变,核心动画,动画特效等等
Stars: ✭ 291 (-5.21%)
Mutual labels:  ios-ui
RxWebView
RxJava2 binding APIs for Android's WebView
Stars: ✭ 22 (-92.83%)
Mutual labels:  webview
rust-webview-todomvc-yew
lightweight desktop todomvc implementation using rust,wasm and web-view
Stars: ✭ 92 (-70.03%)
Mutual labels:  webview
RNApp
react native app
Stars: ✭ 43 (-85.99%)
Mutual labels:  webview
Avatarimageview
DEPRECATED!!! --- Use https://github.com/neone/NDAvatarApp
Stars: ✭ 257 (-16.29%)
Mutual labels:  ios-ui
msLog
log for webView & webApp 用于webView和webApp的log工具
Stars: ✭ 25 (-91.86%)
Mutual labels:  webview
Xlactioncontroller
Fully customizable and extensible action sheet controller written in Swift
Stars: ✭ 3,228 (+951.47%)
Mutual labels:  ios-ui
Snackview
Customizable bottom-half alerts.
Stars: ✭ 280 (-8.79%)
Mutual labels:  viewcontroller
Journey
JCEF-powered cross-platform web browser
Stars: ✭ 85 (-72.31%)
Mutual labels:  webview
SBCardPopup
Card Popup UI for iOS
Stars: ✭ 66 (-78.5%)
Mutual labels:  viewcontroller
x5 webview flutter
一个基于腾讯x5引擎的webview flutter插件,简化集成,一行代码打开视频播放,暂时只支持android使用
Stars: ✭ 90 (-70.68%)
Mutual labels:  webview
Sketch Ios Library
💎 A library of iOS styles replicated in Sketch to speed up your workflow.
Stars: ✭ 264 (-14.01%)
Mutual labels:  ios-ui
WebViewJavaScriptBridge
android webview javascript bridge
Stars: ✭ 24 (-92.18%)
Mutual labels:  webview
Crazydaily
[开源项目] 一款程序员日常放松的App,基于Material Design + MVP-Clean + Weex + Flutter + RxJava2 + Retrofit + Dagger2 + Glide + Okhttp + MTRVA + BRVAH + 炫酷控件 + 炫酷动画
Stars: ✭ 294 (-4.23%)
Mutual labels:  webview
RDPopup
A simple way to add custom Popup. Design on Nib and use as you want. Written in Objective-C.
Stars: ✭ 19 (-93.81%)
Mutual labels:  ios-ui
Android-VimeoPlayer
Unofficial Vimeo video player library for Android.
Stars: ✭ 46 (-85.02%)
Mutual labels:  webview
awesome-video-webview
Your awesome guide for a full screen webview video player on Android
Stars: ✭ 15 (-95.11%)
Mutual labels:  webview
Swiftwebvc
A drop-in inline browser for your Swift iOS app.
Stars: ✭ 307 (+0%)
Mutual labels:  webview
Kdintroview
Stars: ✭ 300 (-2.28%)
Mutual labels:  ios-ui

No Maintenance Intended

NOTE: As of iOS 9, this library is no longer necessary.

You should use SFSafariViewController instead.

⚠ Deprecated ⚠

JSQWebViewController

Build Status Version Status license MIT codecov Carthage compatible Platform

A lightweight Swift WebKit view controller for iOS

screenshot        screenshot

Requirements

  • Swift 3.2+
  • Xcode 9+
  • iOS 8+

Installation

CocoaPods (recommended)

use_frameworks!

# For latest release in cocoapods
pod 'JSQWebViewController'

Carthage

github "jessesquires/JSQWebViewController"

Documentation

Read the docs. Generated with jazzy. Hosted by GitHub Pages.

Generate

$ ./build_docs.sh

Preview

$ open index.html -a Safari

Getting Started

import JSQWebViewController

let controller = WebViewController(url: URL(string: "http://jessesquires.com")!)
let nav = UINavigationController(rootViewController: controller)
present(nav, animated: true, completion: nil)

See the included example app, open Example/Example.xcodeproj.

Contribute

Please follow these sweet contribution guidelines.

Credits

Created and maintained by @jesse_squires.

License

JSQWebViewController is released under an MIT License. See LICENSE for details.

Copyright © 2015 Jesse Squires.

Please provide attribution, it is greatly appreciated.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].