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,11 +153,6 @@ static CGFloat const kStackViewVerticalSpacing = 8.0;
frame.size.width -= widthIncrease;
field.frame = frame;
}
//set the click action of the pieces view
#warning after 2.8 just hook this up in the xib
self.fPiecesView.action = @selector(updatePiecesView:);
self.fPiecesView.target = self;
}
- (void)dealloc