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
Back To Top
Search