ios - UITableViewCell - shadow when clicking -
i'm starting swift , xcode, created tableview , cell , works, there shadow when clicking on cell.
here screen:
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
Post a Comment