It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to use UIScrollView instead of UITableView but i should contains the dequeue feature same as TableView. Is there any tutorial or sample project by which i get help to make a UIScrollView functioning like UITableView.
Simple answer: no there is no dequeueing function on the scroll view, that is what a table view is for!
So my question to you is: what is it what you're trying to do and I can maybe help you out.
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am trying to create an interface similar to this:
It needs to have text fields and table cells.
That view is basically a UITableView with individual UITableViewCells which are customized with the input views.
Take a look at the UITableView creation example
Use a UITableViewController with static cells and split it into two sections.
Make sure you check off grouped
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
How to create a UIPopoverController with buttons like the following figure.
you use UISagmentcontrol to set this type of button in your UIPopoverController.You create UISagmentcontrol object and add this your UIPopoverController.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Learning iOS for first time, but the demo I'm fulling has size and structs enabled, by I'm running the latest iOS and Xcode and don't see that. I have a custom view in my storyboad that takes up the whole view. How do I see/enable size and struts?
If you're talking about "springs and struts", as rdelmar said, just keep AutoLayout set to OFF in your storyboard or XIB files.
like this:
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I'm trying to create the same interface as in the screenshot: http://i.imgur.com/6OIcNb0.png
This is my first application I've got running uiswitch, navigation bar and default background settings. How to create a cell with the text on the left and combine it with uiswitch? I use a storyboard.
The comment by H2CO3 is totally right.
Well, I still find something for you, hope that's helpful.
Check the link1 and link2
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
In my App, i need to place different different horizontal table views inside a vertical single table view. Please help me to solve this?
Thanks!!