Contents

bixcorp/BDLocalizedDevicesModels

Apple devices model names localized.

Usage

Note: To use a localization included in the package, the app using the package must support this localization.

Localized product name

Swift

UIDevice.current.localizedProductName

Objective-C

[UIDevice currentDevice].localizedProductName;

English product name

Swift

UIDevice.current.productName

Objective-C

[UIDevice currentDevice].productName;

Package Metadata

Repository: bixcorp/BDLocalizedDevicesModels

Stars: 27

Forks: 3

Open issues: 0

Default branch: master

Primary language: swift

License: MIT

Topics: apple, apple-tv, apple-watch, device, ipad, iphone, ipod-touch, localized

README: README.md