{"id":20441255,"url":"https://github.com/leavesster/ylfpresentationcontroller","last_synced_at":"2026-04-19T02:33:44.228Z","repository":{"id":56929437,"uuid":"148981965","full_name":"leavesster/YLFPresentationController","owner":"leavesster","description":"custom UIPresentationController","archived":false,"fork":false,"pushed_at":"2018-09-16T11:39:27.000Z","size":26,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T14:07:22.793Z","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/leavesster.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":"2018-09-16T09:42:48.000Z","updated_at":"2018-10-16T02:36:41.000Z","dependencies_parsed_at":"2022-08-21T00:01:08.962Z","dependency_job_id":null,"html_url":"https://github.com/leavesster/YLFPresentationController","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/leavesster%2FYLFPresentationController","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leavesster%2FYLFPresentationController/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leavesster%2FYLFPresentationController/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leavesster%2FYLFPresentationController/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leavesster","download_url":"https://codeload.github.com/leavesster/YLFPresentationController/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241989854,"owners_count":20053802,"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-15T09:31:18.728Z","updated_at":"2026-04-19T02:33:44.183Z","avatar_url":"https://github.com/leavesster.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YLFPresentationController\n\n[![CI Status](https://img.shields.io/travis/leavesster/YLFPresentationController.svg?style=flat)](https://travis-ci.org/leavesster/YLFPresentationController)\n[![Version](https://img.shields.io/cocoapods/v/YLFPresentationController.svg?style=flat)](https://cocoapods.org/pods/YLFPresentationController)\n[![License](https://img.shields.io/cocoapods/l/YLFPresentationController.svg?style=flat)](https://cocoapods.org/pods/YLFPresentationController)\n[![Platform](https://img.shields.io/cocoapods/p/YLFPresentationController.svg?style=flat)](https://cocoapods.org/pods/YLFPresentationController)\n\nThis project is inspired by [PresentBottom](https://github.com/IkeBanPC/PresentBottom)\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n```Objective-C\nUIViewController *controller = [[UIViewController alloc] init];\nYLFTransitioningManager *transitioningManager = [[YLFTransitioningManager alloc] initWithViewController:controller];\n\n[self presentViewController:controller animated:YES completion:nil];\n```\n\n## Requirements\n\niOS 8+\n\n## Installation\n\nYLFPresentationController is available through [CocoaPods](https://cocoapods.org). To install it, simply add the following line to your Podfile:\n\n```ruby\ntarget 'Demo' do\n    pod 'YLFPresentationController'\nend\n```\n\n## Reference\n\n* Blog\n\n[ViewController Transition](https://github.com/seedante/iOS-Note/wiki/ViewController-Transition)  \n[View Controller 转场](https://objccn.io/issue-5-3/)  \n[WWDC 2013 Session笔记 - iOS7中的ViewController切换](https://onevcat.com/2013/10/vc-transition-in-ios7/)\n\n* Apple\n\n[UIViewControllerTransitionCoordinator](https://developer.apple.com/documentation/uikit/uiviewcontrollertransitioncoordinator?language=objc)  \n[UIPresentationController](https://developer.apple.com/documentation/uikit/uipresentationcontroller?language=objc)  \n[Creating Custom Presentations](https://developer.apple.com/library/archive/featuredarticles/ViewControllerPGforiPhoneOS/DefiningCustomPresentations.html#//apple_ref/doc/uid/TP40007457-CH25-SW1)\n\n## License\n\nYLFPresentationController is available under the MIT license. See the LICENSE file for more info.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleavesster%2Fylfpresentationcontroller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleavesster%2Fylfpresentationcontroller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleavesster%2Fylfpresentationcontroller/lists"}