chenxing640 / MarsUIKit

MarsUIKit wraps some commonly used UI components.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MarsUIKit

Version License Platform

MarsUIKit wraps some commonly used UI components.

Example

To use this pod, please see CXSwiftKit_Example.

Requirements

  • Xcode 13.0+, iOS 10.0

Installation

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

pod 'MarsUIKit'

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

chenxing, chenxing640@foxmail.com

License

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

About

MarsUIKit wraps some commonly used UI components.

License:MIT License


Languages

Language:Swift 95.0%Language:Ruby 5.0%