Welcome to the documentation for URBNAlert, a powerful alert utility for iOS apps. This library provides an easy-to-use, customizable way to display various types of alerts and notifications to users.
Installation
To integrate URBNAlert into your iOS project, follow these steps:
- Open your project in Xcode.
- Add the URBNAlert dependency to your Podfile:
“`bash
pod ‘URBNAlert’
“`
- Run the command
pod install
. - Open your project’s workspace.
- Import URBNAlert into your view controller or other relevant files using:
“`swift
import URBNAlert
“`