uitableview - Created a custom cell and now navigation controller does not work -
so working on simple app , ran little issue. had working app , before had table view embedded in navigation controller, , when cell selected move next view details selected row shown. decided make own custom cell , implemented program, when row clicked, not transition other view. tips? there methods have add custom cell class make work navigation controller again?
depending on how app setup there couple of things try.
first, if previous code had tableview:didselectrowatindexpath: implemented, need implement similar code create details view.
second, if app uses storyboard instead, need create push/modal segue custom cell details view.
hope helps.
Comments
Post a Comment