Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to transition an older project whose UI is written by code to support Slide Over and Split View of iOS 9?

Tags:

ios

ios9

iphone

hi,I want to transition an an older project to support Slide Over and Split View of iOS 9,but I find all the demo projects I found was written by storyboard or xib, but my older project's UI is written by code, can any one suggest, thanks!

like image 799
kkm Avatar asked Jun 23 '15 08:06

kkm


2 Answers

Just FYI.
I was not able to adopt Split View until disabled this setting in Project settings->Deployment Info->(Switch iPad)->Status Bar Style->Requires full screen.

like image 103
Neftanic Avatar answered Sep 21 '22 00:09

Neftanic


I would suggest switching to storyboards to make your life easy.

I would highly recommend you watch the following WWDC videos and then think about what exactly you need to do in order to support multi tasking.

Mysteries of Auto Layout, Part 1

What's New in Storyboards

Implementing UI Designs in Interface Builder

Getting Started with Multitasking on iPad in iOS 9

Optimizing Your App for Multitasking on iPad in iOS

like image 27
Zia Avatar answered Sep 18 '22 00:09

Zia