skip to Main Content

how to remove shawdow of navigation bar in ios? – Ios swift

I want to remove that line and shadow type bar in navigation bar func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { tableView.deselectRow(at: indexPath, animated: true) let stroryboard = UIStoryboard.init(name: "Main", bundle: nil) let rootVC = stroryboard.instantiateViewController(withIdentifier: "DetailViewController") as! DetailViewController if…

VIEW QUESTION
Back To Top
Search