メソッドを使用してresizableImageWithCapInsets
、この画像からカスタム ボタンを作成します。
問題は、ボタンの中央に明確な水平方向の制限を表示する次の効果を無効にすることができないことです。
どこから来て、どうすれば無効にできますか?
情報のコードは次のとおりです。
UIImage *buttonImage = [[UIImage imageNamed:@"orangeButton.png"]
resizableImageWithCapInsets:UIEdgeInsetsMake(18, 18, 18, 18)];
[saveButton setBackgroundImage:buttonImage forState:UIControlStateNormal]