Hello!
This is my very first post here. I'm quite new to the iphone programming, and still some kind of confused about the objc syntax.
I found an example how to use tables with the predefined tableview pattern by xcode. It worked there quite well.
Now I'd like to have more than a table on the screen. So I added a UItableView to the MainView. but I can't access that table, because everytime I enter a class outlet to it, it will end up in an uncaught runtime error.
I'm not sure where to start searching. My question is: How do I add a table to a view, and how do I access it from the m-file?
Thanks a lot!
For me, coming from java, it is really hard to understand objective c... Please be patient 🙂
This is my very first post here. I'm quite new to the iphone programming, and still some kind of confused about the objc syntax.
I found an example how to use tables with the predefined tableview pattern by xcode. It worked there quite well.
Now I'd like to have more than a table on the screen. So I added a UItableView to the MainView. but I can't access that table, because everytime I enter a class outlet to it, it will end up in an uncaught runtime error.
I'm not sure where to start searching. My question is: How do I add a table to a view, and how do I access it from the m-file?
Thanks a lot!
For me, coming from java, it is really hard to understand objective c... Please be patient 🙂