Skip to content

A simple iOS 8 push notification style control to show quick messages to the user.

License

Notifications You must be signed in to change notification settings

MacKaSL/HMCNotification

Repository files navigation

HMCNotification

A customizable simple iOS 8 push notification style control to show quick messages to the user.

Installation:

  1. Make a Pod file and add following
source 'https://github.com/CocoaPods/Specs.git'
target '<TARGET_NAME>' do
	pod 'HMCNotification', '~> 1.0'
end

Configuring and showing

[HMCNotification sharedInstance].titleFontColor = [UIColor yellowColor];
[HMCNotification sharedInstance].blurStyle = UIBlurEffectStyleLight;

And then show the notification using:

[HMCNotification showCustomPushWithTitle:@"Woohooo" message:@"Congrtaz, It all went successfully. Now you've become a part of iOS dev family" iconImageName:@"pushIconHappy"];

Note:

Default blur effect with UIBlurEffectStyleExtraLight

Default font color black

Notification View iPhone Screenshot

Enjoy 😃

About

A simple iOS 8 push notification style control to show quick messages to the user.

Resources

License

Stars

Watchers

Forks

Packages

No packages published