yadam
yadam

Reputation: 1

How to add an icon to the iPhone application with mono touch?

Could you tell me how to add an icon to the iPhone application with mono touch?

Upvotes: 0

Views: 670

Answers (1)

poupou
poupou

Reputation: 43543

Inside MonoDevelop

  • right click on your project main assembly
  • select Options
  • in the "Project options" dialog select iPhone Application

Depending on your version of MonoDevelop (well the iPhone addin) you'll have a different UI. Either a tab named Icons are a more visual UI that let you select the different icons to use for your application.

EDIT: I could also look like this (from http://ios.xamarin.com/Documentation/Building_for_Distribution)

Upvotes: 3

Related Questions