{"id":21990079,"url":"https://github.com/skyhacker2/ecdrawerlayout","last_synced_at":"2026-03-09T10:01:18.667Z","repository":{"id":36711737,"uuid":"41018293","full_name":"skyhacker2/ECDrawerLayout","owner":"skyhacker2","description":"DrawerLayout on iOS","archived":false,"fork":false,"pushed_at":"2016-03-16T10:08:17.000Z","size":1200,"stargazers_count":56,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-19T18:40:46.432Z","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/skyhacker2.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":"2015-08-19T06:51:57.000Z","updated_at":"2021-10-08T21:14:16.000Z","dependencies_parsed_at":"2022-07-15T20:17:21.144Z","dependency_job_id":null,"html_url":"https://github.com/skyhacker2/ECDrawerLayout","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/skyhacker2/ECDrawerLayout","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyhacker2%2FECDrawerLayout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyhacker2%2FECDrawerLayout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyhacker2%2FECDrawerLayout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyhacker2%2FECDrawerLayout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skyhacker2","download_url":"https://codeload.github.com/skyhacker2/ECDrawerLayout/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyhacker2%2FECDrawerLayout/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30290894,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-29T19:37:09.619Z","updated_at":"2026-03-09T10:01:18.616Z","avatar_url":"https://github.com/skyhacker2.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ECDrawerLayout\n\n[![CI Status](http://img.shields.io/travis/Eleven Chen/ECDrawerLayout.svg?style=flat)](https://travis-ci.org/Eleven Chen/ECDrawerLayout)\n[![Version](https://img.shields.io/cocoapods/v/ECDrawerLayout.svg?style=flat)](http://cocoapods.org/pods/ECDrawerLayout)\n[![License](https://img.shields.io/cocoapods/l/ECDrawerLayout.svg?style=flat)](http://cocoapods.org/pods/ECDrawerLayout)\n[![Platform](https://img.shields.io/cocoapods/p/ECDrawerLayout.svg?style=flat)](http://cocoapods.org/pods/ECDrawerLayout)\n\n## Overview\n\nA very simple DrawerLayout implemented on the iOS.\n\n## Usage\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n\n## Installation\n\nECDrawerLayout is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"ECDrawerLayout\"\n```\n\n## Configuring\n\n```\nself.drawerLayout = [[ECDrawerLayout alloc] initWithParentView:self.navigationController.view];\nself.drawerLayout.contentView = self.drawerView;\nself.drawerLayout.delegate = self;\n[self.navigationController.view addSubview:self.drawerLayout];\n```\nYou have to implement a content view yourself, and then add it to drawerLayout's contentView property. Please see the example.\n\nif you want to open from right, set the openFormRight = YES\n\n```\nself.drawerLayout.openFromRight = YES;\n```\n\nI look forward to the effect that when DrawerLayout display, status bar hidden, like Uber did. :(\n\n\n![image](ECDrawerLayout.gif)\n\n## Author\n\nEleven Chen, skyhacker@126.com\n\n## License\n\nECDrawerLayout is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyhacker2%2Fecdrawerlayout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskyhacker2%2Fecdrawerlayout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyhacker2%2Fecdrawerlayout/lists"}