{"id":24733630,"url":"https://github.com/fanta1ty/tdetailboxview","last_synced_at":"2025-10-28T23:09:38.829Z","repository":{"id":57746971,"uuid":"521168424","full_name":"fanta1ty/TDetailBoxView","owner":"fanta1ty","description":"TDetailBoxView is a simple and flexible UI component fully written in Swift. TDetailBoxView is developed to help users quickly display the detail screen without having to develop from scratch.","archived":false,"fork":false,"pushed_at":"2022-08-05T07:29:45.000Z","size":151,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T10:00:28.279Z","etag":null,"topics":["box","cocoapods","detail","framework","ios","ios10","lib","pod","swift","swift5","uikit","uiview","view"],"latest_commit_sha":null,"homepage":"","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/fanta1ty.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}},"created_at":"2022-08-04T07:33:32.000Z","updated_at":"2022-08-18T14:18:19.000Z","dependencies_parsed_at":"2022-09-02T23:21:10.756Z","dependency_job_id":null,"html_url":"https://github.com/fanta1ty/TDetailBoxView","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fanta1ty%2FTDetailBoxView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fanta1ty%2FTDetailBoxView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fanta1ty%2FTDetailBoxView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fanta1ty%2FTDetailBoxView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fanta1ty","download_url":"https://codeload.github.com/fanta1ty/TDetailBoxView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244983708,"owners_count":20542501,"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":["box","cocoapods","detail","framework","ios","ios10","lib","pod","swift","swift5","uikit","uiview","view"],"created_at":"2025-01-27T18:17:25.623Z","updated_at":"2025-10-28T23:09:33.794Z","avatar_url":"https://github.com/fanta1ty.png","language":"Swift","readme":"![LOGO](https://github.com/fanta1ty/TDetailBoxView/blob/master/ScreenShot/Logo.png)\n\n# TDetailBoxView\n\nTDetailBoxView is a simple and flexible UI component fully written in Swift. TDetailBoxView is developed to help users quickly display the detail screen without having to develop from scratch.\n\n  \n[![Swift 5.0](https://img.shields.io/badge/Swift-5.0-brightgreen)](https://developer.apple.com/swift/)\n[![Version](https://img.shields.io/cocoapods/v/TDetailBoxView.svg?style=flat)](https://cocoapods.org/pods/TDetailBoxView)\n[![License](https://img.shields.io/cocoapods/l/TDetailBoxView.svg?style=flat)](https://cocoapods.org/pods/TDetailBoxView)\n[![Email](https://img.shields.io/badge/contact-@thinhnguyen12389@gmail.com-blue)](thinhnguyen12389@gmail.com)\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Requirements\n\n## Installation\n\nTDetailBoxView is available through [CocoaPods](https://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'TDetailBoxView'\n```\n\n## Usage\n```swift\nimport TDetailBoxView\n```\n\n1) Initial ``TDetailBoxView`` \n```swift\nlet detailBoxView = TDetailBoxView()\n```\n\n2) Initial some items for displaying the detail content\n```swift\nitems: [TDetailItem] = [\n    TDetailItem(title: \"Name:\", value: \"TDetailBoxView\"),\n    TDetailItem(title: \"Author:\", value: \"fanta1ty\"),\n    TDetailItem(title: \"Contact\", value: \"thinhnguyen12389@gmail.com\"),\n    TDetailItem(title: \"Run:\", value: \"pod 'TDetailBoxView'\")\n]\n```\n\n3) Call function ``applyData`` to add items into ``TDetailBoxView``\n```swift\ncontentView.detailBoxView.applyData(items: items,\n                                    title: \"TDetailBoxView\",\n                                    buttonTitle: \"OK\",\n                                    tipBoxTitle: \"Tip: Please use TDetailBoxView for displaying detail UI\")\n]\n```\n\n\n![til](https://github.com/fanta1ty/TDetailBoxView/blob/master/ScreenShot/demo.gif)\n\n## Requirements\n- iOS 10.0 or later\n- Swift 5.0 or later\n\n## Author\n\nfanta1ty, thinhnguyen12389@gmail.com\n\n## License\n\nTDetailBoxView is available under the MIT license. See the LICENSE file for more info.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffanta1ty%2Ftdetailboxview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffanta1ty%2Ftdetailboxview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffanta1ty%2Ftdetailboxview/lists"}