{"id":21842162,"url":"https://github.com/fpg1503/uitoast","last_synced_at":"2026-04-29T14:05:42.298Z","repository":{"id":26812119,"uuid":"30270673","full_name":"fpg1503/UIToast","owner":"fpg1503","description":"🍻 An Objective-C class that adds Android-style toast notifications to iOS.","archived":false,"fork":false,"pushed_at":"2015-12-24T18:55:58.000Z","size":31,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-25T02:48:19.983Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/fpg1503.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":"2015-02-03T23:34:55.000Z","updated_at":"2017-03-14T06:13:07.000Z","dependencies_parsed_at":"2022-08-31T17:02:17.554Z","dependency_job_id":null,"html_url":"https://github.com/fpg1503/UIToast","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/fpg1503/UIToast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpg1503%2FUIToast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpg1503%2FUIToast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpg1503%2FUIToast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpg1503%2FUIToast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fpg1503","download_url":"https://codeload.github.com/fpg1503/UIToast/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpg1503%2FUIToast/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261337123,"owners_count":23143836,"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-27T22:10:47.503Z","updated_at":"2026-04-29T14:05:42.226Z","avatar_url":"https://github.com/fpg1503.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UIToast\nAn Objective-C class that adds Android-style toast notifications to iOS.\n\n\n[![CI Status](http://img.shields.io/travis/fpg1503/UIToast.svg?style=flat)](https://travis-ci.org/fpg1503/UIToast)\n[![Version](https://img.shields.io/cocoapods/v/UIToast.svg?style=flat)](http://cocoapods.org/pods/UIToast)\n[![License](https://img.shields.io/cocoapods/l/UIToast.svg?style=flat)](http://cocoapods.org/pods/UIToast)\n[![Platform](https://img.shields.io/cocoapods/p/UIToast.svg?style=flat)](http://cocoapods.org/pods/UIToast)\n\n## Inspiration\n`UIToast` is shamefully inspired on [Android toasts](http://developer.android.com/guide/topics/ui/notifiers/toasts.html). If you can I would recommend on **not using toasts on iOS**. If you don't have a choice (like me when I wrote this pod) this might just be the perfect lib for you.\n\n## Usage\nUsage is extremely simple and if you use it with Swift you'll think you're reading Android code (except for the lack of `context`s and semicolons :P).\n\n```objective-c\nNSString *text = @\"Hello, UIToast!\";\nNSTimeInterval duration = 3.0;\n[[UIToast makeText:text duration:duration] show];\n```\n\nor simply\n\n```objective-c\n[[UIToast makeText:@\"Woah, that was easy!\"] show];\n```\n\n## Contributing and future improvements\nFeel free to open feature requests, issues and PRs. For now there is a small road map:\n- [ ] Add Travis CI\n- [ ] Create delegate for `UIToast`s\n- [ ] Improve support for multiple toasts on screen\n- [ ] Make it possible to customize position, color and font\n- [ ] Support custom views as toasts\n- [ ] Use autolayout\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpg1503%2Fuitoast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffpg1503%2Fuitoast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpg1503%2Fuitoast/lists"}