BABFeedConfig *config = [[BABFeedConfig alloc] initWithUnitId:@"YOUR_FEED_UNIT_ID"];
config.filterTextDefaultColor = [UIColor blackColor];
config.filterTextSelectedColor = [UIColor whiteColorgrayColor];
config.filterBackgroundDefaultColor = [UIColor whiteColorgrayColor];
config.filterBackgroundSelectedColor = [UIColor blackColor]; |