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

Keyboard hides UITextFields. Scrolls up only after typing begins

I have spent about 2 days on this issue going through several stack overflow/online posts and can't seem to find an answer. I have 6 UITextFields. The bottom two hide when the keyboard appears. However, when I start typing: On a 4" screen (iPhone…
user1107173
  • 10,334
  • 16
  • 72
  • 117
0
votes
4 answers

What are the pros and cons of an embedded UITableViewController over a UITableView?

I'm creating my first iPad app and I have a UIView which has a table as well as other views. I've noticed I have the option of creating a 'Container View' in which I can then embed a UITableViewContoller. What are the advantages and disadvantages of…
Graham Lea
  • 5,797
  • 3
  • 40
  • 55
0
votes
1 answer

Rounded Border for UITableView?

I want to have a border around my UITableView, and have the corners rounded. I know this is possible on Table Cells, but wondering what the best way to do this is. I'm using a container view to hold the table in a section of the screen.
McDuffman
  • 1
  • 3
0
votes
1 answer

ChildViewController -> ParentViewController -> SecondChildViewController using ContainerView

I have a ViewController that houses 2 Containers (one top, one bottom). Top Container houses a ViewController with a button and a textfield (just for illustrating purposes). What I want to do is: Type text Press button Send text to…
user1372829
  • 1,121
  • 1
  • 11
  • 21
0
votes
1 answer

Working with a container view

This is my situation. I have a viewController. With at the top three buttons and below the buttons a containerview. When you push a button, the container view should change. This is what I have done in storyboard. Dragged a view controller into my…
Steaphann
  • 2,797
  • 6
  • 50
  • 109
-1
votes
1 answer

Layout doesn't inflate in Android Studio MainActivity when it contains a Fragment Container View

I have the same problem like in this post, but in other way: I use a button from inside a fragment to inflate a different layout in MainActivity using the interface communication. It works when the layout contains only a TextView, but when I replace…
-1
votes
1 answer

how to manage which controller should show in parent view controller?

I have a parent view controller with 5 container view as you can see in image : but when I run my app ,all child view controllers are shown blow by blow and they dismiss and goes back to my starter view controller (which is initial view controller…
ZahraAsgharzade
  • 311
  • 3
  • 10
-1
votes
2 answers

Embed Segue with Custom Class

Hi i'm pretty new to IOS app development and I have somewhat of a problem. I created a view controller and I have a table view controller embed as a segue inside a container on the view controller. By default the table view controller shows when I…
Kyle Roach
  • 616
  • 6
  • 20
-1
votes
1 answer

Container View in Storyboard isn't allowed make more than one segue

I try to add more children for Container view but prevent me and only make one segue.
wod
  • 812
  • 1
  • 10
  • 23
1 2 3 4 5 6
7