{"id":20571479,"url":"https://github.com/kf99916/extendedalertcontroller","last_synced_at":"2026-04-17T08:32:25.771Z","repository":{"id":56910210,"uuid":"321939521","full_name":"kf99916/ExtendedAlertController","owner":"kf99916","description":"ExtendedAlertController empowers your UIAlertController.","archived":false,"fork":false,"pushed_at":"2022-11-09T09:13:04.000Z","size":132,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-17T06:17:38.815Z","etag":null,"topics":["alert","alertview","topview","uiale"],"latest_commit_sha":null,"homepage":"","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/kf99916.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-12-16T09:57:35.000Z","updated_at":"2022-11-09T09:13:07.000Z","dependencies_parsed_at":"2022-08-21T04:20:37.153Z","dependency_job_id":null,"html_url":"https://github.com/kf99916/ExtendedAlertController","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/kf99916%2FExtendedAlertController","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kf99916%2FExtendedAlertController/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kf99916%2FExtendedAlertController/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kf99916%2FExtendedAlertController/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kf99916","download_url":"https://codeload.github.com/kf99916/ExtendedAlertController/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242187807,"owners_count":20086224,"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":["alert","alertview","topview","uiale"],"created_at":"2024-11-16T05:16:21.391Z","updated_at":"2026-04-17T08:32:25.736Z","avatar_url":"https://github.com/kf99916.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExtendedAlertController\n\nExtendedAlertController empowers your UIAlertController. This project is inspired by [AlertViewController](https://github.com/stringcode86/AlertViewController) and [alerts-and-pickers](https://github.com/dillidon/alerts-and-pickers).\n\n[![GitHub stars](https://img.shields.io/github/stars/kf99916/ExtendedAlertController.svg)](https://github.com/kf99916/ExtendedAlertController/stargazers)\n[![GitHub forks](https://img.shields.io/github/forks/kf99916/ExtendedAlertController.svg)](https://github.com/kf99916/ExtendedAlertController/network)\n[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/ExtendedAlertController.svg)](https://cocoapods.org/pods/ExtendedAlertController)\n[![Platform](https://img.shields.io/cocoapods/p/ExtendedAlertController.svg)](https://github.com/kf99916/ExtendedAlertController)\n[![GitHub license](https://img.shields.io/github/license/kf99916/ExtendedAlertController.svg)](https://github.com/kf99916/ExtendedAlertController/blob/master/LICENSE)\n\n![ExtendedAlertController](/screenshots/extendedAlertController.png 'ExtendedAlertController')\n![ExtendedAlertController](/screenshots/extendedAlertController-2.png 'ExtendedAlertController')\n\n## Requirements\n\n- iOS 9.0 or higher\n- Swift 5\n\n## Installation\n\n### Swift Package Manager\n\nThe [Swift Package Manager](https://swift.org/package-manager/) is a tool for automating the distribution of Swift code and is integrated into the `swift` compiler.\n\nOnce you have your Swift package set up, adding ExtendedAlertController as a dependency is as easy as adding it to the `dependencies` value of your `Package.swift`.\n\n```swift\ndependencies: [\n    .package(url: \"https://github.com/kf99916/ExtendedAlertController\")\n]\n```\n\n### CocoaPods\n\n[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate ExtendedAlertController into your Xcode project using CocoaPods, specify it in your `Podfile`:\n\n```ruby\npod 'ExtendedAlertController'\n```\n\n## Usage\n\nJust import this library and replace `UIAlertController` with `ExtendedAlertController` and you can:\n\n- Customize the top view in your alert with `.top` or `.beyound` layout. For example, you can add `UIImageView` into your alert.\n- Add custom `UIViewController` in your alert.\n- A syntactic sugar `backgroundColor` to update background color in your alert.\n\nCheck out the demo project to get more details.\n\n## Apps using ExtendedAlertController\n\nIf you are using ExtendedAlertController in your app and want to be listed here, simply create a pull request.\n\nI am always curious who is using my projects :)\n\n[Hikingbook](https://itunes.apple.com/app/id1067838748) - by Zheng-Xiang Ke\n\n![Hikingbook](/apps/Hikingbook.png)\n\n## Demo\n\nExtendedAlertControllerDemo is a simple demo app.\n\n## Author\n\nZheng-Xiang Ke, kf99916@gmail.com\n\n## License\n\nExtendedAlertController is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkf99916%2Fextendedalertcontroller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkf99916%2Fextendedalertcontroller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkf99916%2Fextendedalertcontroller/lists"}