pplable专题

PPLable 过滤标点方法

- (void)highlightWordContainingCharacterAtIndex:(CFIndex)charIndex {if (charIndex==NSNotFound) {//user did not click on any word[self removeHighlight];return;}NSString* string = self.label.text;#pra