Skip to content

kyleshank/FMNowPlayingBarButtonItem

Repository files navigation

FMNowPlayingBarButtonItem

Version License Platform

Usage

FMNowPlayingBarButtonItem

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

Import the category into your UIViewController:

#import <FMNowPlayingBarButtonItem/UIViewController+FMNowPlayingBarButtonItem.h>

Then add the Now Playing button to your NavigationBar:

self.navigationItem.rightBarButtonItem = [self nowPlayingButton:self action:@selector(nowPlaying:)];

The method nowPlayingButton takes a target and a selector to call for when the Now Playing button is tapped.

Installation

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

pod "FMNowPlayingBarButtonItem"

Author

Kyle Shank, kyle@formalmethod.net

License

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

About

A "Now Playing" UIBarButtonItem that emulates the button found in the Music app. Designed for both iOS 6 and 7.

Resources

License

Stars

Watchers

Forks

Packages

No packages published