{"id":19805633,"url":"https://github.com/remirobert/transitionviewcontroller","last_synced_at":"2026-04-16T17:02:34.531Z","repository":{"id":21723947,"uuid":"25045581","full_name":"remirobert/TransitionViewController","owner":"remirobert","description":"TransitionViewController is the portage of RRCustomPageController for Swift.","archived":false,"fork":false,"pushed_at":"2014-10-13T10:49:21.000Z","size":148,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-11T06:13:16.616Z","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/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-10-10T17:22:42.000Z","updated_at":"2017-02-19T16:49:19.000Z","dependencies_parsed_at":"2022-08-19T22:00:30.960Z","dependency_job_id":null,"html_url":"https://github.com/remirobert/TransitionViewController","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remirobert%2FTransitionViewController","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remirobert%2FTransitionViewController/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remirobert%2FTransitionViewController/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remirobert%2FTransitionViewController/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remirobert","download_url":"https://codeload.github.com/remirobert/TransitionViewController/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241150244,"owners_count":19918334,"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:44.453Z","updated_at":"2026-04-16T17:02:29.489Z","avatar_url":"https://github.com/remirobert.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ch1 align=\"center\"\u003eTransitionViewController\u003c/h1\u003e\n\u003c/p\u003e\n\nTransitionViewController is the protage of \u003ca href=\"https://github.com/remirobert/RRCustomPageController\"\u003eRRCustomPageController\u003c/a\u003e for Swift language.\nCheck out the link for more details.\n\n\u003chr\u003e\n\u003ch1 align=\"center\"\u003eHow to use it\u003c/h1\u003e\n\nFirstly, you have to add the protocol **PageController** to your UIViewController class.\n\n```Swift\n@objc protocol PageController {\n    var titlePageController: String? {get set}\n    var imagePageController: UIImage? {get set}\n}\n```\n\n\u003chr\u003e\n\n```Swift\nfunc application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -\u003e Bool {\n  self.window = UIWindow(frame: CGRectMake(0, 0, UIScreen.mainScreen().bounds.size.width,\n                                                  UIScreen.mainScreen().bounds.size.height))\n        \n  var c1 = testViewController()\n  c1.imagePageController = UIImage(named: \"user3\")\n\n  var c2 = testViewController()\n  c2.titlePageController = \"Custom Transition\"\n\n  var c3 = testViewController()\n  c3.imagePageController = UIImage(named: \"like\")\n      \n  let transitionController = TransitionViewController(controllersParam: [c1, c2, c3])\n  transitionController.startController = 1\n        \n  self.window?.rootViewController = transitionController\n  self.window?.makeKeyAndVisible()\n  return true\n}\n```\n\n\u003ch1 align=\"center\"\u003eAuthor\u003c/h1\u003e\nRémi ROBERT, remi.robert@epitech.eu\n\n\u003ch1 align=\"center\"\u003eLicense\u003c/h1\u003e\nTransitionViewController 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%2Ftransitionviewcontroller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremirobert%2Ftransitionviewcontroller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremirobert%2Ftransitionviewcontroller/lists"}