Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
305 views
in Technique[技术] by (71.8m points)

ios - What is the minimum deployment target for using UISplitViewController on iPhone?

When the iPhone 6+ came out UISplitViewController was still restricted to iPad devices, so I rolled my own simplified split view controller for use in iPhone 6+. Consulting the current documentation it seems that the restriction has gone and that UISplitViewController is now available on iPhone, so naturally I am considering to switch to UISplitViewController.

I haven't actively tracked the history of UISplitViewController, though, and I haven't been able to find out with a few internet searches in which iOS version the restriction went away. This information is important to me because my app should still support devices with older iOS versions installed. Currently the app's deployment target is set to iOS 9.

So what is the minimum deployment target I have to set in my app if I want to use UISplitViewController on iPhone? Is iOS 9 sufficient?

question from:https://stackoverflow.com/questions/65920263/what-is-the-minimum-deployment-target-for-using-uisplitviewcontroller-on-iphone

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

The UISplitViewController is available on iPhone since iOS8, so iOS9 is sufficient.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...