티스토리 뷰
728x90
반응형
.background 방식
Button {
let utterance = AVSpeechUtterance(string: word.alphabet ?? "")
utterance.voice = AVSpeechSynthesisVoice(language: "en-US")
DoctorSLApp.avSpeechSynthesizer.speak(utterance)
} label: {
Image(systemName: "speaker.wave.3")
.foregroundColor(.accentColor)
.frame(width: 50, height: 50, alignment: .center)
.background(.ultraThinMaterial, in: Circle())
}
.clipShape 방식
Button {
let utterance = AVSpeechUtterance(string: word.alphabet ?? "")
utterance.voice = AVSpeechSynthesisVoice(language: "en-US")
DoctorSLApp.avSpeechSynthesizer.speak(utterance)
} label: {
Image(systemName: "speaker.wave.3")
.foregroundColor(.accentColor)
.frame(width: 50, height: 50, alignment: .center)
.background(.red)
.clipShape(RoundedRectangle(cornerRadius: 10))
}
728x90
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- 진수 변환
- In App Purchase
- jsp 오픈 소스
- jstl(java standard tag library)
- 람다식(lambda expression)
- java.sql
- React
- System.Diagnostics
- 표현 언어(expression language)
- java-개발 환경 설정하기
- 상품 등록
- 스프링 시큐리티(spring security)-http basic 인증
- .submit()
- jstl(java standard tag library)-core
- 스프링 프레임워크(spring framework)
- 메이븐(maven)
- 스프링 시큐리티(spring security)
- error-java
- await
- 특정 문자를 기준으로 자르기
- 스프링 프레임워크(spring framewordk)
- REST API
- MainActor
- java web-mvc
- 문자 자르기
- java 키워드 정리
- 인텔리제이(intellij)
- nl2br
- system.io
- 제품 등록
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함