Tagged Questions
3
votes
1answer
2k views
Storyboards and Table View Sections
I've noticed that in Storyboards, when dragging out a Table View object from the Library, you also get a chance to configure table view sections, and bunch of other options. For example, if the ...
1
vote
1answer
841 views
Cannot resize UITableView
I've been searching all week for a way to resize my UITableView. I'm trying to create a UIView that lists "buddies" from AIM. I'm not very far, mostly because I keep getting stuck trying to figure out ...
1
vote
1answer
337 views
Design issues with UITableView cells
Have some design issues with my Table View. Below is an image of what my end-result should look like (Sorry, new user so can't display images or more than two hyperlinks).
...
0
votes
1answer
90 views
I can't see all static cells on my Interface Builder
Ok maybe this is a stupid question, but really I don't know what I'm missing.
I'm using Xcode 4.2 with UiTableView and I'm trying to use static cells. Everything is ok if I just use a few cells. But ...
3
votes
0answers
550 views
Row selection when dragging over a UITableView with scrolling disabled
If one were to create a standard grouped table view consisting of two rows and then touch down on the first row, the cell would highlight. If one were to then drag one's finger down, the selection of ...
2
votes
0answers
224 views
How can I expand UITableView to fill full screen on iPhone 5 using Interface Builder?
Is it possible to expand a UITableView with static cells to adjust automatically to the 4" iPhone 5 screen and expand the height of each UITableViewCell accordingly? If I create a simple UITableView ...
2
votes
0answers
124 views
Add UITableView with dynamic content in an XIB file
Is there a way to add a UITableView (not a Table View Controller, but a TableView within another view) and set its content to "Dynamic Prototype" in an XIB file?
This works fine when adding a ...
2
votes
0answers
179 views
No content attribute for UITableView in .xib
(XCode 4.2, iOS 5)
In order to reuse a tableview (with a navigation bar and edit/add buttons) I created a UITableViewController subclass with it's own .xib. However, when I add a UITableView to my ...
1
vote
0answers
68 views
iphone: initialize part of a nib file multiple times
I design my UITableView by Interface Builder.
I can use a separate nib file for UITableViewCell, but not so convenient for me.
So, I want to have my custom UITableViewCell in the same nib file
...
0
votes
0answers
19 views
Mimic Safari.app behavior with search suggestions
I have a standard UISearchDisplayController to search through entries from the backend.
Now at the very beginning, when the UISearchBar gets focus, I want to show previous search results in the ...
0
votes
0answers
112 views
Edit an UIScrollview like an UITableView in xcode 4.2/Interface Builder
This probably is such an easy question that it's the reason I can't find the answer - I am assuming.
When editing a Table View in Interface Builder, it allows you to make the static cells bigger then ...
0
votes
0answers
74 views
Make a UITableView narrower than the default size
I'm trying to make my UITableView narrower than its default size when setting up my views in Interface Builder. If I drag the table view so that it's larger, it has that size when I run my app, but ...
0
votes
0answers
91 views
UITableView not responding at first appearence
I have a regular UIViewController in a tab-based application which contains a non-fullscreen UITableView covering about half the screen. When I go to that tab in the application everything looks fine ...
0
votes
0answers
503 views
Load UIViews from xibs into UITableView headers, footers and cells?
I have a popup view that I implemented as a full size, transparent view with a smaller, UITableView on top of that. What I want to be able to do is design views inside xibs then load them into the ...
0
votes
0answers
87 views
How to dock an actionsheet
I have an actionsheet which contains a pickerView and I have a table view behind
but when I scroll the table view the hole picker is scrolled with it.
My question is how to "dock" my pickerview and ...