0

OK I have application with buttons on start screen. On few buttons I want to connect RSS feed directly to show.

Can somebody give me a clue how to start with it.

I am pretty new to iOS so be kind. Thanks.

1 Answer 1

1

welcome to the wonderful world of iOS development :) There's a great tutorial that should teach you exactly what you need: http://www.raywenderlich.com/2636/how-to-make-a-simple-rss-reader-iphone-app-tutorial

Cheers,

Johannes

3
  • ok as I understood I write this classes into my application and not start new one. Then on the place for action invoked with pressing button I call RootViewController and it should show me content??? Am I right? By the way thx for link
    – Akosha
    Commented Nov 15, 2011 at 13:49
  • 1
    Hi Akosha, you need to first understand the basics of iOS development. This is a good place to start: raywenderlich.com/1797/… Cheers! Commented Nov 15, 2011 at 14:06
  • Yes I know trying to keep track with learning and demand to act fast... Will be much better in few months... I manage to implement it in code :) Cheers
    – Akosha
    Commented Nov 15, 2011 at 14:35

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.