{"id":19252215,"url":"https://github.com/bellapplab/notificator","last_synced_at":"2025-02-23T16:50:25.608Z","repository":{"id":62449142,"uuid":"50185803","full_name":"BellAppLab/Notificator","owner":"BellAppLab","description":"Display notifications in your app using auto layout and Swift.","archived":false,"fork":false,"pushed_at":"2016-10-12T16:20:43.000Z","size":44,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-05T17:43:30.696Z","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/BellAppLab.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":"2016-01-22T14:23:44.000Z","updated_at":"2020-10-16T09:02:14.000Z","dependencies_parsed_at":"2022-11-01T23:17:14.192Z","dependency_job_id":null,"html_url":"https://github.com/BellAppLab/Notificator","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BellAppLab%2FNotificator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BellAppLab%2FNotificator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BellAppLab%2FNotificator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BellAppLab%2FNotificator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BellAppLab","download_url":"https://codeload.github.com/BellAppLab/Notificator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240347929,"owners_count":19787236,"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-09T18:25:53.222Z","updated_at":"2025-02-23T16:50:25.587Z","avatar_url":"https://github.com/BellAppLab.png","language":"Swift","readme":"# Notificator\n\nDisplay notifications in your app using auto layout and Swift. \n\n_v0.3.0_\n\n## Usage\n\n```swift\n@IBAction func show(_ sender: UIButton) {\n    let view = NotificatorView()\n    view.dismissesWithTap = false\n    view.notificator = self\n    view.backgroundColor = UIColor.green\n    self.notify(view: view,\n                expiringAfter: 1)\n}\n\nfunc didTapNotification(_ notificatorView: NotificatorView) {\n    print(\"Did tap\")\n}\n```\n\n## Requirements\n\n* iOS 8.0+\n* Swift 3.0\n\n## Installation\n\n### Cocoapods\n\nBecause of [this](http://stackoverflow.com/questions/39637123/cocoapods-app-xcworkspace-does-not-exists), I've dropped support for Cocoapods on this repo. I cannot have production code rely on a dependency manager that breaks this badly. \n\n### Git Submodules\n\n**Why submodules, you ask?**\n\nFollowing [this thread](http://stackoverflow.com/questions/31080284/adding-several-pods-increases-ios-app-launch-time-by-10-seconds#31573908) and other similar to it, and given that Cocoapods only works with Swift by adding the use_frameworks! directive, there's a strong case for not bloating the app up with too many frameworks. Although git submodules are a bit trickier to work with, the burden of adding dependencies should weigh on the developer, not on the user. :wink:\n\nTo install Notificator using git submodules:\n\n```\ncd toYourProjectsFolder\ngit submodule add -b submodule --name Notificator https://github.com/BellAppLab/Notificator.git\n```\n\nNavigate to the new Notificator folder and drag the `Source` folder to your Xcode project.\n\n## Author\n\nBell App Lab, apps@bellapplab.com\n\n## License\n\nNotificator is available under the MIT license. See the LICENSE file for more info.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbellapplab%2Fnotificator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbellapplab%2Fnotificator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbellapplab%2Fnotificator/lists"}