{"id":18270708,"url":"https://github.com/cocopon/CQMFloatingController","last_synced_at":"2025-04-05T01:30:47.859Z","repository":{"id":3310237,"uuid":"4352575","full_name":"cocopon/CQMFloatingController","owner":"cocopon","description":"Floating UI component with navigation bar for iPhone","archived":true,"fork":false,"pushed_at":"2013-07-13T04:34:35.000Z","size":391,"stargazers_count":232,"open_issues_count":1,"forks_count":38,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-11-05T11:53:06.420Z","etag":null,"topics":[],"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/cocopon.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-05-16T22:40:56.000Z","updated_at":"2023-06-15T01:20:49.000Z","dependencies_parsed_at":"2022-09-13T02:52:34.137Z","dependency_job_id":null,"html_url":"https://github.com/cocopon/CQMFloatingController","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/cocopon%2FCQMFloatingController","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocopon%2FCQMFloatingController/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocopon%2FCQMFloatingController/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocopon%2FCQMFloatingController/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cocopon","download_url":"https://codeload.github.com/cocopon/CQMFloatingController/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276043,"owners_count":20912286,"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-05T11:38:49.244Z","updated_at":"2025-04-05T01:30:47.186Z","avatar_url":"https://github.com/cocopon.png","language":"Objective-C","readme":"CQMFloatingController\n=====================\n\n\nOverview\n--------\nCQMFloatingController is a floating UI component with navigation bar.\nYou can push/pop a content view controller on it.\n\nThis component is ported from [Calqum](http://www.dotapon.sakura.ne.jp/apps/calqum2/index_en.html), customizable calculator for iPhone.\n\n\nFeatures\n--------\n- The appearance looks good in UIKit standard\n- Customizable frame color\n\n\nScreenshots\n-----------\n![Screenshot0](http://dotapon.sakura.ne.jp/github/CQMFloatingController/screenshots/0.png)\n![Screenshot1](http://dotapon.sakura.ne.jp/github/CQMFloatingController/screenshots/1.png)\n\n\nHow to Use\n----------\n1. Add all files in `CQMFloatingController/Classes` to your project\n2. Write code as below:\n\n```Objective-C\n// Import a required class\n#import \"CQMFloatingController.h\"\n\n- (void)show {\n    // Prepare content view controller\n    SomeViewController *viewController = [[[SomeViewController alloc] init] autorelease];\n\n    // Get shared floating controller, and customize if needed\n    CQMFloatingController *floatingController = [CQMFloatingController sharedFloatingController];\n    [floatingController setFrameColor:[UIColor orangeColor]];\n        \n    // Show floating controller with content\n    UIWindow *window = [[UIApplication sharedApplication] keyWindow];\n    UIView *rootView = [window.rootViewController view];\n    [floatingController showInView:rootView\n         withContentViewController:viewController\n                          animated:YES];\n}\n```\n\n\nLicense\n-------\nMIT License.\nSee LICENSE.txt for more information.\n\n","funding_links":[],"categories":["etc"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcocopon%2FCQMFloatingController","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcocopon%2FCQMFloatingController","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcocopon%2FCQMFloatingController/lists"}