0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Feb 26, 2025 — Feb 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
NSLayout constraints are now stored in ELView as appliedConstraints. When a layout is cleared, these constraints alone are removed from the root of the layout. More... almost 9 years ago
Podspec More... almost 9 years ago
Removed ‘getSubLayout’ method from EverLayout More... almost 9 years ago
Created new ELLayoutTemplate. Substituing subviews for templates as they achieve similar things Small rewrite of LayoutBuilder so that constraints, properties and template constraints/properties are added in a single loop, using the same view index More... almost 9 years ago
Updated view parse protocol and JSON parser to look for ‘template’ references. Updated LayoutBuilder to apply sublayouts to views that use the ‘template’ key More... almost 9 years ago
Updated podspec More... almost 9 years ago
Created a new parser LayoutConstraintJSONComprehensiveParser and renamed the existing one to LayoutConstraintJSONShorthandParser. The new parser can parse constraints written in a more explicit, object format. More... almost 9 years ago
Removed doc source files More... almost 9 years ago
Update README.md More... almost 9 years ago
Added cartfile More... almost 9 years ago
Removed cocoapods More... almost 9 years ago
Updated license type More... almost 9 years ago
Updated podspec More... about 9 years ago
Merge branch 'fancy-images' into 0.3.0 More... about 9 years ago
Cleaned EverLayoutBridge class More... about 9 years ago
Removed deprecated build function More... about 9 years ago
Added a synchronous image download if the image argument is a valid URL More... about 9 years ago
LayoutViewJSONParser now checks for arrays as valid constraint arguments, allowing for multiple constraints to be placed on each attribute More... about 9 years ago
Merge branch 'master' of https://github.com/acrocat/EverLayout More... about 9 years ago
Update README.md More... about 9 years ago
Updated Podfile and Podspec to remove SwiftyJSON dependency More... about 9 years ago
ELJSON - Made rawData available as Data type EverLayoutBridge - Fixed issues related to removing SwiftyJSON Moved some files More... about 9 years ago
Wrote a trimmed down, much less effective JSON parser to replace SwiftyJSON. Removed SwiftyJSON from Podspec and Podfile as it’s no longer required. Removed Brdige functionality as this class is using some SwiftyJSON specific features which I haven’t accounted for. More... about 9 years ago
Merge branch 'master' of https://github.com/acrocat/EverLayout More... about 9 years ago
podspec version More... about 9 years ago
Constraints are now added to the root view by default, instead of the target, which is now a backup option. Added getters for root view in the ViewIndex More... about 9 years ago
Update README.md More... about 9 years ago
Updated readme More... about 9 years ago
Updated podspec More... about 9 years ago
Updated the readme More... about 9 years ago