tableView.numberOfRowsInSection : This function tells the application how many rows are in our table.
tableView.cellForRowAtIndexpath : This function gets called once for every row. What this function is doing is creating a new cell object and returning it.