{"id":2417,"url":"https://github.com/OEA/OEANotification","last_synced_at":"2025-08-03T00:30:49.920Z","repository":{"id":62449320,"uuid":"47130713","full_name":"OEA/OEANotification","owner":"OEA","description":"OEANotification is a customizable notification view framework","archived":false,"fork":false,"pushed_at":"2018-01-22T19:43:20.000Z","size":4415,"stargazers_count":18,"open_issues_count":1,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-22T11:54:09.870Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/OEA.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-11-30T16:16:29.000Z","updated_at":"2024-05-26T11:12:35.000Z","dependencies_parsed_at":"2022-11-01T23:17:51.633Z","dependency_job_id":null,"html_url":"https://github.com/OEA/OEANotification","commit_stats":null,"previous_names":["oeaslan/oeanotification"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OEA%2FOEANotification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OEA%2FOEANotification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OEA%2FOEANotification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OEA%2FOEANotification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OEA","download_url":"https://codeload.github.com/OEA/OEANotification/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228503222,"owners_count":17930543,"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-01-05T20:16:13.263Z","updated_at":"2024-12-06T17:31:07.240Z","avatar_url":"https://github.com/OEA.png","language":"Swift","funding_links":[],"categories":["UI"],"sub_categories":["Alert \u0026 Action Sheet","Other free courses"],"readme":"# OEANotification\n\n[![Version](https://img.shields.io/cocoapods/v/OEANotification.svg?style=flat)](http://cocoapods.org/pods/OEANotification)\n[![License](https://img.shields.io/cocoapods/l/OEANotification.svg?style=flat)](http://cocoapods.org/pods/OEANotification)\n[![Platform](https://img.shields.io/cocoapods/p/OEANotification.svg?style=flat)](http://cocoapods.org/pods/OEANotification)\n[![Swift 2.1](https://img.shields.io/badge/Swift-2.1-orange.svg?style=flat)](https://developer.apple.com/swift/)\n\nOEANotification is an iOS library which provides to create notifications and customize them easily.\nYou can create notifications with just one line of code ,if you are bored UIAlertView.\n\n![](ScreenRecord/OEANotification.gif)\n\n\n## Usage\n\n```swift\n\nclass ViewController: UIViewController {\n\n    override func viewDidLoad() {\n        super.viewDidLoad()\n        OEANotification.setDefaultViewController(self)\n        // to create simple success notification\n        OEANotification.notify(\"Test Title\", subTitle: \"Test SubTitle\", image: nil, type: NotificationType.Success, isDismissable: true)\n        // to create info notification\n        //OEANotification.notify(\"Test Title\", subTitle: \"Test SubTitle\", image: nil, type: NotificationType.Info, isDismissable: true)\n        // to create warning notification\n        //OEANotification.notify(\"Test Title\", subTitle: \"Test SubTitle\", image: nil, type: NotificationType.Warning, isDismissable: true)\n        // to create completion handler based notification\n        OEANotification.notify(\"Test Title\", subTitle: \"Test Subtitle\", image: nil, type: .Success, isDismissable: true, completion: { () -\u003e Void in\n                print(\"completed\")\n            }, touchHandler: nil)\n        // to create touchHandler based notificaiton\n        OEANotification.notify(\"Test Title\", subTitle: \"Test Subtitle\", image: nil, type: .Success, isDismissable: true, completion: { () -\u003e Void in\n                print(\"completed\")\n            }) { () -\u003e Void in\n                print(\"touched event\")\n    }\n}\n```\n\n## Installation\n\nOEANotification is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"OEANotification\"\n```\n\n#### Roadmap \n\n- [X] Default Notification Types (Warning, Info, Success)\n- [ ] Custom Notification Type\n- [X] Device rotation handling\n- [X] Completion Handler based notification\n- [X] View Tapped Handler based notification\n- [ ] Creating big example of OEANotification\n- [ ] UI Tests\n- [ ] Setup Travis\n\n\n## Author\n\nÖmer Aslan, omeremreaslan@gmail.com\n\n## License\n\nOEANotification is available under the MIT license. See the LICENSE file for more info.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOEA%2FOEANotification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FOEA%2FOEANotification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOEA%2FOEANotification/lists"}