ios - Accessory Disclosure indicator is not showing up in custom cell -
I'm creating a table view with custom panel. I have used xib files to create both. As I wanted to do this, my table is performing, but only a problem table of cells are not showing the disclosure indicator.
The pointer is shown in the xib file after setting it to the inspector but not in the simulator.
As I covered this program too
- (UITableViewCell *) tableView: (UITableView *) tableView cellForRowAtIndexPath: (NSIndexPath *) indexPath {InboxTableViewCell * Cell = (Inboksteblaviawsell *) [Tblaviav Dekveuereuslekelvithidentifiar [Inboksteblaviawsell Reuseidentifiar]]; If (cell == nil) {[[NSBundle mainBundle] loadNibNamed: customCellName Owner: own choice: nil]; Cell = _tblVIewInboxCell; _tblVIewInboxCell = Zero; } Cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator; Cell.lblTitleInbox.text = @ "Title"; Cell.lblSubTitleInbox.font = [UIFont fontWithName: @ "Wordana" Size: 16.0]; Cell.lblSubTitleInbox.text = @ "Subtitle"; Cell.lblSubTitleInbox.font = [UIFont fontWithName: @ "Wordana" Size: 12.0]; Return cell; }
So can anyone please help me beforehand.
Thank you.
I have just found a tutorial that I was seeing here Found:
Or to temporarily see the table view only if they see
hope this helps
Comments
Post a Comment