All Projects β†’ satishbabariya β†’ HexPatternView

satishbabariya / HexPatternView

Licence: MIT license
Create Beautiful hex design View.

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to HexPatternView

Farge
🎈Tell the name of hex color
Stars: ✭ 23 (-47.73%)
Mutual labels:  hex
ecto commons
Ecto common validators for Date, Time, URLs, Emails, PostalCodes, Phone Numbers, Luhn checks, etc.
Stars: ✭ 33 (-25%)
Mutual labels:  hex
graphmath
An Elixir library for performing 2D and 3D mathematics.
Stars: ✭ 72 (+63.64%)
Mutual labels:  hex
abacus
Abacus is a tool to simplify the handling of units
Stars: ✭ 22 (-50%)
Mutual labels:  hex
mix script
A build tool which allows you to use mix packages in an elixir script
Stars: ✭ 16 (-63.64%)
Mutual labels:  hex
ColorMinePortable
ColorMinePortable
Stars: ✭ 37 (-15.91%)
Mutual labels:  hex
go-rainbow
Golang Helper for beautiful CLI Applications
Stars: ✭ 86 (+95.45%)
Mutual labels:  hex
hex-to-css-filter
Easy way to generate colors from HEX to CSS Filters
Stars: ✭ 20 (-54.55%)
Mutual labels:  hex
nrf-intel-hex
Yet another parser for "Intel HEX" files.
Stars: ✭ 21 (-52.27%)
Mutual labels:  hex
colorsys
🎨 Minimalistic color converter for RGB, HSV, HSL, CMYK, HEX and CSS strings
Stars: ✭ 53 (+20.45%)
Mutual labels:  hex
data-encoding
Efficient and customizable data-encoding functions in Rust
Stars: ✭ 92 (+109.09%)
Mutual labels:  hex
SwiftRadix
Easily convert integers to binary/hex/octal strings and back again with clean functional syntax.
Stars: ✭ 34 (-22.73%)
Mutual labels:  hex
buffertools-php
Toolbox for working with binary and hex data. Similar to NodeJS Buffer.
Stars: ✭ 60 (+36.36%)
Mutual labels:  hex
hex-rgba
Convert HEX to RGBA
Stars: ✭ 12 (-72.73%)
Mutual labels:  hex
color
A library of well-tested helper methods for working with colors.
Stars: ✭ 13 (-70.45%)
Mutual labels:  hex
colour
Validate colours.
Stars: ✭ 31 (-29.55%)
Mutual labels:  hex
ProceduralHexTerrainGenerator
Procedural Hex Terrain Generator
Stars: ✭ 20 (-54.55%)
Mutual labels:  hex
gleam compile
Tiny hex package to make the development experience of using gleam in elixir (and especially phoenix projects) better.
Stars: ✭ 29 (-34.09%)
Mutual labels:  hex
agala
Full featured messaging bot framework.
Stars: ✭ 70 (+59.09%)
Mutual labels:  hex
hexagonTab
Hexagon bookmarks accented with a chosen colour. Customise the layout, style, background and bookmarks with hexagonTab.
Stars: ✭ 65 (+47.73%)
Mutual labels:  hex

HexPatternView

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

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

pod 'HexPatternView'

Use

    let patternView = HexPatternView()
    view.addSubview(patternView)
    
    patternView.translatesAutoresizingMaskIntoConstraints = false
    patternView.topAnchor.constraint(equalTo: view.topAnchor).isActive = true
    patternView.bottomAnchor.constraint(equalTo: view.bottomAnchor).isActive = true
    patternView.leadingAnchor.constraint(equalTo: view.leadingAnchor).isActive = true
    patternView.trailingAnchor.constraint(equalTo: view.trailingAnchor).isActive = true
    
    view.backgroundColor = #colorLiteral(red: 0, green: 0.7022017837, blue: 0.9288000464, alpha: 1)
    patternView.setRhombusPattern()
    patternView.color = UIColor.white
    patternView.alpha = 0.1
    patternView.cellWidthMax = 70
    

Screenshot of HexPatternView

Author

Satish Babariya, [email protected]

License

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