{"id":18880856,"url":"https://github.com/keenteam1990/jpulldownmenu","last_synced_at":"2025-10-28T05:32:00.553Z","repository":{"id":107583855,"uuid":"130465594","full_name":"KeenTeam1990/JPullDownMenu","owner":"KeenTeam1990","description":"🛣这是一个简单的下拉菜单,使用详情见Demo","archived":false,"fork":false,"pushed_at":"2018-04-21T11:02:19.000Z","size":65,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-31T03:23:34.977Z","etag":null,"topics":["menu","pull"],"latest_commit_sha":null,"homepage":"","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/KeenTeam1990.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-21T11:01:26.000Z","updated_at":"2020-03-31T05:35:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"ff9b9afa-3a11-4de3-a51a-a9ca3638a3a2","html_url":"https://github.com/KeenTeam1990/JPullDownMenu","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeenTeam1990%2FJPullDownMenu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeenTeam1990%2FJPullDownMenu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeenTeam1990%2FJPullDownMenu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeenTeam1990%2FJPullDownMenu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KeenTeam1990","download_url":"https://codeload.github.com/KeenTeam1990/JPullDownMenu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239848243,"owners_count":19707119,"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":["menu","pull"],"created_at":"2024-11-08T06:46:18.669Z","updated_at":"2025-10-28T05:32:00.474Z","avatar_url":"https://github.com/KeenTeam1990.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JPullDownMenu\n####这是一个简单的下拉菜单,使用详情见Demo。\n####如果觉得有用的话，给个赞呗。😂😂😂\n\n---\n\n\n![](image.png)\n\n## Usage\n\n```\n    self.menu = [[JPullDownMenu alloc]initWithFrame:CGRectMake(0,0,kWidth, 40) menuTitleArray:@[@\"全部\"]];\n    NSArray * regionArray =@[@\"语文\",@\"数学\",@\"英语\",@\"物理\",@\"化学\"];\n    \n    self.menu.menuDataArray = [NSMutableArray arrayWithObjects:regionArray, nil];\n    \n    [self.view addSubview:self.menu];\n    \n    __weak typeof(self) _self = self;\n    [self.menu setHandleSelectDataBlock:^(NSString *selectTitle, NSUInteger selectIndex, NSUInteger selectButtonTag) {\n        \n        _self.titleLabel.text = [NSString stringWithFormat:@\"selectTitle = %@\\n selectIndex = @%lu\\n selectButtonTag = @%lu\",selectTitle,selectIndex,selectButtonTag];\n    }];\n}\n```\n \n\n## Author\n\nkt, email: keen_team@163.com\n\n## License\n\nJPullDownMenu is available under the (MIT)License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeenteam1990%2Fjpulldownmenu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeenteam1990%2Fjpulldownmenu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeenteam1990%2Fjpulldownmenu/lists"}