Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

JamesFoote

macrumors regular
Original poster
Aug 5, 2008
109
0
My app currently has the following menu:



I want to make the first link lead to another view that I already made. The view I want the button to lead to reads RSS feeds.

I know I need to add a subview but I'm pretty confused with this one part so if anyone could help that would be really great

Thanks in advance! :D
 

JamesFoote

macrumors regular
Original poster
Aug 5, 2008
109
0
hmmm

hmmm.... OK - i'll try out that alternative.

If anybody still knows how to solve this problem though that would be great!
 

Niiro13

macrumors 68000
Feb 12, 2008
1,719
0
Illinois
The problem is that you're dragging tableview cells into a non table view view.

You definitely want to use a tableview, because it can be dynamic and you wouldn't have to update the application everytime a new application comes out.

But if you're using buttons, then you need to do it programatically. Create an IBAction, then in the code, push the view controller.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.