Note that there are some explanatory texts on larger screens.

plurals
  1. POproper ios5 storyboard flow for a constant background / transparent views?
    primarykey
    data
    text
    <p>I have one background I want constant to all views; it shouldn't animate out and back to itself. I have another background I want common to another handful of views that layers on top of that one. I could do this cleanly enough by:</p> <p>a) just having one viewcontroller and managing all the transitions of layered objects within that b) using separate viewcontollers and managing them programatically</p> <p>But I don't grok how I can do this with a storyboard proper-like. Do I need to make a custom segue? Is there a certain <em>type</em> of segue it should be, if it's custom (or otherwise)? Is there a best viewcontroller that I do it all inside? (note: there's no "levels" of navigation, tab bar, navbar, etc... though if that's the way to go, with the elements hidden, and that's the "best" way to do it, I suppose that that might be me c)? )</p> <p>Hope I've explained this well enough. :) I <em>do</em> grok layer transparency, etc, as far as views go....</p> <p>Thanks!</p> <p>ETA: After more research, I thought I understood c as the correct answer, (with a nod to <a href="https://stackoverflow.com/questions/3592576/set-default-uiviewcontroller-background-image">set &quot;default&quot; UIViewController background image?</a> ) ~</p> <ul> <li>navigation controller with main background <ul> <li>navigation controller with secondary background elements <ul> <li>subpage 1</li> <li>subpage 2</li> <li>subpage 3</li> </ul></li> <li>other controller</li> </ul></li> </ul> <p>But I'm still hitting a wall. Not grokking the storyboard (IB) way to even add a background to a navigation controller. The number of custom classes I've made and tossed out, now....</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload