All Projects β†’ matvdg β†’ Triangle

matvdg / Triangle

Licence: Apache-2.0 license
A (really) simple Swift 4 UIView class with a triangle and a diagonal line rendered and customizable in the storyboard (color, line width, direction)

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Triangle

Pmsuperbutton
πŸ”₯ PMSuperButton is a powerful UIButton coming from the countryside, but with super powers! 😎
Stars: ✭ 653 (+2512%)
Mutual labels:  storyboard, customizable
GradientBorderedLabelView
IBDesignable label with customizable gradient attributes
Stars: ✭ 70 (+180%)
Mutual labels:  storyboard, ibdesignable
Hhcustomcorner
Awesome library to customize corners of UIView and UIButton. Now you can customize each corner differently
Stars: ✭ 36 (+44%)
Mutual labels:  uiview, customizable
Cards
Awesome iOS 11 appstore cards in swift 5.
Stars: ✭ 4,017 (+15968%)
Mutual labels:  storyboard, ibdesignable
Chipagecontrol
A set of cool animated page controls written in Swift to replace boring UIPageControl. Mady by @ChiliLabs - https://chililabs.io
Stars: ✭ 2,909 (+11536%)
Mutual labels:  storyboard, ibdesignable
UUAmountBoardView
[iOS]εΈ¦ζœ‰ζ•°ε­—(金钝)ζ»šεŠ¨ζ•ˆζžœηš„UI控仢
Stars: ✭ 37 (+48%)
Mutual labels:  uiview, customizable
Capsuleview
An easy to use drop-in view to create a beautiful card style effect with a title placeholder and body content.
Stars: ✭ 68 (+172%)
Mutual labels:  uiview, storyboard
sepia-assist-server
Core server of the SEPIA Framework responsible for NLU, conversation, smart-service integration, user-accounts and more.
Stars: ✭ 81 (+224%)
Mutual labels:  customizable
NotchToolkit
Use the iPhone X notch in creative ways πŸ‘©β€πŸŽ¨πŸ‘¨β€πŸŽ¨.
Stars: ✭ 55 (+120%)
Mutual labels:  uiview
hello-triangle
Simple sample showing a complete rendering of a triangle, in Java and Kotlin
Stars: ✭ 39 (+56%)
Mutual labels:  triangle
triangle-app
Desktop application for Triangle.
Stars: ✭ 32 (+28%)
Mutual labels:  triangle
intersection-wasm
Mesh-Mesh and Triangle-Triangle Intersection tests based on the algorithm by Tomas Akenine-MΓΆller
Stars: ✭ 17 (-32%)
Mutual labels:  triangle
storybrew
A storyboard editor for osu!
Stars: ✭ 119 (+376%)
Mutual labels:  storyboard
Dumpling
Customisable and extensible Markdown parser written in Swift
Stars: ✭ 36 (+44%)
Mutual labels:  customizable
ElevenClock
ElevenClock: Customize Windows 11 taskbar clock
Stars: ✭ 1,494 (+5876%)
Mutual labels:  customizable
QmlTreeWidget
A TreeView component, implemented by QML, providing convenient interfaces and customizable stylesheet, also available for iOS and Android.
Stars: ✭ 34 (+36%)
Mutual labels:  customizable
range-slider
Customizable slider (range) component for JavaScript with no dependencies
Stars: ✭ 26 (+4%)
Mutual labels:  customizable
hackernews-TUI
A Terminal UI to browse Hacker News
Stars: ✭ 347 (+1288%)
Mutual labels:  customizable
BlurKit
A lightweight library that can easily blur the view.
Stars: ✭ 17 (-32%)
Mutual labels:  uiview
MatrixChecks
The optimized checks for Matrix Anticheat, a powerful anticheat for Minecraft.
Stars: ✭ 70 (+180%)
Mutual labels:  customizable

Triangle and DiagonalLine

Two (really) simple Swift 4 UIView classes with a triangle and a diagonal line rendered and customizable in the storyboard (color, line width, direction)

Triangle: UIView and DiagonalLine: UIView are @IBDesignable classes so that they are rendered in your storyboard, and all their properties are @IBInspectable so that you can customize your triangle and diagonal view inside the storyboard in the Attributes inspector.

Quick install:

  • Just drag these classes into your project

  • In your storyboard, select a UIView

  • Go the the identity inspector and in the class field, type Triangle or DiagonalView instead of UIView

  • Play with the attributes inspector with real-times results!

    • Triangle: pick a fill color
    • Diagonal: pick a color for your line
    • Triangle: choose the three points x and y positions (0 to 1) to create any triangle you want!
    • Diagonal: choose the direction (flip)
    • Diagonal: specify the line width

Image of Triangle Image of Diagonal View

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