{"id":18818326,"url":"https://github.com/luobin23628/tktabbarcontroller","last_synced_at":"2026-01-15T16:30:19.876Z","repository":{"id":6233493,"uuid":"7465141","full_name":"luobin23628/TKTabBarController","owner":"luobin23628","description":"可以自定义普通和按下图片，选中效果的自定义TabbarController","archived":false,"fork":false,"pushed_at":"2013-01-07T11:13:31.000Z","size":142,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-30T02:42:55.458Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luobin23628.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}},"created_at":"2013-01-06T07:11:21.000Z","updated_at":"2014-02-01T00:39:24.000Z","dependencies_parsed_at":"2022-09-13T10:00:25.878Z","dependency_job_id":null,"html_url":"https://github.com/luobin23628/TKTabBarController","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/luobin23628%2FTKTabBarController","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luobin23628%2FTKTabBarController/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luobin23628%2FTKTabBarController/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luobin23628%2FTKTabBarController/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luobin23628","download_url":"https://codeload.github.com/luobin23628/TKTabBarController/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239753733,"owners_count":19691162,"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-11-08T00:16:10.713Z","updated_at":"2026-01-15T16:30:19.820Z","avatar_url":"https://github.com/luobin23628.png","language":"Objective-C","readme":"TKTabBarController\n==================\n\n可以自定义普通和按下图片，选中效果的自定义TabbarController, 支持ios4.3以上。\n\n使用方法：\n    \n    NSMutableArray *viewControllers = [NSMutableArray array];\n    \n    TKFirstViewController *firstViewController = [[TKFirstViewController alloc] init];\n    firstViewController.tabBarItem = [[[TKTabBarItem alloc] initWithTitle:@\"First\" unselectedImage:[UIImage imageNamed:@\"bottom_tabbar1_n.png\"] selectedImage:[UIImage imageNamed:@\"bottom_tabbar1_p.png\"] tag:0] autorelease];\n    [viewControllers addObject:firstViewController];\n    [firstViewController release];\n    \n    TKSecondViewController *secondViewController = [[TKSecondViewController alloc] init];\n    secondViewController.tabBarItem = [[[TKTabBarItem alloc] initWithTitle:@\"Second\" unselectedImage:[UIImage imageNamed:@\"bottom_tabbar2_n.png\"] selectedImage:[UIImage imageNamed:@\"bottom_tabbar2_p.png\"] tag:1] autorelease];\n    [viewControllers addObject:secondViewController];\n    [secondViewController release];\n    \n    TKThirdViewController *thirdViewController = [[TKThirdViewController alloc] init];\n    thirdViewController.tabBarItem = [[[TKTabBarItem alloc] initWithTitle:@\"Third\" unselectedImage:[UIImage imageNamed:@\"bottom_tabbar3_n.png\"] selectedImage:[UIImage imageNamed:@\"bottom_tabbar3_p.png\"] tag:2] autorelease];\n    [viewControllers addObject:thirdViewController];\n    [thirdViewController release];\n    \n    TKTabBarController *tabBarController = [[TKTabBarController alloc] init];\n    tabBarController.tabBar.tkBackgroundImage = [UIImage imageNamed:@\"tabbar-bg.png\"];\n    tabBarController.tabBar.tkSelectionIndicatorImage = [[UIImage imageNamed:@\"tabbar-button-bg-selected.png\"] stretchableImageWithLeftCapWidth:1 topCapHeight:1];\n    tabBarController.viewControllers = viewControllers;\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluobin23628%2Ftktabbarcontroller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluobin23628%2Ftktabbarcontroller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluobin23628%2Ftktabbarcontroller/lists"}