All Projects → czater → Colorify

czater / Colorify

Licence: mit
Colorify - simple, yet powerful color library.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Colorify

Device
Light weight tool for detecting the current device and screen size written in swift.
Stars: ✭ 1,503 (+1317.92%)
Mutual labels:  iphone, ipad, osx
Wsprogresshud
This is a beauful hud view for iPhone & iPad
Stars: ✭ 588 (+454.72%)
Mutual labels:  iphone, ipad
Assistantkit
Easy way to detect iOS device properties, OS versions and work with screen sizes. Powered by Swift.
Stars: ✭ 569 (+436.79%)
Mutual labels:  iphone, ipad
Blockparty
Ad Blocker App for iOS, macOS
Stars: ✭ 722 (+581.13%)
Mutual labels:  iphone, ipad
Shortcutsdirectory
A collection of user-submitted shortcuts for Shortcuts for iOS.
Stars: ✭ 376 (+254.72%)
Mutual labels:  iphone, ipad
Ipa Server
Upload and install IPA in web.
Stars: ✭ 392 (+269.81%)
Mutual labels:  iphone, ipad
Open Source Ios Apps
📱 Collaborative List of Open-Source iOS Apps
Stars: ✭ 28,826 (+27094.34%)
Mutual labels:  iphone, ipad
Blear
iOS app that transforms your photos into stunning blurry wallpapers for your device
Stars: ✭ 311 (+193.4%)
Mutual labels:  iphone, ipad
Numericaltextentry
An iOS library for beautiful number entry fields. iPad friendly. Written in Swift.
Stars: ✭ 16 (-84.91%)
Mutual labels:  iphone, ipad
Otganttchartkit
OTGanttChartKit is gantt chart framework for iOS. This framework use easily like UITableView.
Stars: ✭ 38 (-64.15%)
Mutual labels:  iphone, ipad
Responsivedevices.css
Responsive CSS Device frames for your landing pages
Stars: ✭ 59 (-44.34%)
Mutual labels:  iphone, ipad
Xhlaunchad
🔥The screen opening advertising solutions - 开屏广告、启动广告解决方案-支持静态/动态图片广告,mp4视频广告,全屏/半屏广告、兼容iPhone/iPad. 【 Github下载不了/下载慢 可以访问国内下载地址: https://gitee.com/CoderZhuXH/XHLaunchAd】
Stars: ✭ 3,578 (+3275.47%)
Mutual labels:  iphone, ipad
Open Source Xamarin Apps
📱 Collaborative List of Open Source Xamarin Apps
Stars: ✭ 318 (+200%)
Mutual labels:  iphone, ipad
Hackers
Hackers is an elegant iOS app for reading Hacker News written in Swift.
Stars: ✭ 513 (+383.96%)
Mutual labels:  iphone, ipad
Spry
A Mac and iOS Playgrounds Unit Testing library based on Nimble.
Stars: ✭ 319 (+200.94%)
Mutual labels:  ipad, osx
Alsystemutilities
THIS REPO IS NO LONGER MAINTAINED! Check https://github.com/andrealufino/Luminous. This library provides a list of 80 methods to get every kind of system information!
Stars: ✭ 644 (+507.55%)
Mutual labels:  iphone, ipad
Jotify
Sticky notes reimagined - written in Swift
Stars: ✭ 79 (-25.47%)
Mutual labels:  iphone, ipad
Yampa
Functional Reactive Programming domain-specific language embedded in Haskell, for programming efficient hybrid (mixed discrete-time and continuous-time) systems.
Stars: ✭ 294 (+177.36%)
Mutual labels:  iphone, ipad
Knphotobrowser
📷 图片 || 视频 浏览器(本地和网络) , UIViewController + CollectionView , 完美适配 iPhone 以及 iPad ,屏幕旋转功能 , 适配SDWebImage 5.0
Stars: ✭ 296 (+179.25%)
Mutual labels:  iphone, ipad
Chat Sdk Ios
Chat SDK iOS - Open Source Mobile Messenger
Stars: ✭ 813 (+666.98%)
Mutual labels:  iphone, ipad

Version License Platform Swift 3.0+ Xcode 8.2+

Example of usage

import Colorify
...
self.view.backgroundColor = Colorify.Kale
...
self.view.addGradient(from: Colorify.Lime, to: Colorify.LightGreen, direction: .topLeftBottomRight)
...

Gradient support: left - right, top - bottom, topLeft - bottomRight, right - left, bottom - top

Examples:
top - bottom, topLeft - bottomRight

Installation

Colorify is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod Colorify, '~> 1.2

Author

Damian Paśko,
[email protected],
https://github.com/czater

License

Colorify 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].