{"id":18450174,"url":"https://github.com/iosdevgarg/slide-menu-drawer","last_synced_at":"2025-06-11T18:41:36.616Z","repository":{"id":143698013,"uuid":"120258650","full_name":"iOSDevGarg/Slide-Menu-Drawer","owner":"iOSDevGarg","description":"Slide out Menu Customisable with PanGesture and TableView","archived":false,"fork":false,"pushed_at":"2018-02-08T10:42:48.000Z","size":49,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T11:39:15.221Z","etag":null,"topics":["gesture-recognizer","notification-observer","pan-gesture","side-drawer","side-menu","sidemenu","sidemenuswift","tableview","viewcontroller"],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iOSDevGarg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-05T05:23:07.000Z","updated_at":"2024-08-21T07:12:06.000Z","dependencies_parsed_at":"2023-06-14T11:45:34.584Z","dependency_job_id":null,"html_url":"https://github.com/iOSDevGarg/Slide-Menu-Drawer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iOSDevGarg/Slide-Menu-Drawer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iOSDevGarg%2FSlide-Menu-Drawer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iOSDevGarg%2FSlide-Menu-Drawer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iOSDevGarg%2FSlide-Menu-Drawer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iOSDevGarg%2FSlide-Menu-Drawer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iOSDevGarg","download_url":"https://codeload.github.com/iOSDevGarg/Slide-Menu-Drawer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iOSDevGarg%2FSlide-Menu-Drawer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259317426,"owners_count":22839536,"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":["gesture-recognizer","notification-observer","pan-gesture","side-drawer","side-menu","sidemenu","sidemenuswift","tableview","viewcontroller"],"created_at":"2024-11-06T07:23:50.352Z","updated_at":"2025-06-11T18:41:36.597Z","avatar_url":"https://github.com/iOSDevGarg.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slide-Menu-Drawer\n* Add A Side Menu as Subview in any Controller with some Short required Code\n* Used Nptification observers To handle Response\n* Pan Gesture To move a View, TableView as Side Menu \n\n# Side Menu Object \n\n      private lazy var sideMenuVCObject: SideMenuVC =\n    {\n        // Instantiate View Controller\n        let viewController = self.storyboard?.instantiateViewController(withIdentifier: \"SideMenuVC\") as! SideMenuVC\n        \n        // Add View Controller as Child View Controller\n        self.addChildViewController(viewController)\n        return viewController\n    }()\n    \n    \n # Adding Object as A Subview \n\n\n    private func add(asChildViewController viewController: UIViewController, baseView: UIView)\n    {\n        // Configure Child View\n        viewController.view.frame = CGRect(x: 0, y: 0, width: baseView.frame.size.width, height: baseView.frame.size.height)\n        \n        // Add Child View Controller\n        addChildViewController(viewController)\n        viewController.view.translatesAutoresizingMaskIntoConstraints = true\n        \n        // Add Child View as Subview\n        baseView.addSubview(viewController.view)\n        \n        // Notify Child View Controller\n        viewController.didMove(toParentViewController: self)\n    }\n    \n# Output ScreenShots\n\n![simulator screen shot - iphone 8 plus - 2018-02-05 at 12 13 45](https://user-images.githubusercontent.com/26831784/35791494-51aeff02-0a6e-11e8-9375-81f45cae5277.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiosdevgarg%2Fslide-menu-drawer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiosdevgarg%2Fslide-menu-drawer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiosdevgarg%2Fslide-menu-drawer/lists"}