HDNotificationView
  • October 28, 2023

Introduction


HDNotificationView appears notification view like system.

 

Requirements


  • 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)

GitHub


View Github

#carthage #framwork #notificationview #snapkit #swift
YOU MIGHT ALSO LIKE...
SwiftUI Charts

Build custom charts with SwiftUI Styles      

SwiftUICharts

A simple line and bar charting library that support accessibility written using SwiftUI.

Swipeable cards

Swipeable Cards with SwiftUI

RGStack

This UI attempts to capture the Quibi Card Stack and the associated User Interaction.

🃏 CardStack

A easy-to-use SwiftUI view for Tinder like cards on iOS, macOS & watchOS.