士林
Results
2
comments of
士林
@BigGaoYep @benhot 做了简单的修改,希望可以解决你的问题 https://github.com/xiusl/SDCycleScrollView/tree/master/SDCycleScrollView/Lib/SDCycleScrollView/ForSpace
pod 管理的,为了不修改源代码,hook了一下。同样也可以在原文件中改 ``` // WMMenuItem.m - (void)setSelected:(BOOL)selected withAnimation:(BOOL)animation { //... } ``` ``` #import "WMMenuItem+Font.h" #import @implementation WMMenuItem (Font) + (void)load { SEL origSel = @selector(setSelected:withAnimation:); SEL swizSel = @selector(swiz_setSelected:withAnimation:);...