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
0
votes
1 answer

iOS TableViewController Container scroll lock

I'm trying to add an iAD to a TableViewController and it's working fine if I add the Container View at the top of TableView, and then in container I add an iAD. But I know, Apple will not accept Apps where iAD is scrolling, because of refreshing,…
sphynx
  • 413
  • 1
  • 7
  • 20
0
votes
1 answer

Resize Container view sub views during animation

I'm trying to expand a Container view. But I can't figure out why the elements it contains are not resizing too... They stay with the base sizes they had. Here's what I tried (tell me if I do something bad or if it could be done easier) [UIView…
0
votes
0 answers

IOS Container View and Push Segue

I have a container view which is linked to a child view controller with embed segue and it is linked to another view controller(My View Controller) with push segue on a button. My problem is; I can't display a subview that is added in container…
0
votes
1 answer

Reference UIViewController within ContainerView

I have created a ContainerView in Xamarin, which automatically created a new ViewController. I have created the class for this called Test1ViewController: using System; using MonoTouch.Foundation; using MonoTouch.UIKit; namespace test1 { …
Joseph
  • 2,706
  • 6
  • 42
  • 80
0
votes
2 answers

Selections not working with TableViewController in Container View

I'm developing a storyboard based app, and trying to get a UITableViewController within a Container view working. It's set up pretty basically, with a container view in my main view, which is linked to my TableViewController with an embed segue…
robmathers
  • 3,028
  • 1
  • 26
  • 29
0
votes
1 answer

iOS working with "Container View" and unknown number of views

This very helpful tutorial shows how to use "Container View" properly. I only have a simple question: What if i don't know how many possible "subviews" I'll have to manage? All the sub-views will have the same template (known at design time... lets…
Leonardo
  • 10,737
  • 10
  • 62
  • 155
0
votes
0 answers

ContainerView should optionally decide whether to load a tableViewController or a normal ViewController

I am making an app using iOS 6 and storyboard and am stuck at the following point: I am loading a view which has a container view inside it. This view gets loaded(along with the container view) when a row of table view is selected. Now, I want the…
Roadblock
  • 2,041
  • 2
  • 24
  • 38
0
votes
1 answer

Issues updating iOS ContainerView interface objects

I'm trying to update the interface contents of a ContainerView on iOS (UIViewController embedded in a UIView) from the UIViewController that it's being displayed in. However, the ContainerView just won't update its content. The ContainerView and the…
Sam Spencer
  • 8,492
  • 12
  • 76
  • 133
0
votes
1 answer

3d Animation in transitionFromViewController

I try To make 3D Animation in - (void)transitionFromViewController:(UIViewController *)fromViewController toViewController:(UIViewController *)toViewController duration:(NSTimeInterval)duration options:(UIViewAnimationOptions)options…
0
votes
1 answer

Container Views & Passing Data

I am having difficulty passing data to a tableViewController that is housed within a container view as can be seen here: For context, the View controller which contains the two container views is itself the first tab of a tabViewController that act…
OneManBand
  • 528
  • 5
  • 24
0
votes
1 answer

Link parent uiviewcontroller as delegate to uivewcontroller added by addChildViewController

I'mm successfully embedding and swopping uiviewcontrollers within a container view. Now I want to send a message from the child uiviewcontrollers up to the parent uivewcontroller. I'm wiring them up as delegates but can't figure out how the assign…
JulianB
  • 1,686
  • 1
  • 19
  • 31
0
votes
2 answers

Access UITableViewController in Container View

I have a UITableViewController embedded in a Container View. The UITableViewController has a delegate method I would like to access in the main view controller. I am able to assign the view in the container to a property in the main view - however I…
0
votes
1 answer

iPad Layout has a gap where status bar used to be

I created this basic app using xcode 4.6 that represents the exact layout of my real app. The only two alterations I made were to uncheck "navigation bar visible" from the initial navigation controller and to choose "status bar: none" for the second…
StreaminJA
  • 53
  • 1
  • 1
  • 9
0
votes
1 answer

Resize view inside container view

I am using Storyboards in Xcode 4.6 and I just found out about container views. My container view is displaying a UITableView. The UITableView and its cells take up the entire width of the screen but the container view is slightly smaller because I…
iMaddin
  • 982
  • 1
  • 14
  • 23
0
votes
1 answer

Scene's to open inside the ContianerView through UIButtons

iOS6 XCode 4.5.2 I have a MainViewController which has 5 UIButtons on the left (B1 - B5). In the middle of the Main View Controller, I have a ContainerView. This ContainerView has 5 scenes (the initial scene is also a navigation controller) that I…
user1107173
  • 10,334
  • 16
  • 72
  • 117