skip to Main Content

how to access function properly? – Ios swift

here i want to use this function which i have mention in custom subclass of uiview this is messageviewcontroller file import UIKit class MessageViewController: UIViewController, UITableViewDataSource, UITableViewDelegate { var MessageData : NSMutableArray! @IBOutlet weak var tableviee: UITableView! override func viewDidLoad()…

VIEW QUESTION

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