# SnapUI **Repository Path**: jianlisoft/snap-ui ## Basic Information - **Project Name**: SnapUI - **Description**: Snapkit链式编程扩展 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-13 - **Last Updated**: 2025-07-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SnapUI [![CI Status](https://img.shields.io/travis/FullStack-Jian/SnapUI.svg?style=flat)](https://travis-ci.org/FullStack-Jian/SnapUI) [![Version](https://img.shields.io/cocoapods/v/SnapUI.svg?style=flat)](https://cocoapods.org/pods/SnapUI) [![License](https://img.shields.io/cocoapods/l/SnapUI.svg?style=flat)](https://cocoapods.org/pods/SnapUI) [![Platform](https://img.shields.io/cocoapods/p/SnapUI.svg?style=flat)](https://cocoapods.org/pods/SnapUI) ## Example ``` let temp = UIView() temp.backgroundColor = .cyan temp.add(to: view) .margins() ``` ## Requirements ## Installation SnapUI is available through [CocoaPods](https://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby pod 'SnapUI' ``` ## Author 承轩:develop-git@users.noreply.github.com ## License SnapUI is available under the MIT license. See the LICENSE file for more info.