Note that there are some explanatory texts on larger screens.

plurals
  1. USMatt
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. CO@Yugesh - Additionally, you must handle the information/data that fills these view cells in a model class (possible called Name). This class would be designed just to create objects that are full of the data. You would then need another Singleton Class to store the Name Objects and handle the process of adding and removing these Name Objects to and from the NSMutableArray instance in the Store. You could then update your Count UITextField text property to return the count of this NSMutableArray (which should be identical to the number of cells displayed in the UITableView).
      singulars
    2. CO@Yugesh - Creating a CustomCell for a UITableView only allows you customise the presentation of a cell, when a cell is selected iOS calls - (void) tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath, this is the method that you would handle the action for selecting a row in a UITableView.
      singulars
    3. CO@Yugesh - I am confused at what exactly you want your application to achieve. Are you trying to have fixed cell at the top that allows you to add names (or take them away) from the table view by clicking the button in this top cell? Additionally, at the bottom of the screen you want to keep count of the names in the table view and present this value in a UITextField?
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload