Add RSS Viewer to Tabbed Application XCode - ios

I have a tabbed app and I'd like to set one of the tabs (UITableViewController) to display content from RSS feed.
How do I do that? Is there any tutorial or very easy open source code about it? I'm a beginner, don't understand the pro tuts I've been reading for days.
Thanks!

Here are the sample codes
iphone-rss-reader-application-with-source-code
how-to-make-a-simple-rss-reader-iphone-app-tutorial
Iphone RSS fun small program

Related

How to turn on pages automatically with Speak Screen in ePub Reader

I have developed iOS reader with UIWebview. I am able to use speak screen with my ePub reader. It speaks the text content.
Problem is Speak screen is not automatically turn on next page for me.
Please help.
Update ios version or delete then re-downloaded the app.

Create an intro screen for iOS app

I want to create an intro screen for my app. This will be around 5 pages of intro and can have animated images on it. Something very similar to Box app intro screen.
So question is does IOS provides any specific view controller for this kind of intro? If not should I use uiview controller to show on first load and somehow keep a track. What are these actually called in programming term?
TIA
No.
You can save status by NSUserDefault.
There are some open source that can help you build intro quickly.
https://github.com/ealeksandrov/EAIntroView
https://github.com/MatthewYork/MYBlurIntroductionView

Displaying ppt interactively on iOS device

I have browsed and searched a lot for this but couldn't find any relevant answers/posts. I am looking for a framework/library with the help of which I can convert ppt slides into images and then render them on iOS device. Any other way/procedure which will display ppt page-wise with giving control on page transition will also be great.
Thanks in advance
If you just want to view the Office files, have a look at:
Document Interaction Programming Topics for iOS: Quick Look Framework.
Quick Look Framework Reference
Quick Look Framework supports a lot of file formats as you can see in the links above. It is available in iOS 4.0 and later.
You can also use UIWebView to display them. See Using UIWebView to display select document types.

Add an annotation on a pdf

I have to develop a iPad app which can view a PDF file and draw some predefined annotations on it dynamically. It's like http://plangrid.com/ do.
I went though WWDC videos, stackoverflow and some other blogs.
But could not find a way to add a controller bar on the PDF. And drag a annotation from it and drop on the PDF.
I have an idea about to view a PDF. I followed ZoomingPDFViewer example.
Please advise me.
I'm using XCode 4 and iOS 4.3.
I'm not sure if you found the following stackoverflow post:
Annotate PDF within iPhone SDK
The first answer shows how to add text to a pdf page at a given location. This should be helpful for your purposes.

RSS reader in a single view application

I am building a single view application for iPhone, and i would like a RSS reader as a part of the app. I have reed and seen a lot of applications based on navigation based app's with tableview.
I know that it is possible to make a table view in a single view app. But how do i combine the rss reader with the app ? :)
Is there anybody that could help me with some links to tutorials or something like that?
Thanks in advance
Ray Wenderlich has a good tutorial here: How To Make A Simple RSS Reader iPhone App Tutorial
Have you considered using a tab bar? If have had success integrating a RSS reader to my existing app bar having the tab button call the view controller and setting the xib file in the button.

Resources