{"id":21376485,"url":"https://github.com/fluidgroup/bureau","last_synced_at":"2025-09-04T10:41:37.869Z","repository":{"id":40392329,"uuid":"212084925","full_name":"FluidGroup/Bureau","owner":"FluidGroup","description":"An easy way to use input view to display custom-view on iOS UIKit","archived":false,"fork":false,"pushed_at":"2023-03-29T12:46:56.000Z","size":2822,"stargazers_count":23,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-12T10:58:09.479Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/FluidGroup.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}},"created_at":"2019-10-01T12:00:35.000Z","updated_at":"2024-05-29T04:51:01.000Z","dependencies_parsed_at":"2023-07-13T09:51:29.200Z","dependency_job_id":null,"html_url":"https://github.com/FluidGroup/Bureau","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"9ddcd5891795bc3b174772f9586bab0b79e109b8"},"previous_names":["muukii/bureau"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/FluidGroup/Bureau","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2FBureau","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2FBureau/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2FBureau/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2FBureau/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FluidGroup","download_url":"https://codeload.github.com/FluidGroup/Bureau/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2FBureau/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273595280,"owners_count":25134257,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-22T09:15:54.333Z","updated_at":"2025-09-04T10:41:37.803Z","avatar_url":"https://github.com/FluidGroup.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bureau - A Container to display your customized view on UIKit's InputView\n\nAn easy way to display a custom view on the input view in UIKit.\n\n**Importantly to supports floating keyboard on iPadOS**\n\n![](demo.gif)\n\n## Requirements\n\n- Swift 5.1\n- iOS 10 +\n\n## Usage\n\n```swift\n\nclass ViewController: UIViewController {\n\n  // 💡 Step.1 Put BureauController\n  private let bureauController = BureauController()\n\n  override func viewDidLoad() {\n    super.viewDidLoad()\n\n    // 💡 Step.2 Set the viewController as an owner.\n    bureauController.setOwner(viewController: self)\n\n    // 💡 Step.3 Create an instance of your custom input view.\n    let yourCustomInputView = ...\n\n    // 💡 Step.4 To display your input view, do followings.\n    bureauController.containerView.addSubviewToEdges(view: yourCustomInputView)\n\n    // 💡 Step.5 Finally, Let's try to show it.\n    bureauController.show()\n\n  }\n}\n```\n\n## Installations\n\nCurrently, supports only CocoaPods.\n\nIn Podfile, please put the following.\n\n```ruby\npod 'Bureau'\n```\n\n## Author\n\nHiroshi Kimura\u003cMuukii\u003e\n\n## LICENSE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluidgroup%2Fbureau","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluidgroup%2Fbureau","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluidgroup%2Fbureau/lists"}