Skip to content

lechium/KBBulletinView

Repository files navigation

KBBulletinView

Bulletin / 'Toast' style view for tvOS.

This project is an effort to create local application notifications/alerts similar to those used by Apple in the top right when various system events occur (ie devices attach/detach, internet connectivity changes, etc)

CI Status Version License Platform

Example

    
    KBBulletinView *bv = [KBBulletinView bulletinWithTitle:@"Controller" description:@"Connected" image:[[UIImage imageNamed:@"gamecontroller"] imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate]];
    [bv showForTime:5];

Screenshot
Screenshot

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

KBBulletinView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'KBBulletinView'

Author

lechium, kevin.w.bradley@me.com

License

KBBulletinView is available under the MIT license. See the LICENSE file for more info.

About

Bulletin / 'Toast' style view for tvOS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published