iVikings
iVikings
链接: https://pan.baidu.com/s/1GJbPgsaWNyqb3FWxq9R5lA 密码: 36a3 兄弟,用我编译的这个
希望作者加个选中字体加粗的功能+1
- (void)setSelected:(BOOL)selected withAnimation:(BOOL)animation { [UIView animateWithDuration:0.2f animations:^{ if (selected) { self.font = [UIFont boldSystemFontOfSize:self.selectedSize]; } else { self.font = [UIFont systemFontOfSize:self.normalSize]; } }]; _selected = selected; if (!animation) { self.rate...
const _style = { wordWrap: true, wordWrapWidth: _width, breakWords: true, align: 'center', }; subTitle.setStyle(_style);
const _style = { wordWrap: true, wordWrapWidth: _width, breakWords: true, align: 'center', };
请问怎么去掉呢?能提供下解决方法么?