ios - UITableViewCell - shadow when clicking -


i'm starting swift , xcode, created tableview , cell , works, there shadow when clicking on cell.

here screen:

shadow under table view

what did:

created cell, added image view 5 pixels top , 5 pixels bottom constraints.

how can remove shadow?

that default selection style of table view cell. if want disable that, should change selectionstyle .none inside uitableviewcell subclass.

selectionstyle = .none 

Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -