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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -