{"id":19805624,"url":"https://github.com/remirobert/rrcustompagecontroller","last_synced_at":"2025-05-01T06:31:23.076Z","repository":{"id":19079622,"uuid":"22307018","full_name":"remirobert/RRCustomPageController","owner":"remirobert","description":"Custom PageViewController for iOS","archived":false,"fork":false,"pushed_at":"2014-07-31T21:43:07.000Z","size":312,"stargazers_count":14,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-24T05:58:09.477Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/remirobert.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":"2014-07-27T08:52:03.000Z","updated_at":"2017-03-14T20:43:27.000Z","dependencies_parsed_at":"2022-08-21T06:40:44.424Z","dependency_job_id":null,"html_url":"https://github.com/remirobert/RRCustomPageController","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/remirobert%2FRRCustomPageController","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remirobert%2FRRCustomPageController/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remirobert%2FRRCustomPageController/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remirobert%2FRRCustomPageController/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remirobert","download_url":"https://codeload.github.com/remirobert/RRCustomPageController/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224246063,"owners_count":17279649,"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-12T09:04:42.082Z","updated_at":"2024-11-12T09:04:42.830Z","avatar_url":"https://github.com/remirobert.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RRCustomPageController\n\n[![CI Status](http://img.shields.io/travis/remirobert/RRCustomPageController.svg?style=flat)](https://travis-ci.org/remirobert/RRCustomPageController)\n[![Version](https://img.shields.io/cocoapods/v/RRCustomPageController.svg?style=flat)](http://cocoadocs.org/docsets/RRCustomPageController)\n[![License](https://img.shields.io/cocoapods/l/RRCustomPageController.svg?style=flat)](http://cocoadocs.org/docsets/RRCustomPageController)\n[![Platform](https://img.shields.io/cocoapods/p/RRCustomPageController.svg?style=flat)](http://cocoadocs.org/docsets/RRCustomPageController)\n\n![Alt text](https://raw.githubusercontent.com/remirobert/RRCustomPageController/master/ressources/record3.gif \"Project Test\")\n====\n## Usage\n\nEach UIViewControllers must inherit of RRPageController, and the init it with title or UIImage.\n\n``` Objective-c\n#import \"RRViewController.h\"\n#import \"RRCustomPageController.h\"\n#import \"RRPageController.h\"\n#import \"RRViewController1.h\"\n\n@interface RRViewController ()\n\n@end\n\n@implementation RRViewController\n\n- (void) viewDidAppear:(BOOL)animated {\n    RRViewController1 *c1 = [[RRViewController1 alloc] initWithTitle:@\"title1\"];\n    RRViewController1 *c2 = [[RRViewController1 alloc] initWithTitle:@\"title2\"];\n    RRViewController1 *c3 = [[RRViewController1 alloc] initWithTitle:@\"title3\"];\n    RRViewController1 *c4 = [[RRViewController1 alloc] initWithTitle:@\"title4\"];\n    \n    \n    RRCustomPageController *controller = [[RRCustomPageController alloc] initWithControllers:@[c1, c2, c3, c4]];\n  \n    controller.menuBar.backgroundColor = [UIColor colorWithRed:0.842 green:0.000 blue:0.000 alpha:1.000];\n    [self presentViewController:controller animated:NO completion:nil];\n}\n```\n\n## Installation\n\nRRCustomPageController is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n    pod \"RRCustomPageController\"\n\n## Author\n\nremirobert, remi.robert@epitech.eu\n\n## License\n\nRRCustomPageController is available under the MIT license. See the LICENSE file for more info.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremirobert%2Frrcustompagecontroller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremirobert%2Frrcustompagecontroller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremirobert%2Frrcustompagecontroller/lists"}