import UIKit class ViewController: UIViewController , UITableViewDelegate , UITableViewDataSource{ var names = [“arif”,”hasnat”,”ios”,”developer”] @IBOutlet weak var tableView: UITableView! override func viewDidLoad() { super.viewDidLoad() tableView.delegate =…
Month: December 2016
Android Multi-dex Enable
aSometimes it needed to enable multidex in out add and its can throw error also . But memory limit 64 k problem may be a…