{"id":19556752,"url":"https://github.com/webmobi59/customnotificationbar","last_synced_at":"2026-05-15T06:34:14.364Z","repository":{"id":130342498,"uuid":"73010270","full_name":"WebMobi59/CustomNotificationBar","owner":"WebMobi59","description":"Custom APNS shower - Swift3.0","archived":false,"fork":false,"pushed_at":"2017-05-04T02:55:52.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-08T21:38:20.230Z","etag":null,"topics":[],"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/WebMobi59.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-06T18:27:05.000Z","updated_at":"2016-12-19T17:37:27.000Z","dependencies_parsed_at":"2023-03-18T09:23:47.192Z","dependency_job_id":null,"html_url":"https://github.com/WebMobi59/CustomNotificationBar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebMobi59%2FCustomNotificationBar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebMobi59%2FCustomNotificationBar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebMobi59%2FCustomNotificationBar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebMobi59%2FCustomNotificationBar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WebMobi59","download_url":"https://codeload.github.com/WebMobi59/CustomNotificationBar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240814839,"owners_count":19861955,"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-11T04:39:03.742Z","updated_at":"2026-05-15T06:34:14.321Z","avatar_url":"https://github.com/WebMobi59.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n[![Version](https://img.shields.io/cocoapods/v/SwiftMessageBar.svg?style=flat)](http://cocoapods.org/pods/SwiftMessageBar)\n[![License](https://img.shields.io/cocoapods/l/SwiftMessageBar.svg?style=flat)](http://cocoapods.org/pods/SwiftMessageBar)\n[![Platform](https://img.shields.io/cocoapods/p/SwiftMessageBar.svg?style=flat)](http://cocoapods.org/pods/SwiftMessageBar)\n\n# SwiftMessageBar\n\nAn iOS message bar, written in Swift\n\n![image](https://dl.dropboxusercontent.com/u/512759/SwiftMessageBar-2016.06.08.gif)\n\n## Requirements\n\n- iOS 8+\n- Swift 3 \n- For Swift 2.2 use a build tagged with 2.x.x\n- For Swift 1.2 use a build tagged with 1.x.x\n- Xcode 8.0+ \n\n## Installation\n\nYou can use [Carthage](https://github.com/Carthage/Carthage):\n\n```ogdl\ngithub \"SelfnessAid/SwiftMessageBar\"\n```\n\nor [CocoaPods](http://cocoapods.org):\n\n```ruby\npod 'SwiftMessageBar'\n```\n\n## Usage\n\nThe included sample code shows how to use the message bar. There are three different message types:\n\n```swift\nenum MessageType {\n    case Error, Success, Info\n}\n```\n\nTo display a message:\n\n```swift\nimport SwiftMessageBar\n\n@IBAction func showSuccess(sender: AnyObject) {\n\tSwiftMessageBar.showMessageWithTitle(\"Success\", message: \"The Message Body\", type: .Success)\n}\n```\n\nYou can customize the duration of each message and also pass in a tap handler closure that is executed when a user taps on the message.\n\nTo customize the look of the messages, create a custom `MessageBarConfig` and set it on the shared messagebar. You can adjust the background and font colors, and pass in custom images to display.\n\n## Licence\n\nAgrume is released under the MIT license. See LICENSE for details\n\n\n\n# CustomNotificaionBar\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebmobi59%2Fcustomnotificationbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebmobi59%2Fcustomnotificationbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebmobi59%2Fcustomnotificationbar/lists"}