Ok so i am realllly new to the iphone development and i\'ve gotten pretty far for my knowledge. I just need help deciding how to program these 4-6 pictures into my project.
You will use both. Cocoa Touch development follows the MVC (Model, View, Controller) methodology. It is a way of separating code logic and user interface elements. UIView is where you handle what it looks like, UIViewController is the class where you handle events. If you want the easiest way to swipe through many pages of content, look into the UIPageControl.