Skip to content

Commit

Permalink
fix(ios): update layout after assigning label property (#12643)
Browse files Browse the repository at this point in the history
Fixes TIMOB-28331
  • Loading branch information
build committed Mar 23, 2021
1 parent 9637ac1 commit 6ffe8f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iphone/Classes/TiUIButtonBar.m
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ - (void)setLabels_:(id)value
}
[segmentedControl setSelectedSegmentIndex:selectedIndex];
}
[(TiViewProxy *)[self proxy] contentsWillChange];
}

- (IBAction)onSegmentChange:(id)sender
Expand Down

0 comments on commit 6ffe8f9

Please sign in to comment.