{"id":1305,"url":"https://github.com/josejuanqm/QLayout","last_synced_at":"2025-07-30T20:33:03.050Z","repository":{"id":56921524,"uuid":"111280565","full_name":"josejuanqm/QLayout","owner":"josejuanqm","description":"A AutoLayout Utility for iOS","archived":false,"fork":false,"pushed_at":"2019-04-25T21:35:57.000Z","size":66,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-02T02:51:30.098Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/josejuanqm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-19T09:14:10.000Z","updated_at":"2021-11-14T12:38:06.000Z","dependencies_parsed_at":"2022-08-21T04:50:45.329Z","dependency_job_id":null,"html_url":"https://github.com/josejuanqm/QLayout","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josejuanqm%2FQLayout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josejuanqm%2FQLayout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josejuanqm%2FQLayout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josejuanqm%2FQLayout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josejuanqm","download_url":"https://codeload.github.com/josejuanqm/QLayout/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228187626,"owners_count":17882336,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-01-05T20:15:43.391Z","updated_at":"2024-12-04T20:31:14.866Z","avatar_url":"https://github.com/josejuanqm.png","language":"Objective-C","funding_links":[],"categories":["Layout"],"sub_categories":["Other Hardware","Other free courses"],"readme":"QLayout is an Utility to make Auto Layout easy on iOS.\n\n## Contents\n\n- [Requirements](#requirements)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Credits](#credits)\n- [License](#license)\n\n## Requirements\n\n- iOS 8.0+\n- Swift 3.0+\n\n## Installation\n\n### CocoaPods\n\nTo integrate QLayout into your Xcode project using CocoaPods, specify it in your `Podfile`:\n\n```ruby\nsource 'https://github.com/CocoaPods/Specs.git'\nplatform :ios, '8.0'\nuse_frameworks!\n\ntarget '\u003cYour Target Name\u003e' do\n    pod 'QLayout'\nend\n```\n\nThen, run the following command:\n\n```bash\n$ pod install\n```\n\n---\n\n## Usage\n\n### Quick Start\n\n```swift\nimport QLayout\n\nclass ViewController: UIViewController {\n\n    lazy var subView = UIView()\n\n    override func viewDidLoad() {\n        super.viewDidLoad()\n\n        self.view.addSubview(subView)\n        \n        subView.layout.width.height.equalTo(50)\n        subView.layout.center.equalTo(view)\n    }\n\n}\n```\n\n## Credits\n\n- Jose Quintero ([@josejuanqm](https://twitter.com/josejuanqm))\n\n## License\n\nQLayout is released under the MIT license. See LICENSE for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosejuanqm%2FQLayout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosejuanqm%2FQLayout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosejuanqm%2FQLayout/lists"}