@property(nonatomic,strong)UIColor*currentPageIndicatorTintColorUI_APPEARANCE_SELECTOR;// ignored if currentPageIndicatorImage is set
@property(nonatomic)BOOLhidesForSinglePage;// hide the the indicator if there is only one page. default is NO
@property(nonatomic)BOOLdefersCurrentPageDisplay;// if set, clicking to a new page won't update the currently displayed page until -updateCurrentPageDisplay is called. default is NO
-(void)updateCurrentPageDisplay;// update page display to match the currentPage. ignored if defersCurrentPageDisplay is NO. setting the page value directly will update immediately