0xWDG / Aurora.swift

Aurora Framework for Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aurora.swift

Aurora Framework for Swift

Swift

Documentation

Discord


Last update: 04-FEB-2022


Built-in functions


@IBDesignable views.

To use them create a proxy, since SwiftPM does not support @IBDesignables in Frameworks.

@IBDesignable class UIGradientViewProxy: UIGradientView {}
@IBDesignable class UIViewRoundedProxy: UIViewRounded {}
@IBDesignable class UIGradientViewProxy: UIGradientView {}

About

Aurora Framework for Swift

License:MIT License


Languages

Language:Swift 99.8%Language:Objective-C 0.2%