I followed this tutorial on creating a simple rss reader…
http://www.kieranmcgrady.com/blog/2012/4/25/tutorial-how-to-create-a-simple-rss-reader-for-ios.html
The problem is that I am having problem with design since everything is done programmatically.
How would i go about making each cell a square that takes up the page and if i scroll down, it will go down to a new page showing the next cell?
It sounds like you are attempting to replicate the functionality of Reeder. If that’s the case, you may find this article and GitHub project helpful.