{"id":22002170,"url":"https://github.com/kenanatmaca/kemptyview","last_synced_at":"2025-05-01T12:13:19.339Z","repository":{"id":56917151,"uuid":"198646520","full_name":"KenanAtmaca/KEmptyView","owner":"KenanAtmaca","description":"Configurable TableView \u0026 CollectionView Empty Page","archived":false,"fork":false,"pushed_at":"2019-07-29T12:05:50.000Z","size":496,"stargazers_count":15,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-01T12:13:13.852Z","etag":null,"topics":["collectionview","data","empty-view","ios","swift","tableview","xcode"],"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/KenanAtmaca.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":"2019-07-24T13:58:45.000Z","updated_at":"2020-05-22T16:47:21.000Z","dependencies_parsed_at":"2022-08-21T03:50:53.163Z","dependency_job_id":null,"html_url":"https://github.com/KenanAtmaca/KEmptyView","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KenanAtmaca%2FKEmptyView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KenanAtmaca%2FKEmptyView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KenanAtmaca%2FKEmptyView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KenanAtmaca%2FKEmptyView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KenanAtmaca","download_url":"https://codeload.github.com/KenanAtmaca/KEmptyView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251871582,"owners_count":21657474,"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":["collectionview","data","empty-view","ios","swift","tableview","xcode"],"created_at":"2024-11-29T23:16:44.181Z","updated_at":"2025-05-01T12:13:19.294Z","avatar_url":"https://github.com/KenanAtmaca.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KEmptyView\n\n\u003cimg src=\"https://user-images.githubusercontent.com/16580898/61931981-e42cce00-af8a-11e9-881a-0c94aaab2606.png\" width=\"280\"\u003e\n\n\n![Licance](https://img.shields.io/github/license/KenanAtmaca/KEmptyView)\n![tag](https://img.shields.io/github/tag/KenanAtmaca/KEmptyView)\n![platform](https://img.shields.io/cocoapods/p/KEmptyView)\n![swift](https://img.shields.io/badge/Swift-4.2%2B-orange)\n\n## Advantages\n- [X] Simply use.\n- [X] Configurable.\n\n## Requirements\n\n- Xcode 9.0 +\n- iOS 9.0 or greater\n\n\n## Installation\n\n### CocoaPods\n\n1. Install [CocoaPods](http://cocoapods.org)\n2. Add this repo to your `Podfile`\n\n```ruby\ntarget 'Example' do\n  use_frameworks!\n\t\n  pod 'KEmptyView'\nend\n```\n\n3. Run `pod install`\n4. Open up the new `.xcworkspace` that CocoaPods generated\n5. Whenever you want to use the library: `import KEmptyView`\n\n### Manually\n\n1. Simply download the `KEmptyView` source files and import them into your project.\n\n## Usage\n\n```Swift\n        let emptyView = KEmptyView()\n        emptyView.setTitleCustomize(title: \"There were no results!\", textColor: .gray, font: UIFont(name: \"Futura\", size: 19))\n        emptyView.isTapScreen = true\n        emptyView.animation = .alpha\n        emptyView.screenTapAction = {\n            print(\"Reload!\")\n        }\n        \n        tableView.emptyView = emptyView\n        \n        tableView.reloadEmpty() // non-animated use\n        tableView.reloadEmptyAnimation() // if you are going to use animated\n```\n\nSee the 'KEmptyTable' sample project for more.\n\n## License\nUsage is provided under the [MIT License](http://http//opensource.org/licenses/mit-license.php). See LICENSE for the full details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenanatmaca%2Fkemptyview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkenanatmaca%2Fkemptyview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenanatmaca%2Fkemptyview/lists"}