Search results for constraint

XLayout screenshot

XLayout

August 30, 2019 • MIT License
🐳 Swift Auto Layout DSL with more lightweight syntax for macOS.
Doric Design System screenshot

Doric Design System

February 09, 2019 • MIT License
Protocol oriented, type safe, scalable design system foundation Swift framework for iOS.
Stevia screenshot

Stevia

January 06, 2019 • MIT License
Healthy Autolayout Sugar: visual layout API, chainable API, and equation-based API. All generate native NSLayoutConstraints.
SPKeyBoardAvoiding screenshot

SPKeyBoardAvoiding

December 21, 2017 • Apache 2.0 License
It's a smart Key Board manager with active text field using Scroll View along with Constraints in Objective C & Swift 4
Cupcake screenshot

Cupcake

June 13, 2017 • MIT License
An easy way to create and layout UI components for iOS (Swift version).
KVConstraintKit screenshot

KVConstraintKit

April 18, 2017 • MIT License
Impressive Auto Layout DSL for iOS, tvOS & OSX. & It is written in pure swift.
TinyConstraints screenshot

TinyConstraints

April 04, 2017 • MIT License
TinyConstraints is the syntactic sugar that makes Auto Layout sweeter for human use.
StoryboardConstraint screenshot

StoryboardConstraint

March 06, 2017 • MIT License
A simple way to use programmatically Autolayout Constraint created in Storyboard.
KVConstraintExtensionsMaster screenshot

KVConstraintExtensionsMaster

August 08, 2016 • MIT License
It's simple and powerful API for adding/applying , accessing, & modifying existing constraints on a view by layout attribute.
Arranged screenshot

Arranged

June 23, 2016 • MIT License
Open source replacement of UIStackView for iOS 8 (100% layouts supported) - Supports all alignments and distributions, spacing, baselineRelativeArrangement, layoutMarginsRelativeArrangement, axi...
AutoLayoutPlus screenshot

AutoLayoutPlus

May 09, 2016 • MIT License
A bit of steroids for AutoLayout, powered by Swift.
Neon screenshot

Neon

October 14, 2015 • MIT License
A powerful Swift programmatic UI layout framework - Build dynamic and beautiful user interfaces like a boss.
PCSplitView screenshot

PCSplitView

September 03, 2015 • MIT License
Super powerful layout for iOS, simplified.
SwiftCSP screenshot

SwiftCSP

August 08, 2015 • MIT License
SwiftCSP is a constraint satisfaction problem solver written in pure Swift (no Cocoa). It utilizes a simple backtracking algorithm with plans for future optimizations. At this stage of development,...
UIView-UpdateAutoLayoutConstraints screenshot

UIView-UpdateAutoLayoutConstraints

February 23, 2015 • Public Domain License
An easy way to create and update AutoLayout Constraints (Mainly to update Width and Height of UIView)
MMTransitionEffect screenshot

MMTransitionEffect

December 23, 2014 • MIT License
This is Extension Of RSTransitionEffect(yeahdongcn) Transformed From (Frame based animation) to (Constraint Based Animation)
JTScrollViewController screenshot

JTScrollViewController

November 17, 2014 • MIT License
Create a ScrollViewController on iOS pragmatically using Auto Layout without a nib file.
PureLayout screenshot

PureLayout

June 30, 2014 • MIT License
The ultimate API for iOS & OS X Auto Layout — impressively simple, immensely powerful. PureLayout extends UIView/NSView, NSArray, and NSLayoutConstraint with a comprehensive Auto Layout API that is...
Lyt screenshot

Lyt

April 22, 2014 • Apache 2.0 License
A UIView category to make autolayout (more) readable and less verbose. Write this: [view lyt_centerInParent]; Instead of: NSLayoutConstraint *centerXConstraint = [NSLayoutConstrain...
UIView+AutoLayout screenshot

UIView+AutoLayout

August 26, 2013 • MIT License
`NOTE:` UIView+AutoLayout has been deprecated in favor of `PureLayout`, which includes OS X support! https://github.com/smileyborg/PureLayout The ultimate API for iOS Auto Layout -- impressively...