Skip to content

egorbedunkevich/BreakingNews

Repository files navigation

BreakingNews

CI Status Version License Platform

Usage

// The view will be dismissed automatically when the user taps on it.
let breaking = self.navigationController as! Breaking
breaking.news(nil, .link, .white)
breaking.breakingNewsDelegate = self

Example

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

Requirements

Installation

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

pod 'BreakingNews'

Author

Egor Bedunkevich, [email protected]

License

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