GithubHelp home page GithubHelp logo

chenxing640 / marsuikit Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 1.9 MB

MarsUIKit wraps some commonly used UI components.

License: MIT License

Swift 66.07% Ruby 6.23% Objective-C 27.70%
swift4-2 swift5 ios ui ui-components

marsuikit's Introduction

MarsUIKit

Version License Platform

MarsUIKit wraps some commonly used UI components.

Example

To use this library, please go to here!.

Requirements

  • Xcode 13.0+, iOS 11.0, tvOS 11.0

Installation

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

# MarsUIKit
pod 'MarsUIKit'
# EmptyDataSet
pod 'MarsUIKit/EmptyDataSet'
# RxEmptyDataSet
pod 'MarsUIKit/RxEmptyDataSet'
# RxMJRefresh
pod 'MarsUIKit/RxMJRefresh'
# RxKafkaRefresh
pod 'MarsUIKit/RxKafkaRefresh'
# OverlayView
pod 'MarsUIKit/OverlayView'
# Messages
pod 'MarsUIKit/Messages'
# Toast
pod 'MarsUIKit/Toast'
# SVGA
pod 'MarsUIKit/SVGA'

Handling Error

if SVGAPlayer library occurs this error:

Conflicting types for 'OSAtomicCompareAndSwapPtrBarrier'
Implicit declaration of function 'OSAtomicCompareAndSwapPtrBarrier' is invalid in C99

if (!OSAtomicCompareAndSwapPtrBarrier(nil, worker, (void * volatile *)&descriptor)) { [worker release]; }

Add the header in Svga.pbobjc.m or Svga.pbobjc.h.

#import <libkern/OSAtomic.h>

Author

Teng Fei, [email protected]

License

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

marsuikit's People

Contributors

chenxing640 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.