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...
EEStackLayout

A vertical stackview which takes subviews with different widths and adds them to it's rows with paddings, spacings etc.

AudioManager

AudioManager is a Swift package that provides a modular and easy-to-use interface for implementing audio feedback in your applications. It ...

CameraBackground

Features Both front and back camera supported. Flash modes: auto, on, off. Countdown timer. Tap to focus. Pinch to zoom. Usage  

DKCamera

Description A light weight & simple & easy camera for iOS by Swift. It uses CoreMotion framework to detect device orientation, so ...