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:'
@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 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.
@ClaudiusMaximus23 to make the row heights smaller is a function that controls the height - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
J0gas... i followed your vid to the T but for some reason I was not able to make the rows deleted to "save" i would relaunch the application and they would be there again. so i added "[self saveData]" to the end of the editing function the same function that has the "expected errors" at 7:12 . did i miss something? it works now just wasnt sure if you cut some of the video out? anyways thanks for the tutorial man nice work!
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
This has been flagged as spam show
nice video :D
but, it came a warning when a build and run. The app can`t open.
Can anyone plz send me the code to: emilsoreng@hotmail.com ?
I don`t understand what`s wrong.
The warning is :
"TableViewAppDelegate may not respond to -saveData"
"TableViewAppDelegate may not respond to -saveData"
"No -withRowAnimated method found"
I NEED HELP!!
emil2804 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
@iBradapps you wouldnt learn 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 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
For Some Reason When I Build and Go the iPhone Simulator Crashes... Can Anyone Please Help!?
CyThemes 1 year ago
@CyThemes get rid of any warnings or make a new project.
coolshoos 1 year ago
Thanks for the vid.
---Is there a way to insert multiple columns in the table and make the row heights smaller? Thanks
ClaudiusMaximus23 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
J0gas... i followed your vid to the T but for some reason I was not able to make the rows deleted to "save" i would relaunch the application and they would be there again. so i added "[self saveData]" to the end of the editing function the same function that has the "expected errors" at 7:12 . did i miss something? it works now just wasnt sure if you cut some of the video out? anyways thanks for the tutorial man nice work!
louis002 2 years ago
cool
hackbase2009 2 years ago