UITableView with static cells does not appear
Don’t implement any of the methods below when you use the static table view: – (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView { } – (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section { } – (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { }