//[self.heightAnchor constraintEqualToConstant:(self.number * 85)].active = YES; | //[self.heightAnchor constraintEqualToConstant:(self.number * 85)].active = YES; | ||||
self.isUpdating = NO; | self.isUpdating = NO; | ||||
self.number = [self.subviews count]; | self.number = [self.subviews count]; | ||||
[(CSAdjunctListView *)self.superview KaiUpdate]; | |||||
[(CSAdjunctListView *)self.superview.superview KaiUpdate]; | |||||
} | } | ||||
//}); | //}); | ||||
} | } |