{"id":18270337,"url":"https://github.com/alexanderjarvis/PXAlertView","last_synced_at":"2025-04-05T01:30:32.041Z","repository":{"id":62450386,"uuid":"13214713","full_name":"alexanderjarvis/PXAlertView","owner":"alexanderjarvis","description":"A drop-in replacement for UIAlertView that is more customisable and skinnable","archived":false,"fork":false,"pushed_at":"2016-11-21T04:17:59.000Z","size":1204,"stargazers_count":592,"open_issues_count":10,"forks_count":95,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-03-18T12:53:59.526Z","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/alexanderjarvis.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":"2013-09-30T12:27:10.000Z","updated_at":"2025-03-12T19:03:30.000Z","dependencies_parsed_at":"2022-11-01T23:17:52.182Z","dependency_job_id":null,"html_url":"https://github.com/alexanderjarvis/PXAlertView","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexanderjarvis%2FPXAlertView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexanderjarvis%2FPXAlertView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexanderjarvis%2FPXAlertView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexanderjarvis%2FPXAlertView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexanderjarvis","download_url":"https://codeload.github.com/alexanderjarvis/PXAlertView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276021,"owners_count":20912285,"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-05T11:38:31.289Z","updated_at":"2025-04-05T01:30:31.582Z","avatar_url":"https://github.com/alexanderjarvis.png","language":"Objective-C","readme":"# PXAlertView\n\nPXAlertView is a UIAlertView replacement similar to the style in iOS 7 but with a block based API and the ability to customise the styling and add custom views.\n\n## Preview\n![Demo Animation](animation.gif)\n\n## Features\n\n* Simple block syntax instead of delegates\n* Animations that match UIAlertView in iOS 7\n* Fully customisable\n* Add your own UIView beneath the title\n\n## Installation\n\nAdd the following to your [CocoaPods](http://cocoapods.org/) Podfile\n\n\tpod 'PXAlertView', '~\u003e 0.1.0'\n\nor clone as a git submodule,\n\nor just copy ```PXAlertView.h``` and ```.m``` into your project.\n\n## Usage\n\nSee [PXAlertView.h](Classes/PXAlertView.h) for the complete API.\n\n### An Example\n\n```Objective-C\n[PXAlertView showAlertWithTitle:@\"The Matrix\"\n                        message:@\"Pick the Red pill, or the blue pill\"\n                    cancelTitle:@\"Blue\"\n                     otherTitle:@\"Red\"\n                     completion:^(BOOL cancelled, NSInteger buttonIndex) {\n                         if (cancelled) {\n                             NSLog(@\"Cancel (Blue) button pressed\");\n                         } else {\n                             NSLog(@\"Other (Red) button pressed\");\n                         }\n                     }];\n```\n\n## TODO\n\n* Add style that matches iOS 7 exactly\n* Ability to dynamically specify the styling of AlertView: default/dark\n\n## License\n\nPXAlertView is available under the MIT license. See the LICENSE file for more info.\n","funding_links":[],"categories":["etc"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexanderjarvis%2FPXAlertView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexanderjarvis%2FPXAlertView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexanderjarvis%2FPXAlertView/lists"}