diff --git a/ui/button/button.ios.ts b/ui/button/button.ios.ts index fe4f8868b..c4eecfc01 100644 --- a/ui/button/button.ios.ts +++ b/ui/button/button.ios.ts @@ -31,6 +31,7 @@ export class Button extends view.View { public setNativeProperty(data: observable.PropertyChangeData) { if (data.propertyName === Button.textProperty) { this.ios.setTitleForState(data.value, UIKit.UIControlState.UIControlStateNormal); + this.ios.sizeToFit(); } else if (true) { // }