Today, we will examining sliders. The UISlider will change the value of a a UILabel, or text. First, let’s start by creating a new view-based application project. For this tutorial, I will name it “Slider.” In SliderViewController.h After implementation Add the following… IBOutlet UISlider *mainSlider; IBOutlet UILabel *mainLabel; …Below brace and before @end, add this… [...]
Archive for the ‘iPhone’ Category
Installing Admob into your iPhone apps
February 14th, 2010
View Comments
When I was trying to install ads in to one of my iPhone apps it was pretty hard to try and do, but I finally got it so I thought I would share with you guys how I did it. You can do it two ways; programmatically or through Interface Builder. I did this through [...]

