LocalizedDeviceModel

3.3.0

Apple devices model names localized.
bixcorp/BDLocalizedDevicesModels

What's New

October 2023 lineup updates

2023-09-13T07:40:56Z

Released on 2023-09-13.

Added

  • New iPhone 15 models.
  • New Apple Watch models.

LocalizedDeviceModel

Apple product 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;

Description

  • Swift Tools 5.5.0
View More Packages from this Author

Dependencies

  • None
Last updated: Mon Apr 15 2024 01:01:19 GMT-0900 (Hawaii-Aleutian Daylight Time)