Jeffrey903
01-07-2008, 06:55 AM
Hello,
I am the developer of the webapp Movies.app (http://www.moviesapp.com), and am trying to learn Objective-C and convert it into a native iPhone app. I have had good success so far, but am encountering an UITableColumn error that I can't figure out how to solve.
All of the sourcecode can be found here - http://moviesapp.googlecode.com/svn/trunk/
Basically, the app starts in main.m, which creates MoviesApplication.m, creating MoviesView.m. This file has the user input interface. When the input is submitted, it passes it to MoviesSection.m, which goes online and downloads the movies data and displays it in a UITableColumn. This works, but if you flick through the list, the app crashes with a bus error. I can not figure out why this happens. If anyone could help me, I would be very appreciative. If you select an item from the movies list, it will go to MoviesSection2.m, getting the list of theaters. This also works, but again, flicking through the list makes the app crash with a bus error.
Thanks,
Jeff
I am the developer of the webapp Movies.app (http://www.moviesapp.com), and am trying to learn Objective-C and convert it into a native iPhone app. I have had good success so far, but am encountering an UITableColumn error that I can't figure out how to solve.
All of the sourcecode can be found here - http://moviesapp.googlecode.com/svn/trunk/
Basically, the app starts in main.m, which creates MoviesApplication.m, creating MoviesView.m. This file has the user input interface. When the input is submitted, it passes it to MoviesSection.m, which goes online and downloads the movies data and displays it in a UITableColumn. This works, but if you flick through the list, the app crashes with a bus error. I can not figure out why this happens. If anyone could help me, I would be very appreciative. If you select an item from the movies list, it will go to MoviesSection2.m, getting the list of theaters. This also works, but again, flicking through the list makes the app crash with a bus error.
Thanks,
Jeff