{"id":13611313,"url":"https://github.com/martinjuhasz/MJPopupViewController","last_synced_at":"2025-04-13T04:33:52.081Z","repository":{"id":3703545,"uuid":"4774809","full_name":"martinjuhasz/MJPopupViewController","owner":"martinjuhasz","description":"A UIViewController Category to display a ViewController as a popup with different transition effects.","archived":true,"fork":false,"pushed_at":"2020-06-16T16:56:54.000Z","size":329,"stargazers_count":964,"open_issues_count":51,"forks_count":220,"subscribers_count":51,"default_branch":"master","last_synced_at":"2024-10-21T00:00:19.243Z","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":"aspnet/Templates","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/martinjuhasz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-06-24T19:33:39.000Z","updated_at":"2024-09-08T15:49:11.000Z","dependencies_parsed_at":"2022-09-01T14:13:36.317Z","dependency_job_id":null,"html_url":"https://github.com/martinjuhasz/MJPopupViewController","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/martinjuhasz%2FMJPopupViewController","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinjuhasz%2FMJPopupViewController/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinjuhasz%2FMJPopupViewController/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinjuhasz%2FMJPopupViewController/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martinjuhasz","download_url":"https://codeload.github.com/martinjuhasz/MJPopupViewController/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223568171,"owners_count":17166612,"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-08-01T19:01:54.073Z","updated_at":"2024-11-07T18:30:17.148Z","avatar_url":"https://github.com/martinjuhasz.png","language":"Objective-C","funding_links":[],"categories":["Objective-C","Objective-C  Stars 1000以内排名整理","etc"],"sub_categories":[],"readme":"# MJPopupViewController (deprecated)\n\nA UIViewController Category to display a ViewController as a popup with different transition effects.\n\nWritten by [Martin Juhasz](http://martinjuhasz.de), June 2012.\n\n\n**Note: You should no longer use this category since it's outdated and there are more modern approaches for facing this problem.**\n\n\n## Installation\n\nJust drop the files under `Source` into your Xcode project.\nAlso you need to add the QuartzCore-Framework to your project.\n\n\n## Usage\n\nFirst you have to import the category\n\n\t#import \"UIViewController+MJPopupViewController.h\"\n\t\nthen simply use `presentPopupViewController:animationType`, f.e.:\n\t\n\t[self presentPopupViewController:detailViewController animationType:MJPopupViewAnimationFade];\n\t\nto dismiss the popup, use `dismissPopupViewControllerWithanimationType`\n\t\n\t[self dismissPopupViewControllerWithanimationType:MJPopupViewAnimationFade];\n\t\nsee the demo for more detailed examples\n\n\n\n## Demo\n\nYou can open the `MJPopupViewControllerDemo` demo project in Xcode and run it on your iPhone as well as in the Simulator.\n\n\u003cimg src=\"https://raw.github.com/martinjuhasz/MJPopupViewController/master/assets/demo1.png\" width=\"320\" height=\"480\"/\u003e\n\u003cimg src=\"https://raw.github.com/martinjuhasz/MJPopupViewController/master/assets/demo2.png\" width=\"330\" height=\"480\"/\u003e\n\n\n## Issues and Feature Requests\n\nPlease report issues via GitHub's issue tracker.\n\n\n## ARC\n\nThis version is made using Automated Reference Counting.\n\n\n## TODO\n\n- Rotation Support\n- More animation types\n- support different background types\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartinjuhasz%2FMJPopupViewController","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartinjuhasz%2FMJPopupViewController","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartinjuhasz%2FMJPopupViewController/lists"}