MarsUIKit
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, [email protected]
License
MarsUIKit is available under the MIT license. See the LICENSE file for more info.