Skip to content

bloto/TZNotif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

TZNotif is class that adds notifications functionality any iOS application.

Supported OS & SDK Versions

  • Created & tested on iOS 6.0 (Xcode 4.5)

ARC Compatibility

Class is designed to be used under ARC.

Installation

To use the TZNotif in your app, just drag the TZNotif class files (demo files and assets are not needed) into your project.

How to use

Import: #import "TZNotif.h"

Initialization: [TZNotif setupNotificationsWithStyle:TZNotifStyleDefault delay:2 heightPercentage:0.05f behaviour:TZNotifBehaviorDefault fontName:@"Helvetica Neue"];

Usage: [TZNotif showString:@"Here I am, nice notification for you"];

Screenshoot: https://github.com/bloto/TZNotif/blob/master/screenshoot.png

About

Universal notifications class for iOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published