Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 328 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 328 Bytes

LaunchImages.swift

Motivation

Some iOS apps need to reuse the launch screen image in the app itself. These image names are not documented by Apple, so this utility class returns the correct internal launch image name for the device it's running on.

Usage

let image = UIImage(named: LaunchImage.name())