[ios] swift click animation 사라지게 하기
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
tableView.deselectRow(at: indexPath, animated: true)
}
'ios,swift' 카테고리의 다른 글
[ios] swift html alert 반응 불러오기 (0) | 2020.01.30 |
---|---|
[ios] swift String trim방법 (0) | 2020.01.30 |
[ios] swift String으로 Data타입 만들어서 JsonDecoder하는 방법 (0) | 2020.01.30 |
[ios] swift dynamic height cell site (0) | 2020.01.30 |
[ios] example site (0) | 2020.01.30 |