We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58ebdab + d1f34eb commit 7529373Copy full SHA for 7529373
CXTabView/CXTabView.m
@@ -384,18 +384,22 @@ - (void)setDurationLabelStartString:(NSString *)str {
384
385
- (void)setDurationValueEndString:(NSString *)str {
386
self.durationEndValue.text = str;
387
+ [self layoutDurationEndValue];
388
}
389
390
- (void)setDurationValueStartString:(NSString *)str {
391
self.durationStartValue.text = str;
392
+ [self layoutDurationStartValue];
393
394
395
- (void)setDurationEndString:(NSString *)str {
396
397
398
399
400
- (void)setDurationStartString:(NSString *)str {
401
402
403
404
405
- (void)setMode:(CXTabViewMode)mode {
0 commit comments