{"id":26818787,"url":"https://github.com/chrisledet/cltablewithfooterviewcontroller","last_synced_at":"2025-04-24T00:48:15.196Z","repository":{"id":9342383,"uuid":"11191355","full_name":"chrisledet/CLTableWithFooterViewController","owner":"chrisledet","description":"Easily add a stationary footer image when you reach the bottom of your UIScrollView or UITableView.","archived":false,"fork":false,"pushed_at":"2013-09-13T04:24:58.000Z","size":549,"stargazers_count":103,"open_issues_count":0,"forks_count":11,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-30T05:14:48.932Z","etag":null,"topics":["ios","library","objective-c"],"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/chrisledet.png","metadata":{"files":{"readme":"README.markdown","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":"2013-07-05T04:02:11.000Z","updated_at":"2025-01-17T15:59:15.000Z","dependencies_parsed_at":"2022-09-14T19:12:29.321Z","dependency_job_id":null,"html_url":"https://github.com/chrisledet/CLTableWithFooterViewController","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisledet%2FCLTableWithFooterViewController","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisledet%2FCLTableWithFooterViewController/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisledet%2FCLTableWithFooterViewController/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisledet%2FCLTableWithFooterViewController/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrisledet","download_url":"https://codeload.github.com/chrisledet/CLTableWithFooterViewController/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250540955,"owners_count":21447426,"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":["ios","library","objective-c"],"created_at":"2025-03-30T05:14:53.376Z","updated_at":"2025-04-24T00:48:15.165Z","avatar_url":"https://github.com/chrisledet.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## CLTableWithFooterViewController\n\nEasily add a stationary footer image when you reach the bottom of your UIScrollView or UITableView. It will remain put when the content bounces up and hide when scrolling up.\n\n## Installation\n\nSimply add all the files in the [Src](https://github.com/chrisledet/CLTableWithFooterViewController/tree/master/Src) directory to your project.\n\n## Usage\n\n* Just import the `CLTableWithFooterViewController.h` header file into your UIViewController class.\n* Create a UIViewController that is a subclass of CLTableWithFooterViewController.\n* Now just sent the footer image by calling the `footerImage` property.\n\nHere's an example\n\n```objective-c\n#import \"CLTableWithFooterViewController.h\"\n\n@interface MyViewController : CLTableWithFooterViewController\n@end\n\n@implementation MyViewController\n\n- (void)viewDidLoad {\n    self.footerImage = [UIImage imageNamed:@\"my_footer.png\"];\n}\n\n@end\n\n```\n\n\n### Example\n\n![image](https://raw.github.com/chrisledet/CLTableWithFooterViewController/master/Example.gif)\n\nAlso, I included an example app. Just open the Xcode project, build, and run.\n\n### License\n\nReleased under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisledet%2Fcltablewithfooterviewcontroller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrisledet%2Fcltablewithfooterviewcontroller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisledet%2Fcltablewithfooterviewcontroller/lists"}