Layout Helper

Layout Helper is created to solve the issue of constraint based layout where the developer are bound by the size classes for the same traits but have different screen sizes. Layout Helper will give the Developer the freedom to update Constraints, Fonts of various UI element for every single device.

182
39
Swift

LayoutHelper
Swift
Pod
License

Layout-Helper

Layout Helper is created to solve the issue of constraint based layout where the developer are bound by the size classes for the same size classes but haveing different screen sizes. Layout Helper will give Developer the freedom to update Constraints, Fonts of various UI element for every single device.


Untitled


Installation

CocoaPods

To install LayoutHelper using CocoaPods, add the following line to your Podfile:

pod 'LayoutHelper'

Manually

Drag the files manually from LayoutHelper/Classes folder to your project and you’re ready to go.

Usage

Still Struggling with Size Classes or Auto Layouts?

gif demo 1

Are you still struggling with size classes for the same device or having difficulty using autolayouts?
Layout helper offers you the freedom to customize your NSLayoutConstraint without writing a single code for all the iOS Devices


assign class

updating constraints


Outcome

gif demo


License

MIT License

Copyright © 2019 Wabbit

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

The Software Is Provided “As Is”, Without Warranty Of Any Kind, Express Or
Implied, Including But Not Limited To The Warranties Of Merchantability,
Fitness For A Particular Purpose And Noninfringement. In No Event Shall The
Authors Or Copyright Holders Be Liable For Any Claim, Damages Or Other
Liability, Whether In An Action Of Contract, Tort Or Otherwise, Arising From,
Out Of Or In Connection With The Software Or The Use Or Other Dealings In The Software.