Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BSYellowPages

An iOS customizable ScrollIndicator

Image

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

pod "BSYellowPages"

or install manually by downloading the files from GitHub and then use

#import "BSYellowPages.h"

How to use

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

#import "BSYellowPagesView.h"
...
@property (weak, nonatomic) IBOutlet UIScrollView *scrollView;
@property (weak, nonatomic) IBOutlet BSYellowPagesView *yellowPagesView;
...
[self.yellowPagesView createYellowPagesWithScrollView:self.scrollView];

Customization with IB

Image Image

Requirements

  • iOS 8.0 or higher
  • ARC

Author

iBlacksus, iblacksus@gmail.com

License

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

About

An iOS customizable ScrollIndicator

Resources

Stars

9 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages