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
Set theme jekyll-theme-cayman More... about 9 years ago
Merge branch 'docs' More... about 9 years ago
Updated the docs More... about 9 years ago
Removed ELReporter rending as it doesn’t work correctly yet More... about 9 years ago
Updated the reporter to use realistic config options. Updated the EverLayout Bridge to now send reports to be displayed in shell. Added UIView extension method to check if views share ancestry, and prevent constraints being placed if they don’t. More... about 9 years ago
Updates to doc files More... about 9 years ago
Wrote a boat load of documentation More... about 9 years ago
Removed template comments from podspec and updated summary More... about 9 years ago
Removed useless nil check More... about 9 years ago
Updated podspec version More... about 9 years ago
Updated the podspec to reflect changes in dependencies More... about 9 years ago
Installed dependencies using cocoapods More... about 9 years ago
Added mkdocs More... about 9 years ago
Added image and background image resolvable properties for a UIButton. More... about 9 years ago
Changed EverLayout and ELRawData to open More... about 9 years ago
Rewrote the ‘propertyForKey’ function to look recursively at the object’s superclasses for the property More... about 9 years ago
Condensed the view property application code More... about 9 years ago
Renamed layout host to view environment More... about 9 years ago
ELConstraint looks at the layout host for comparable views Added identifier as a constraint property and wrote the JSON parser for it. More... about 9 years ago
Added call to the delegate when the layout has finished building. More... about 9 years ago
Sublayouts can not be retrieved from Layouts More... about 9 years ago
Rewrote initializers for each ELRawData subclass and EverLayout now subclasses ELRawData. This is relevant to sublayouts I swear. More... about 9 years ago
Added functions for injecting data into a layout. Created a new init function to fix a bug with subscribing to layout updates. More... about 9 years ago
Renamed all classes to shorter more appropriate names More... about 9 years ago
Remove path extension from incoming layout updates as EverLayout now gets the layout name from the layout file, which won’t include the extension. More... about 9 years ago
Moved layout building code from EverLayout into EverLayoutBuilder as a set of static functions. Also changed the structure of layout files to look for a name and a root object in the index. More... about 9 years ago
Merge branch 'constraint-priorities' More... about 9 years ago
Merge branch 'z-index' More... about 9 years ago
Created a EverLayoutDelegate protocol and added a delegate property to EverLayout More... about 9 years ago
Check for a priority value in EverLayoutConstraint and apply it to the constraint if it exists More... about 9 years ago