Popularity
4.7
Declining
Activity
0.0
Stable
356
13
42

Code Quality Rank: L4
Programming language: Swift
License: MIT License
Tags: UI     Alerts    
Latest version: v2.0.0

HDNotificationView alternatives and similar libraries

Based on the "Alerts" category.
Alternatively, view HDNotificationView alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of HDNotificationView or a related project?

Add another 'Alerts' Library

README

iOS Version Dependence [License](./License)

Introduction

HDNotificationView appears notification view like system.

Portrait Screenshot Portrait Screenshot

Requirement

  • iOS 9.0+

Installation

Carthage

github "nhdang103/HDNotificationView"

Manual

  • Add there files below to your project:

    • HDNotificationView.swift
    • HDNotificationData.swift
    • HDNotificationAppearance.swift
  • Add Snapkit as a dependence framework to your project.

Usage

let notiData = HDNotificationData(
            iconImage: UIImage(named: "Icon"),
            appTitle: "Notification View".uppercased(),
            title: "This is a sample of HDNotificationView ⏰",
            message: "This area that you can input some message to notify to user 🔔",
            time: "now")

HDNotificationView.show(data: notiData, onTap: nil, onDidDismiss: nil)

License

HDNotificationView is available under the MIT License. See the [LICENSE](./License) for details.


*Note that all licence references and agreements mentioned in the HDNotificationView README section above are relevant to that project's source code only.