(Objective-C) UIButton设置字左图右
2025-01-06 本文已影响0人
kadis
UIButton *button = UIButton.new;
button.semanticContentAttribute = UISemanticContentAttributeForceRightToLeft;
UIButton *button = UIButton.new;
button.semanticContentAttribute = UISemanticContentAttributeForceRightToLeft;