반응형
머터리얼
-
IOS 에서 머터리얼 디자인의 물결 이펙트 버튼 만들기iOS 2019. 12. 26. 01:35
안드로이드의 기본 컴포넌트 버튼 Button의 경우, 별다른 설정을 하지 않아도 클릭할 때 물결 모양이 나타납니다. 반면에, iOS 버튼 UIButton의 경우, 클릭할 시에 물결 설정이 없습니다. https://developer.apple.com/documentation/uikit/uicontrol/1618231-ishighlighted isHighlighted - UIControl | Apple Developer Documentation Instance Property isHighlighted A Boolean value indicating whether the control draws a highlight. Declarationvar isHighlighted: Bool { get set } Disc..