Possible values for [[UIDevice currentDevice] systemName];

Viewed 6864

What are the possible values of [[UIDevice currentDevice] systemName];? In the docs from Apple, it doesn't give any examples of what could result, but all I can get from it is iPhone OS, even on the simulator. Are there any other possibilities, and if not, why does this property even exist?

3 Answers

after the ios version 15 update ipad os has replace the value for "iOS" to "iPadOS"

Related