All Projects → bixcorp → BDLocalizedDevicesModels

bixcorp / BDLocalizedDevicesModels

Licence: MIT license
Apple devices model names localized.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to BDLocalizedDevicesModels

Open Source Ios Apps
📱 Collaborative List of Open-Source iOS Apps
Stars: ✭ 28,826 (+125230.43%)
Mutual labels:  apple, iphone, ipad, apple-tv, apple-watch
Apple Device Model List
All Apple devices model name list. 通过内部编号判断 iOS 设备型号。
Stars: ✭ 149 (+547.83%)
Mutual labels:  apple, device, iphone, ipad
Assistantkit
Easy way to detect iOS device properties, OS versions and work with screen sizes. Powered by Swift.
Stars: ✭ 569 (+2373.91%)
Mutual labels:  device, iphone, ipad
Alsystemutilities
THIS REPO IS NO LONGER MAINTAINED! Check https://github.com/andrealufino/Luminous. This library provides a list of 80 methods to get every kind of system information!
Stars: ✭ 644 (+2700%)
Mutual labels:  device, iphone, ipad
Open Source Xamarin Apps
📱 Collaborative List of Open Source Xamarin Apps
Stars: ✭ 318 (+1282.61%)
Mutual labels:  apple, iphone, ipad
Hostess.swift
A Swift implementation of NSHost that works on iOS, OS X and tvOS. Hostess.swift is safe to use in a framework because it does not require a bridging header. Hostess is Swift 4.0 (or newer) only and replaces the Swift 2.x only Host.swift.
Stars: ✭ 27 (+17.39%)
Mutual labels:  iphone, ipad, apple-tv
Deviice
Swift library to easily check the current device and some more info about it.
Stars: ✭ 51 (+121.74%)
Mutual labels:  device, iphone, ipad
ios code sign
iOS 签名简介
Stars: ✭ 23 (+0%)
Mutual labels:  apple, iphone, ipad
Canijailbreak.com
a website which tells you whether you can jailbreak your iOS device.
Stars: ✭ 112 (+386.96%)
Mutual labels:  iphone, ipad, apple-tv
Hackers
Hackers is an elegant iOS app for reading Hacker News written in Swift.
Stars: ✭ 513 (+2130.43%)
Mutual labels:  apple, iphone, ipad
Shortcutsdirectory
A collection of user-submitted shortcuts for Shortcuts for iOS.
Stars: ✭ 376 (+1534.78%)
Mutual labels:  apple, iphone, ipad
Meme-Maker-iOS
Meme Maker open source iOS app made in Swift.
Stars: ✭ 59 (+156.52%)
Mutual labels:  apple, iphone, ipad
Responsivedevices.css
Responsive CSS Device frames for your landing pages
Stars: ✭ 59 (+156.52%)
Mutual labels:  device, iphone, ipad
Xhlaunchad
🔥The screen opening advertising solutions - 开屏广告、启动广告解决方案-支持静态/动态图片广告,mp4视频广告,全屏/半屏广告、兼容iPhone/iPad. 【 Github下载不了/下载慢 可以访问国内下载地址: https://gitee.com/CoderZhuXH/XHLaunchAd】
Stars: ✭ 3,578 (+15456.52%)
Mutual labels:  apple, iphone, ipad
ALButtonMenu
A simple, fully customizable menu solution for iOS.
Stars: ✭ 45 (+95.65%)
Mutual labels:  apple, iphone, ipad
SwiftyJot
Use your finger to annotate images.
Stars: ✭ 14 (-39.13%)
Mutual labels:  iphone, ipad
SignTools-CI
Sign iOS apps on demand using CI. Part of: https://github.com/SignTools/SignTools
Stars: ✭ 145 (+530.43%)
Mutual labels:  iphone, ipad
Shukofukurou-iOS
The Ultimate Open Source AniList, Kitsu, and MyAnimeList Tracker for iOS/iPadOS written in Objective-C
Stars: ✭ 29 (+26.09%)
Mutual labels:  iphone, ipad
YMTGetDeviceName
Get device name from model number
Stars: ✭ 27 (+17.39%)
Mutual labels:  iphone, ipad
Watusi For Whatsapp
Your all-in-one tweak for WhatsApp Messenger!
Stars: ✭ 240 (+943.48%)
Mutual labels:  apple, iphone

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;
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].