Questions tagged [container-view]

Containers combine views to help present a seamless interface. Container views can be used to simplify transition animations between two image views.

Related links

99 questions
4
votes
1 answer

Access UIViewController inside ContainerController

I have the following setup: SplitViewController as rootController. Detail part is first ViewController with View > ContainerView (later, View will have ImageView, but that is not the issue here). The ContainerView has segue (embed) to another view…
Ondrej Skalicka
  • 3,046
  • 9
  • 32
  • 53
3
votes
6 answers

Can't find containerView Xcode 6.4

Today I tried to use a container view in Xcode and when I searched in the bar at the bottom of the Library menu, I could not find it. I have also searched through the entire list and can not find it. Does anyone have any idea what might be…
pls
  • 1,522
  • 2
  • 21
  • 41
3
votes
3 answers

Container View Controller Status Bar iOS 7

I am having status bar issues. I have a UIViewController, this has a container view which embeds a UITabBarController inside that UIViewController. When enabling the status bar in my app using View controller-based status bar appearance = YES in my…
Josh Kahane
  • 16,765
  • 45
  • 140
  • 253
3
votes
2 answers

UIButton Not Getting Event When Tapped

My iOS 7 app has a UIViewController with a UIMapView on it. It also has a small view with a UIButton on it that is displayed over the map when the user drags the map outside the current search area. When it is displayed, the user can tap the…
Moebius
  • 700
  • 7
  • 25
3
votes
4 answers

Hide or temporarily remove a child ViewController from a parentViewController?

(asking and self-answering, since I found no hits on Google, but managed to find a solution in the end by trial and error) With iOS 5 and 6, Apple added some ugly hacks to make InterfaceBuilder support "embedded" viewcontrollers. They didn't…
Adam
  • 32,900
  • 16
  • 126
  • 153
3
votes
1 answer

custom container view controller + storyboard?

I want to implement my own container view controller. Pls, imagine that this is my ipad Kind of usual split view controller, but I want to extend it: width of view "a" should be resizable, when I tap view 'B' - view 'C' goes to visible area For…
3
votes
2 answers

interact the navigation controller bar button with embed container view

I've created a UIViewController, and insert a container view in it, which embed a UITableViewController. As the image described above. When user click the Table View Cell, I'd like to add a UIBarButton on the Navigation bar. But, how can I manage…
Daniel Chen
  • 1,933
  • 5
  • 24
  • 33
2
votes
2 answers

How to retain child view controller (container implementation) after moving back to parent?

I need to retain child view controller after its dismissal to move it back when needed without extra processing in child view controller. I have tried achieving it using below…
2
votes
2 answers

What is the difference between a container view and a container view controller?

I've just begun learning iOS programming and do not seem to understand the difference between these two terms. I've been learning about container views and the apple documents constantly refer to a 'container view controller'. However, I see no…
sosale151
  • 360
  • 2
  • 4
  • 19
2
votes
0 answers

UITableView crashes if loaded from ContainerView

I've a big big problem related with a tableview (with a prototype cell made in IB) being loaded in a Container View. It loads perfectly, but when I try to tap or scroll over it just crashes with respondsToSelector:]: message sent to deallocated…
Greensouth
  • 41
  • 1
  • 9
2
votes
1 answer

Container View not visible on view, but inside the TableView

I'm trying to add my custom ContainerView to an usual ViewController using StoryBoard (iOS7). I only have a TableView Controller on this view. If I move the ContainerView inside the TableView it is displayed (but moved with the table items), but if…
Arnie Schwarzvogel
  • 955
  • 1
  • 13
  • 25
2
votes
3 answers

How to update cells in a Container View

I have my storyboard set up like this: A view defined as a custom class, let's call it V1ViewController This view has a view container The view container has a UITableViewController with a set of static cells The cells are of style "Left…
Tija
  • 1,691
  • 4
  • 20
  • 33
2
votes
1 answer

Strange UIContainerView autolayout rotation behavior

I have a view controller that consists of two child UIContainerViews, one of which is fixed-width, and the other which dynamically adjusts its width based on portrait vs landscape mode. Both contain UITableViews. For some reason, if the screen loads…
devios1
  • 36,899
  • 45
  • 162
  • 260
2
votes
2 answers

How to use a Button in Container View's Navigation Controller to go back to last view

Hi I am a newbie in iOS In my project I didn't want to use a Navigation Bar because of the tint effect, so I used a container view to create something similar except for the back button I used an image with a button on the back. I have used a…
Roadblock
  • 2,041
  • 2
  • 24
  • 38
2
votes
3 answers

Not getting Button click event in View added in Container View

I have created one common view for the application where I have added container view. This is a confusing structure also very common question for SO but I am stuck since a day.. In my case hierarchy is as ViewController's View -> (within that)…
Heena
  • 2,348
  • 3
  • 32
  • 58