In this video, im going to explain to you guys how to make a tableview, thats fully editable, addable, and saves data, so when you quit the app, it remebrs it's last state!
I'm getting this weird problem, when at [self saveData]; for the addrow and the editTable. It sais Method - saveData not found (return type defaults to "id". Also when I run it, it terminates the app and gives me this error "UITableView dataSource must return a cell from tableView:cellForRowAtIndexPath:'
@iBradapps I see where you're coming from, sorry i didnt specify - but i meant people in general, not just you. Most people would jack the code straight out without learning anything.
@IpswichPKerJoe Why not? Who says I wouldn't study the code after I download it? I only learn if some kid is talking out loud? It sure would save me some time too.
@ClaudiusMaximus23 to make the row heights smaller is a function that controls the height - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
I'm getting this weird problem, when at [self saveData]; for the addrow and the editTable. It sais Method - saveData not found (return type defaults to "id". Also when I run it, it terminates the app and gives me this error "UITableView dataSource must return a cell from tableView:cellForRowAtIndexPath:'
Any ideas?
metallica4everrr 8 months ago 2
app crashes on 3.2.5 :(
metallica4everrr 8 months ago
@iBradapps I see where you're coming from, sorry i didnt specify - but i meant people in general, not just you. Most people would jack the code straight out without learning anything.
IpswichPKerJoe 1 year ago
@IpswichPKerJoe Why not? Who says I wouldn't study the code after I download it? I only learn if some kid is talking out loud? It sure would save me some time too.
iBradapps 1 year ago
@iBradapps you wouldnt learn anything..
IpswichPKerJoe 1 year ago
@emil2804 move the "saveData" methode above the addRowToTableView - methode ... and u are fine
ignamann 1 year ago
You know it would make 40 minute videos into 1 if you just posted the source code
iBradapps 1 year ago
@CyThemes get rid of any warnings or make a new project.
coolshoos 1 year ago
For Some Reason When I Build and Go the iPhone Simulator Crashes... Can Anyone Please Help!?
CyThemes 1 year ago
@ClaudiusMaximus23 to make the row heights smaller is a function that controls the height - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
{
return 30.0f;
}
vegaskidd 1 year ago