All Projects → 0x0c → M2DWebViewController

0x0c / M2DWebViewController

Licence: MIT license
Simple built-in web view controller using WebKit.

Programming Languages

objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to M2DWebViewController

RDPopup
A simple way to add custom Popup. Design on Nib and use as you want. Written in Objective-C.
Stars: ✭ 19 (-24%)
Mutual labels:  ios-app, ios-lib
Cocoaasyncsocket demo
基于AsyncSocket搭建即时通讯体系 . 包含TCP连接 , 消息发送 , 消息接收 , 心跳处理 ,断网重连 , 消息超时 , 消息分发 , 数据库结构设计 , 消息丢失等 . 以及UI设计, 文本表情消息/语音消息/图片消息/视频消息/文件消息/撤回消息/提示语消息的实现思路讲解
Stars: ✭ 981 (+3824%)
Mutual labels:  ios-app, ios-lib
Iosproject
IOS综合项目,完善的框架,路由模块化设计,集成科大讯飞SDK方便iOS基本输入控件实现语音辅助输入,UI效果参照京东APP,JS与OC交互,ionic跨平台开发,MQTT 协议,即时通讯协议,视屏播放,跑马灯效果 仿美团地图定位,城市收索, 友盟分享,基础动画 增加FCUIID帮助类,引导页功能模块,照片上传 ,UIView自定义导航栏,文件下载,Masonry 案例,fmdb,数据库,sqlite,百度地图,二维码,照片上传,照片上传有进度,列表倒计时,H5和原生交互,自定义各种弹框,常见表单类型,人脸识别,列表加载图片,列表拖拽,日历操作,导航条渐变,核心动画,动画特效等等
Stars: ✭ 291 (+1064%)
Mutual labels:  ios-app, ios-lib
Swiftcocoadsl
An easy way to write iOS UI
Stars: ✭ 103 (+312%)
Mutual labels:  ios-app, ios-lib
Avsqldebugger
A Simple Core Data Debugger that will look inside your apps DB
Stars: ✭ 30 (+20%)
Mutual labels:  ios-app, ios-lib
Mycoretextlabel
图文混排 , 实现图片文字混排 , 可显示常规链接比如网址,@,#话题#,手机号 , 邮箱号等 , 可以自定义链接字,设置关键字高亮等功能 . 适用于微博,微信,IM聊天对话等场景 . 实现这些功能仅用了几百行代码,耦合性也较低
Stars: ✭ 192 (+668%)
Mutual labels:  ios-app, ios-lib
MoneyPlus
An open-source app which can help you record income and expense.一款开源的、帮助你记录收支的APP。
Stars: ✭ 29 (+16%)
Mutual labels:  ios-app
balena-wpe
Fullscreen WebKit browser with hardware accelerated CSS, WebGL, and HTML5 video for the RaspberryPi 3.
Stars: ✭ 372 (+1388%)
Mutual labels:  webkit
cordova-spotify
🎶 A Cordova / PhoneGap plugin for the Spotify SDKs on iOS and Android
Stars: ✭ 22 (-12%)
Mutual labels:  ios-lib
CustomKeyboard
A simple and fast implementation of a custom numeric keypad. There is always a keyboard for you.
Stars: ✭ 20 (-20%)
Mutual labels:  ios-app
demo-firebase-ios
[DEPRECATED] See https://github.com/VirgilSecurity/demo-e3kit-ios and https://github.com/VirgilSecurity/virgil-e3kit-firebase-func for up-to-date code. -- A simple iOS application that demonstrates how the end-to-end encryption works. The application uses firebase as a backend service for authentication and chat messaging.
Stars: ✭ 39 (+56%)
Mutual labels:  ios-app
ScoutAR
Augmented reality app displays nearby restaurant information in a live camera and map view.
Stars: ✭ 28 (+12%)
Mutual labels:  ios-app
IITC-Mobile
Ingress Intel Total Conversion Mobile for iOS
Stars: ✭ 16 (-36%)
Mutual labels:  ios-app
RxCocoa-Texture
RxCocoa Extension Library for Texture.
Stars: ✭ 98 (+292%)
Mutual labels:  ios-app
ios-app
wallabag app for iOS (for wallabag v2)
Stars: ✭ 140 (+460%)
Mutual labels:  ios-app
SDK-Privacy-Report
Privacy details of SDKs for Apple Privacy Nutrition & Google Safety Section disclosure.
Stars: ✭ 219 (+776%)
Mutual labels:  ios-app
geopackage-mapcache-ios
GeoPackage MapCache iOS App
Stars: ✭ 20 (-20%)
Mutual labels:  ios-app
Harbour
Docker/Portainer management app for iOS
Stars: ✭ 210 (+740%)
Mutual labels:  ios-app
Wiggles-iOS
Beautiful Puppy adoption app built to Demonstrate the SwiftUI and MVVM Architecture
Stars: ✭ 174 (+596%)
Mutual labels:  ios-app
anonaddy
Mobile app for AnonAddy.com.
Stars: ✭ 50 (+100%)
Mutual labels:  ios-app

M2DWebViewController

CI Status Version License Platform

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Try this

M2DWebViewController *viewController = [[M2DWebViewController alloc] initWithURL:[NSURL URLWithString:@"https://github.com/0x0c/M2DWebViewController"]

or this

M2DWebViewController *viewController = [[M2DWebViewController alloc] initWithURL:[NSURL URLWithString:@"https://github.com/0x0c/M2DWebViewController"]];
__weak typeof(viewController) bviewcontroller = viewController;
viewController.actionButtonPressedHandler = ^(NSString *pageTitle, NSURL *url){
	UIActivityViewController *activityViewController = [[UIActivityViewController alloc] initWithActivityItems:@[pageTitle, url] applicationActivities:@[]];
	[bviewcontroller presentViewController:activityViewController animated:YES completion:^{
	}];
};

Requirements

iOS 12 or later.

Installation

M2DWebViewController is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "M2DWebViewController"

Author

Akira Matsuda, [email protected]

License

M2DWebViewController is available under the MIT license. See the LICENSE file for more info.

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].