0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

#10 XcodeのUIButtonの角を丸くする1例

Last updated at Posted at 2019-11-21

#はじめに
個人のメモ程度の出来なのであまり参考にしないで下さい.

#環境
Xcode:11.2.1
Swift:5.1.2
2019/11

##part1
VeiwにUIButtonを置き,制約を付ける.

スクリーンショット 2019-11-21 午後10.26.22.png スクリーンショット 2019-11-21 午後10.26.01.png

##part2
テキストの大きさ,テキストの色,テキスト,背景色を変更する.

スクリーンショット 2019-11-21 午後10.32.39.png

##part3
UIButtonを選択した状態で,Identity inspectorUser Defined Runtime Attributedsに新規の行を追加する.

  • Key Pathlayer.cornerRadius
  • TypeNumber
  • ValueはUIButtonのhightの半分
スクリーンショット 2019-11-21 午後10.42.51.png

##part4
Main.Storyboardでは角が丸く見えないが,ビルドすると端末上では角が丸くなる.

スクリーンショット 2019-11-21 午後10.41.29.png
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?