[iOS] UIButton Image Size 변경하기 - programmatically

kimdocs...📄·2021년 4월 11일
0
post-thumbnail
post-custom-banner

진짜 오랜만에 삽질하다가 맥북 부술뻔했다 🛠🛠🛠
바보같은 나를 반성하며..

UIButton을 사용하다보면 아이콘 이미지의 크기보다 터치 영역을 넓게 설정하고 싶을 때가 있다.

storyButton.contentMode = .scaleToFill
storyButton.imageEdgeInsets = UIEdgeInsets(top: 10, left: 10, bottom: 10, right: 10)

이렇게 하면 UIButton 이미지의 크기를 변경할 수 있다고 모든 스택오버플로우에서 말하고 있지만... ㅠㅠ 도저히 변경이 되지 않는것..😩😩

하지만 코드는 거짓말을 하지 않지

setImage로 setting을 해주어야한다..
setBackgroundImage로 하면 죽어도 안먹힘 ㅋㅋ
나는 왜 setBackgroundImage로 했을까..껄껄

profile
👩‍🌾 GitHub: ezidayzi / 📂 Contact: ezidayzi@gmail.com

0개의 댓글