Join Simon Allardice for an in-depth discussion in this video Adding iOS 8 app icons, part of iOS 8 App Development with Swift 1 Essential Training.
- As you've no doubt seen when we test our applications,…they add themselves to the home screen of the simulator…with this generic, white icon with rounded corners.…You'll need to provide your own icon…before you can publish an app to the App Store,…and probably you'll want one before that,…just to have your own icon.…So let's see how to do this.…An iOS 8 application for the iPhone…needs at least two icon files,…though usually you will end up adding more.…Those icon files used to require special names.…Now they don't, although they are required…to be of a particular size.…
Now in an Xcode iOS application,…there is a suggested place for them.…It will give you the asset catalog here,…that comes standard with one entry for the app icon.…And this can help us actually remember…what size is required for these.…So I created a single-view application,…just for the iPhone,…so it's recommending me here,…that I need to provide application icons…for an iPhone at 2x and 3x.…Those are both based on this point size here.…2x would be doubling it,…
Author
Released
11/11/2014Author Simon Allardice also covers the dos and don'ts of iOS 8 interface development, techniques for connecting UI elements to code, and tips for making flexible layouts that display correctly on different screen sizes. The last chapter shows you how to add app icons and launch screens and prep your app for submission to the App Store.
- Installing Xcode and the iOS SDK
- Joining the iOS Developer Program
- Using MVC in iOS
- Creating basic interaction
- Using first responders
- Exploring delegation
- Connecting UI elements to code
- Working with foreground and background events
- Creating and customizing table views
- Exploring storyboards
- Understanding the differences in iPad development
- Altering views and constraints, with size classes
- Adding application icons and launch images
Skill Level Beginner
Duration
Views
Related Courses
-
Introduction
-
Welcome1m 2s
-
What you should know1m 36s
-
-
1. Getting Started
-
Creating a simple iOS app8m 50s
-
2. Core Skills
-
Introduction to Xcode 610m 3s
-
Creating basic interaction9m 39s
-
Using first responders7m 42s
-
Exploring delegation5m 33s
-
-
3. Basic iOS UI
-
Using a date picker control11m 28s
-
Loading data into controls13m 6s
-
Responding to selection6m 38s
-
Exploring the object library11m 22s
-
4. iOS Application Architecture
-
Introducing the debugger7m 45s
-
5. Using Table Views
-
Introduction to table views3m 13s
-
Reusing table view cells5m 40s
-
Customizing table views4m 35s
-
Customizing table view cells7m 17s
-
-
6. Multiple-View Applications
-
Using navigation controllers3m 53s
-
7. Using Storyboards
-
Exploring storyboards4m 51s
-
Step four: Loading the data3m 36s
-
-
8. iPad Development
-
9. Using Size Classes
-
Introducing size classes11m 30s
-
-
10. Finishing Touches
-
Adding iOS 8 app icons5m 3s
-
Conclusion1m 29s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Adding iOS 8 app icons