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.
1 parent 50e0464 commit 52a05f3Copy full SHA for 52a05f3
ui/button/button.ios.ts
@@ -31,6 +31,7 @@ export class Button extends view.View {
31
public setNativeProperty(data: observable.PropertyChangeData) {
32
if (data.propertyName === Button.textProperty) {
33
this.ios.setTitleForState(data.value, UIKit.UIControlState.UIControlStateNormal);
34
+ this.ios.sizeToFit();
35
} else if (true) {
36
//
37
}
0 commit comments