hook action in the xib (#4135)

This commit is contained in:
A Cœur
2022-11-16 00:50:16 +08:00
committed by GitHub
parent 22c14c9266
commit befeafbcfe
20 changed files with 78 additions and 81 deletions

View File

@@ -153,9 +153,6 @@ typedef NS_ENUM(unsigned int, tabTag) {
tag = TAB_GENERAL_TAG;
}
self.fTabs.target = self;
self.fTabs.action = @selector(setTab:);
self.fTabs.selectedSegment = tag;
[self setTab:nil];