diff --git a/packages/core/ui/button/index.ios.ts b/packages/core/ui/button/index.ios.ts index ab2379e23..6cb42c152 100644 --- a/packages/core/ui/button/index.ios.ts +++ b/packages/core/ui/button/index.ios.ts @@ -209,34 +209,6 @@ export class Button extends ButtonBase { }; } - // [textProperty.setNative](value: string | number | symbol) { - // if (SDK_VERSION >= 26) { - // const config = UIButtonConfiguration.plainButtonConfiguration(); - // // const attrs = {}; - // // attrs[NSFontAttributeName] = UIFont.preferredFontForTextStyle(UIFontTextStyleHeadline); - // // config.attributedTitle = NSAttributedString.alloc().initWithStringAttributes(this.text, { - // // [NSFontAttributeName]: UIFont.preferredFontForTextStyle(UIFontTextStyleHeadline), - // // } as any); - // //attributes: AttributeContainer([ - // // .font : UIFont.preferredFont(forTextStyle: .headline) - // // ]) - // this.nativeViewProtected.tintColor = UIColor.labelColor; - // config.contentInsets = NSDirectionalEdgeInsetsFromString('8,12,8,12'); - // // semantic; flips as needed over glass - // config.baseForegroundColor = UIColor.labelColor; - // this.nativeViewProtected.configuration = config; - // this._requestLayoutOnTextChanged(); - // } else { - // const reset = value === resetSymbol; - // if (!reset && this.formattedText) { - // return; - // } - - // this._setNativeText(reset); - // this._requestLayoutOnTextChanged(); - // } - // } - [textAlignmentProperty.setNative](value: CoreTypes.TextAlignmentType) { switch (value) { case 'left': diff --git a/tools/assets/App_Resources/iOS/bg1.jpg b/tools/assets/App_Resources/iOS/bg1.jpg deleted file mode 100644 index c2ca7fd5c..000000000 Binary files a/tools/assets/App_Resources/iOS/bg1.jpg and /dev/null differ diff --git a/tools/assets/App_Resources/iOS/bg2.jpg b/tools/assets/App_Resources/iOS/bg2.jpg deleted file mode 100644 index 5af3de5af..000000000 Binary files a/tools/assets/App_Resources/iOS/bg2.jpg and /dev/null differ diff --git a/tools/assets/App_Resources/iOS/bg3.jpg b/tools/assets/App_Resources/iOS/bg3.jpg deleted file mode 100644 index 9092862d9..000000000 Binary files a/tools/assets/App_Resources/iOS/bg3.jpg and /dev/null differ