All Projects → wangshiyu13 → Lothar

wangshiyu13 / Lothar

Licence: other
基于CTMediator的组件化中间件

Labels

Projects that are alternatives of or similar to Lothar

Swipeabletabbarcontroller
UITabBarController with swipe interaction between its tabs.
Stars: ✭ 919 (+3303.7%)
Mutual labels:  cocoapods
Ppnumberbutton
iOS中一款高度可定制性商品计数按钮(京东/淘宝/饿了么/美团外卖/百度外卖样式)
Stars: ✭ 845 (+3029.63%)
Mutual labels:  cocoapods
Request.swift
A tiny HTTP client written in swift. URLSession alternative
Stars: ✭ 14 (-48.15%)
Mutual labels:  cocoapods
Cascadingtabledelegate
A no-nonsense way to write cleaner UITableViewDelegate and UITableViewDataSource in Swift.
Stars: ✭ 931 (+3348.15%)
Mutual labels:  cocoapods
Imagescout
A Swift implementation of fastimage. Supports PNG, GIF, and JPEG.
Stars: ✭ 940 (+3381.48%)
Mutual labels:  cocoapods
Vtacknowledgementsviewcontroller
Acknowledgements screen displaying a list of licenses, for example from CocoaPods dependencies.
Stars: ✭ 863 (+3096.3%)
Mutual labels:  cocoapods
Fluentlayout
Stars: ✭ 23 (-14.81%)
Mutual labels:  cocoapods
Parsel
Create complex parsers by combining simple ones with Parsel!
Stars: ✭ 21 (-22.22%)
Mutual labels:  cocoapods
Tbactionsheet
A Custom&Powerful Action Sheet For iOS. 一个 ActionSheet 满足所有样式!超高自由度的可定制!
Stars: ✭ 942 (+3388.89%)
Mutual labels:  cocoapods
Tkswitchercollection
An animation switch collection
Stars: ✭ 877 (+3148.15%)
Mutual labels:  cocoapods
Hdcommontools
一句代码即可实现多种常用功能,根据数据处理、文件管理、多媒体管理、权限管理、系统信息、Appstore操作、加密解密、快捷宏定义等几种不同的类型封装,A short code can achieve a variety of commonly used functions,according to the data processing, file management, multimedia management, rights management, information system, Appstore, encryption and decryption, quick macro definition type package several different Category
Stars: ✭ 25 (-7.41%)
Mutual labels:  cocoapods
Mixpanel Iphone
iPhone tracking library for Mixpanel Analytics
Stars: ✭ 939 (+3377.78%)
Mutual labels:  cocoapods
Asynchronous
Implementation-agnostic asynchronous code
Stars: ✭ 13 (-51.85%)
Mutual labels:  cocoapods
Swipemenuviewcontroller
Swipable tab and menu View and ViewController.
Stars: ✭ 926 (+3329.63%)
Mutual labels:  cocoapods
Preloader.ophiuchus
Custom Label to apply animations on whole text or letters.
Stars: ✭ 880 (+3159.26%)
Mutual labels:  cocoapods
Cheatyxml
CheatyXML is a Swift framework designed to manage XML easily
Stars: ✭ 23 (-14.81%)
Mutual labels:  cocoapods
Ksylive ios
金山云直播SDK [ iOS推流+播放 ]融合版 支持美颜滤镜(Beauty Filter)、美声(Beauty Voice)、软硬编(Software/Hardware Encoder) 、网络自适应(Network Auto Adapt)、混音(Audio Mixer)、混响(Reverb)、画中画(PIP)
Stars: ✭ 861 (+3088.89%)
Mutual labels:  cocoapods
Quiver
Validation, searching and filtering made easy for swift.
Stars: ✭ 27 (+0%)
Mutual labels:  cocoapods
Weekdayssegmentedcontrol
A Custom segmented control to select weekdays for iOS
Stars: ✭ 14 (-48.15%)
Mutual labels:  cocoapods
Czsharedimage
Optimize iOS image loading by sharing UIImage objects.
Stars: ✭ 13 (-51.85%)
Mutual labels:  cocoapods

License MIT CI Status CocoaPods Support

基于CTMediator的组件化中间件

特点

相对于CTMediator,增加了一些功能

  1. 增加容错处理
  2. 增加短链映射处理
  3. 提供基于user:password的鉴权方案

====

使用方法

具体使用方法请看我的简书

AppDelegate application:didFinishLaunchingWithOptions:

[Lothar setupConfig:^(LotharConfig * _Nonnull config) {
        config.URLScheme = @"lothar";
        config.URLVerifySkip = YES;
        config.URLRouteMapFilePath = [[NSBundle mainBundle] pathForResource:@"RouteMapTemplate" ofType:@"plist"];
    }];

AppDelegate application:openURL:options:

return [[LotharMediator performActionWithUrl:url completion:nil] boolValue];

环境要求

该库需运行在 iOS 8.0 和 Xcode 7.0以上环境.

集成方法

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

pod "Lothar"

更新日志

作者

wangshiyu13, [email protected]

开源协议

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