All Projects โ†’ Gradients โ†’ Gradients

Gradients / Gradients

Licence: mit
๐ŸŒ” A curated collection of splendid 180+ gradients made in swift

Programming Languages

swift
15916 projects
swift4
162 projects

Projects that are alternatives of or similar to Gradients

Grview
UIView and other UIKit elements with a gradient and other attributes for IOS
Stars: โœญ 39 (-94.58%)
Mutual labels:  cocoapods, carthage, gradient
Webgradients
A curated collection of splendid gradients made in CSS3, .sketch and .PSD formats.
Stars: โœญ 2,197 (+205.56%)
Mutual labels:  design, palette, gradient
Complimentarygradientview
Create complementary gradients generated from dominant and prominent colors in supplied image. Inspired by Grade.js
Stars: โœญ 691 (-3.89%)
Mutual labels:  cocoapods, gradient
Urlembeddedview
URLEmbeddedView automatically caches the object that is confirmed the Open Graph Protocol.
Stars: โœญ 633 (-11.96%)
Mutual labels:  cocoapods, carthage
Flexiblepagecontrol
A flexible UIPageControl like Instagram.
Stars: โœญ 638 (-11.27%)
Mutual labels:  cocoapods, carthage
Pdfgenerator
A simple generator of PDF written in Swift.
Stars: โœญ 629 (-12.52%)
Mutual labels:  cocoapods, carthage
Kydrawercontroller
Side Drawer Navigation Controller similar to Android
Stars: โœญ 632 (-12.1%)
Mutual labels:  cocoapods, carthage
Guitar
A Cross-Platform String and Regular Expression Library written in Swift.
Stars: โœญ 641 (-10.85%)
Mutual labels:  cocoapods, carthage
Multiprogressview
๐Ÿ“Š An animatable view that depicts multiple progresses over time. Modeled after UIProgressView
Stars: โœญ 614 (-14.6%)
Mutual labels:  cocoapods, carthage
Xlayers
โœจ Generate code from your design
Stars: โœญ 700 (-2.64%)
Mutual labels:  design, ux
Interactivesidemenu
iOS Interactive Side Menu written in Swift.
Stars: โœญ 668 (-7.09%)
Mutual labels:  cocoapods, carthage
Zoomtransitioning
ZoomTransitioning provides a custom transition with image zooming animation and swiping the screen edge.
Stars: โœญ 670 (-6.82%)
Mutual labels:  cocoapods, carthage
Jlroutes
URL routing library for iOS with a simple block-based API
Stars: โœญ 5,528 (+668.85%)
Mutual labels:  cocoapods, carthage
From Design To Android Part1
First part of 'from design to android' series
Stars: โœญ 622 (-13.49%)
Mutual labels:  design, ux
Validatedpropertykit
Easily validate your Properties with Property Wrappers ๐Ÿ‘ฎ
Stars: โœญ 701 (-2.5%)
Mutual labels:  cocoapods, carthage
Swiftoverlays
SwiftOverlays is a Swift GUI library for displaying various popups and notifications
Stars: โœญ 621 (-13.63%)
Mutual labels:  cocoapods, carthage
Stlocationrequest
Request the Location Services via a 3D 360ยฐ flyover MKMapView ๐Ÿ—บ
Stars: โœญ 636 (-11.54%)
Mutual labels:  cocoapods, carthage
Koyomi
Simple customizable calendar component in Swift ๐Ÿ“†
Stars: โœญ 716 (-0.42%)
Mutual labels:  cocoapods, carthage
Gradientview
Easily use gradients in UIKit for iOS & tvOS
Stars: โœญ 610 (-15.16%)
Mutual labels:  cocoapods, carthage
Orsserialport
Serial port library for Objective-C and Swift macOS apps
Stars: โœญ 609 (-15.3%)
Mutual labels:  cocoapods, carthage

Gradients

๐ŸŒ” A curated collection of 180 splendid gradients made in swift

logo

Awesome Swift Version License Platform Carthage compatible

180 splendid Gradients inspired by itmeo/webgradients View all the gradients here ยป

๐Ÿ„๐Ÿผ Easy To Use

view.layer.addSubLayer(Gradients.deepBlue.layer)

180+ Gradients

public enum Gradients: Int, CaseIterable {
    case warmFlame = 1
    case nightFade
    case springWarmth
    case juicyPeach
    //...
    case fabledSunset
    case perfectBlue
}

Direction

public enum Direction {
    case top
    case left
    case right
    case bottom
    case degree(CGFloat)
}

๐ŸŽจ Customize

customize

// degree for radian direction supported
let customLayer = Gradients.linear(to: .degree(-225), colors: [0x231557, 0x44107A, 0xFF1361, 0xFFF800], locations: [0.0, 0.29, 0.67, 1.0]) // Fabled Sunset
view.layer.addSubLayer(customLayer)

Examples

  • Comets: โ˜„๏ธComets: Animating Particles in Swift.
  • DeliTodo: Todo application for iOS using Deli.

Requirements

Gradients is written in Xcode 10, Swift 4+, iOS 9.0+ Required

๐Ÿ“ฒ Installation

Gradients is available through Cocoapods or Carthage

Cocoapods

pod "Gradients"

Carthage

github "cruisediary/Gradients" ~> 0.3.0

โค๏ธ Contribution

Pull requests are always welcomed ๐Ÿ„๐Ÿผ

Awesome

  • awesome-swift - A collaborative list of awesome Swift libraries and resources. Feel free to contribute!
  • awesome-gradient - ๐ŸŒˆ A curated list of awesome Gradient frameworks, libraries and software and resources

๐Ÿ‘จโ€๐Ÿ’ป Author

cruz, [email protected]

๐Ÿ›ก License

Gradients is available under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].