imbaTao
Results
2
comments of
imbaTao
1. react-native link react-native-spinkit 2. pod install
需要改两个位置 1.MainViewController里,注释setupUI第一行。 `// bottomToolBar.backgroundColor = NSColor(named: "LineColor")` 2.去NSTextView+LineNumberRulerView拓展里setUpLineNumberView函数,添加一行lineNumberView.clipsToBounds = true。 ` lineNumberView.clipsToBounds = true `