Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Swift
- 웹뷰
- error
- Session
- 이미지
- 한글
- Archive
- MacOS
- 개발자
- Realm
- github
- mac
- Code
- Apple
- window
- FLUTTER
- Firebase
- darkmode
- view
- iOS16
- rxswift
- Git
- appstore
- SwiftUI
- geofencing
- UIButton
- IOS
- JPA
- Notification
- Xcode
Archives
- Today
- Total
EEYatHo 앱 깎는 이야기
Swift ) Cell 눌렀을 때 효과 없애기 - EEYatHo iOS 본문
반응형
셀을 눌렀을 때, 전체적으로 회색이 되는 효과를 없애는 방법입니다.
class MyCell: UITableViewCell {
...
func myLayoutFunc() {
...
selectionStyle = .none
...
}
...
}
'iOS, Swift' 카테고리의 다른 글
Swift ) Realm 배열 사용하기 - EEYatHo iOS (2) | 2021.03.25 |
---|---|
Swift ) UILabel 줄 수 알아내기 - EEYatHo iOS (0) | 2021.03.24 |
Swift ) 랜덤함수, 임의의 수 - EEYatHo iOS (0) | 2021.03.23 |
Swift ) CoreData 특정 Entity 총 갯수 구하기 - EEYatHo iOS (0) | 2021.03.23 |
Swift ) Realm - EEYatHo iOS (0) | 2021.03.23 |
Comments