{"id":15293679,"url":"https://github.com/koust/myalert","last_synced_at":"2025-04-13T14:07:48.749Z","repository":{"id":56932872,"uuid":"141048111","full_name":"koust/myAlert","owner":"koust","description":"myAlert is an alertview. Shortly , show notifications in the app. It is simple to use and easy to develop.","archived":false,"fork":false,"pushed_at":"2018-07-17T17:25:34.000Z","size":584,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-13T14:07:43.296Z","etag":null,"topics":["alert","alertview","cocapods","swift4"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koust.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}},"created_at":"2018-07-15T18:12:52.000Z","updated_at":"2024-05-04T16:09:32.000Z","dependencies_parsed_at":"2022-08-21T00:40:18.107Z","dependency_job_id":null,"html_url":"https://github.com/koust/myAlert","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koust%2FmyAlert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koust%2FmyAlert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koust%2FmyAlert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koust%2FmyAlert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koust","download_url":"https://codeload.github.com/koust/myAlert/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248724635,"owners_count":21151561,"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","cocapods","swift4"],"created_at":"2024-09-30T16:50:32.302Z","updated_at":"2025-04-13T14:07:48.728Z","avatar_url":"https://github.com/koust.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Xcode 9.0+](https://img.shields.io/badge/Xcode-9.0%2B-blue.svg)\n![iOS 9.0+](https://img.shields.io/badge/iOS-9.0%2B-blue.svg)\n![Swift 4.0+](https://img.shields.io/badge/Swift-4.0%2B-orange.svg)\n![CocoaPods](https://img.shields.io/cocoapods/v/AFNetworking.svg)\n[![Build Status](https://travis-ci.org/TBXark/PinterestSegment.svg?branch=master)](https://travis-ci.org/TBXark/PinterestSegment)\n\n# Welcome to MyAlert!\n\nHi! MyAlert is an alertview. Shortly , show notifications in the app. It is simple to use and easy to develop.\n\n![](gorsel.gif)\n\n\n# Requirements\n\n- iOS 9.0+\n- Xcode 9.0\n- Swift 4\n\n# Installation\n\n   ## CocoaPods\n   You can use [CocoaPods](http://cocoapods.org/) to install `myAlert` by adding it to your `Podfile`:\n\n   ```ruby\n    platform :ios, '9.0'\n    use_frameworks!\n    pod 'myAlert'\n   ```\n\n  ## Manually\n  1. Download and drop ```MyAlertController.swift``` in your project.  \n  2. Congratulations!  \n\n# Usage \n\n```swift\n    let myAlert = MyAlertController()\n     myAlert.yourView = self.view\n     myAlert.bgColor = UIColor.red\n     myAlert.textColor = UIColor.white\n     myAlert.show(title:\"For example alert view and title\",subtitle:\"Here is the sub title\",delay:3)\n```\n\n## Features\n\n   ### The Basics\n   \n   ```swift\n     myAlert.show(title:\"For example alert view and title\",subtitle:\"Here is the sub title\")\n   ```\n   \n   ### Delay\n   \n   Notification closure time can be set\n   \n   ```swift\n     myAlert.show(title:\"For example alert view and title\",subtitle:\"Here is the sub title\",delay:3)\n   ```   \n   ### Image\n   \n   You can be add image to alertView\n   \n   ```swift\n     myAlert.show(title:\"For example alert view and title\",subtitle:\"Here is the sub title\",mImage:UIImage(named:\"info\")!,delay:3)\n   ```     \n   \n   ### Close\n   \n   ```swift\n     myAlert.close()\n   ```   \n   ### Customization\n   \n   ```swift\n    public var bgColor\n    public var textColor\n    public var fontName:String\n    public var titleFontSize: CGFloat\n    public var subTitleFontSize: CGFloat\n    public var alertRadius:CGFloat\n    public var yourView: UIView?\n   ```   \n## Release History\n\n* 1.0\n  first commit\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoust%2Fmyalert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoust%2Fmyalert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoust%2Fmyalert/lists"}