# Chain **Repository Path**: R2Jinx/Chain ## Basic Information - **Project Name**: Chain - **Description**: swift UIKit的链式语法 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-07-07 - **Last Updated**: 2023-09-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Chain Chain for Swift. ## Example ``` lazy var createRoomButton: UIButton = { UIButton(type: .custom) .x .backgroundColor(##) .corners(radius: 30) .setTitleColor(##, for: .normal) .setTitle("", for: .normal) .instance }() ```