Popularity
2.4
Growing
Activity
0.0
Stable
83
7
12

Code Quality Rank: L5
Programming language: Swift
License: MIT License
Tags: Colors    
Latest version: v2.1.1

AEConicalGradient alternatives and similar libraries

Based on the "Colors" category.
Alternatively, view AEConicalGradient alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of AEConicalGradient or a related project?

Add another 'Colors' Library

README

Swift 4.2 Platforms iOS CocoaPods Carthage Swift Package Manager [License MIT](LICENSE)

AEConicalGradient

Conical (angular) gradient in Swift

I hope that somebody will find this useful. And nice.

AEConicalGradient

Usage

AEConicalGradient is a minion which consists of two objects:

  • [ConicalGradientLayer](Sources/ConicalGradientLayer.swift)
    Subclass of CALayer which performs drawing of conical gradient. You can set colors, locations, start/end angle for the gradient. If no colors are set, default colors will be used. If no locations are set, colors will be equally distributed.

  • [ConicalGradientView](Sources/ConicalGradientView.swift)
    Subclass of UIView which uses ConicalGradientLayer as the view’s Core Animation layer. You can configure conical gradient options with gradient property.

Installation

License

AEConicalGradient is released under the MIT license. See [LICENSE](LICENSE) for details.

done for fun


*Note that all licence references and agreements mentioned in the AEConicalGradient README section above are relevant to that project's source code only.