user605957
user605957

Reputation: 2489

Adding images to buttons in interface builder

I want to add an image to my button instead of text. Can I do this in interface builder? Any example I can look at?

Thanks Deshawn

Upvotes: 7

Views: 23504

Answers (3)

OhadM
OhadM

Reputation: 4803

I actually had to drag and drop the images folder into the Project Navigator and chose that the folder is a reference and only then, I could see the images in the Media Library.

From there the only thing you need to do is drag the picture where you want or change for the image name in the Attribute inspector.

Upvotes: 1

Peter Zhou
Peter Zhou

Reputation: 4221

1:select the button

2:select Attributes Inspector

3:change type to Custom

4:There are two ways to do this using the interface builder

-1: Make a button image->include it in your project->set the image as the "image" of the button.

-2: Make a button background image->include it in your project->set the image as the "background" of the button->set the "Title" of the button to anything you want.

Upvotes: 13

taskinoor
taskinoor

Reputation: 46027

  1. Add the image in your project.
  2. In IB set the button type to custom.
  3. Set the image in Image or Background box just below the Title box.

That's all.

Upvotes: 4

Related Questions