Tagged Questions
-1
votes
0answers
12 views
How do I change the frame of the indexed UITableView?
I want to change the frame of UITableViewIndex, what should i do?
for(UIView *view in [self.tableViewContent subviews])
{
if([view respondsToSelector:@selector(setIndexColor: )])
{
...
0
votes
1answer
27 views
Subclassing UIView with IBOutlets
I've been trying for a long time to add IBOutlets to a UIView.
Well, it seems impossible.
I created a class called "RecessCell".
The file's owner's class is "RecessCell" and the view object's class is ...
0
votes
1answer
24 views
Multiple UIViews in XIB of UITableViewCell
I've been trying to make a custom UITableViewCell with a UIScrollView.
I have a .xib which contains a UITableViewCell (that contains only a UIScrollView) and a UIView that is the content view for the ...
0
votes
1answer
41 views
Setting three sided border for UITableView - IOS
For my design specifications, my table view should only have three borders on top, left, and right. I have added it using the following code....
CGSize mainViewSize = menu_table.bounds.size;
CGFloat ...
0
votes
1answer
35 views
Move view from UITableViewCell to Window and back to same cell
I'm creating an SDK where I have a view that performs various tasks such as expanding and flipping to not go into much detail.
In one possible use case, the user may place the view in a ...
1
vote
3answers
40 views
Prevent UITableViewCell selection when dragging a subview
I have a UITableViewCell subclass and I have added a UIView to its contentView property. In order to enable dragging that subview, I have implemented the UIResponder appropriate methods:
- ...
0
votes
2answers
139 views
iOS - Capturing button click on subview added to UITableViewCell
I am trying to use the CollapseClick table control. This all works, but I can't seem to add a button event to the view that is shown when the table cell is expanded.
Looking through the code, it is ...
1
vote
2answers
46 views
Limit animation to parent view
I have a UITableViewCell and I animate it's content out and in. But I want to limit the animation so that when the text goes outside of the UITableViewCell it's not visible in the ViewController.
The ...
1
vote
1answer
26 views
highlightedTextColor in case of editing in UITableView
I've a UITableView with custom cell, which contains some labels with highlightedTextColor:
myLabel.highlightedTextColor = [UIColor whiteColor];
This works fine until I decided to make my table ...
1
vote
1answer
86 views
When creating my UITableViewCells, why is the init never called? (Resulting in blank cells?)
In my UITableView, I recently changed the structure of the cell from formerly just putting UILabels in the contentView of the cell, to adding two UIViews (CellFront and CellBack, on top of one ...
0
votes
0answers
59 views
Why is my UITableViewCell's properties not being set properly?
I have a custom UITableViewCell which has two UIViews (CellFront and CellBack) that allow me to slide the CellFront (revealing CellBack) to achieve a cell sliding effect similar to the app Reeder.
...
1
vote
3answers
64 views
How do I have a UITableView with two different cell types and set each of the`cell layouts up programmatically, instead of via a Storyboard?
Previously I had this set up with a storyboard, having dragged the UILabels, positioned them and sized them whatnot on the UITableViewCell I dragged them onto, and then do a different version of that ...
0
votes
1answer
53 views
Why can't I access my UIView's class property from another class?
I get the following error when I try to access my cellFront object's title property when I'm within the UITableViewCell subclass that I'm using it in:
Yet I imported CellFront.h, and it has the ...
0
votes
2answers
107 views
How do I remove the border from a grouped UITableView's cell?
The little white stripe at the bottom really throws off the design and I can't seem to figure out how to remove it.
This question had a high rated response that said to do this:
...
0
votes
0answers
37 views
Complex UITableView/UITableViewCell and performance
I have a tableview with a complex form of subviews.
above is a header (not part of the UITableview and no problem with that) but everything under that get's rendered very slow when there are a lot of ...
0
votes
1answer
56 views
Custom UIView in UITableViewCell
One of the UITableViewCells in my table contains a UIView which is like a 5-star ratings. However, the view cannot be selected.
The tutorial I'm basing it on is the following from Ray Wenderlich:
...
1
vote
2answers
160 views
Expandable and Collapsable UITableViewCell with Custom Views
Not Getting any Idea on how to solve this ....
Ok. This is my custom UITableViewCell with three different Child Views. That you can see with different colors.
Here , Height of my second Child View ...
5
votes
1answer
329 views
Add UITableViewCells between 2 UITableviewCells in an UITableView with an animation
Right now I am making an iPad app that involves a UITableView that involves UITableView Cells that slide left and right, I have a NSNotification based system of letting the UITableViewController know ...
0
votes
2answers
37 views
Most efficient way to hide a UIView
Out of the following, which is the best way to hide a view?
Setting frame to CGRectZero
Hidden Property to YES
alpha Property to 0.0
Does one have benefits that the other does not? In terms of ...
1
vote
1answer
94 views
UIImageView one of cell contentView's views is not expanding along with its parent view
I have a UITableView where each cell contains one UIView in its contentView, let's call it V.
V also has subViews, one UIImageView and UILabel.UIImage is just a white rounded rectangle
I want my cell ...
0
votes
1answer
68 views
SetNeedsDisplay in table view
My problem is that not all cell are correct initialized with the correct UIView as an rendered image.( see code below) On a iphone 4 it always the same cel on a iphone with retina display is also an ...
0
votes
3answers
159 views
Custom UIView in Custom UITableViewCell
I have a custom UITableViewCell subclassed as ItemDetailCell which has many outlets connected to my storyboard file. Among them is a custom UIView subclassed as PriorityView which has one outlet to a ...
0
votes
0answers
11 views
How to provide frame to subviews of UIView in UITableView?
I have UITableViewCell which contains one label and one UIView say CustomView.CustomView contains labels based on data. I am providing frame to UIView in layoutSubview based on data but how to provide ...
1
vote
2answers
84 views
Where do I add UITableViewCell's to the SECOND section of this UITableView?
There's going to be a lot of code in this, and for that I apologize, but the very problem is that I'm having difficulty stepping my way through this program and ascertaining where this thing is ...
0
votes
0answers
36 views
UIProgressView progress is pixelated
Recently I added a UIProgressView as a subview of the contentView of UITableViewCell. The progress updates exactly how I want it to but for some odd reason the edges of the progressView is pixelated. ...
2
votes
1answer
322 views
Access corner radius of UITableViewCell in grouped TableView
It seems Apple changed the corner radius in iOS6 to about 7 (previously 10).
I have a view behind my UITableView that needs to have the same corner radius then the UITableViewCell.
My app sopports ...
0
votes
1answer
120 views
How to Animate UIView embedded in UITableViewCell
On didSelectRowAtIndexPath, I am reloading selected row and changing heightForRowAtIndexPath so that selected tableview cell can expand. This is working fine. So as soon reloading expanding done I ...
0
votes
0answers
59 views
Unable to collapse UITableView
I am working on a mail app where the message view has a label named "Details" which is supposed to expand and collapse the "to:" and "cc:" fields. What i've done is that i've taken each of these ...
1
vote
1answer
283 views
Why does UITableViewCell and UITableViewHeaderFooterView does not share some common ancestor?
Besides UIView itself.
I mean they both have contentView properties and so many similarities. What does apple think when they decided that the common parent between UItableViewCell and ...
0
votes
1answer
38 views
Does UIView object with zero size occupy considerable memory?
To customize the tableView Cell, I am inserting a dummy backgroundview with zero rect.
So the question is does UIView object with zero rect occupy memory ?, is it a waste of memory ?
1
vote
1answer
80 views
Objective-C - addToSubview but do not intercept touches
Is there a way you can add a UIView without the view intercepting touches? I tried insertSubview: belowSubview
The reason I want to do this is because I'm adding a UITextField to a UITableViewCell's ...
0
votes
1answer
158 views
UIView not resizing within UITableViewCell
I have a custom UITableViewCell that has two elements. A UIView and a UILabel. The cell is used for voting so I want to be able change the dimensions fo the UIView based on the vote. I currently am ...
0
votes
0answers
64 views
Notification when a UIView is destroyed
I have a custom UITableViewCell (subclassed) and it works great. Part of the cell is a UITextField, which I expose externally as a @property. However, everything is managed internally within the cell, ...
0
votes
2answers
666 views
Can't select cells in UITableView
I want to create a menu that appears sliding from a side of my view, so I programmatically created a UIView and a UITableView, but, when it appears I can't select the cells in my view, here's the code ...
0
votes
1answer
46 views
What is the generic “rule of thumb” for in which point of view cycle to add subviews to an UIView subclass?
What is the generic "rule of thumb" for in which point of view cycle to add subviews to an UIView subclass?
For instance, if you decided to subclass UITableViewCell class in which method should you ...
1
vote
1answer
277 views
How to change the bounce-region's color/background for a horizontal UITableView
I'm working on a custom "Pulse style" UITableView according to this tutorial, and everything is going great. I've made some modifications and extensions but there is one feature I'd like to implement ...
0
votes
0answers
196 views
Resize selection view uitableviewcell on grouped UITableView
I have a subclass of UITableViewCell with xib file, and UITableView Grouped, I want enlarge the size of the selection of the UITableViewCell to make it bigger, and I have tried this:
@interface ...
-1
votes
2answers
286 views
Iphone app using json parsing
I have a question to do please!
I've been reading about how to create a iPhone app, what I need to do is parse some json structure.
I have the names of some products which will be displayed in a ...
0
votes
1answer
458 views
Removing view from UITableViewCell's accessoryView not working
I've set a uiview with image in my cell's accessoryView and later on I want to remove this view so that the accessoryType can be shown once again as none. The following doesnt work -
//create cell
...
0
votes
1answer
45 views
Continue pushing the information to a third UIView
I have table View with grouped style with three sections.
Get information from dictionary array.
My apps works good with UITable (Master) and one UIView (root). but, I would like to Continue pushing ...
1
vote
1answer
349 views
UIKeyboardWillShow/WillHide Notification, how to know when those notifications are for the regiestered observer
I have a UIView subclass with an added observer for the UIKeyboardWillShowNotification and UIKeyboardWillHideNotification. This UIView is in a UITableViewCell subclass. I have two other ...
0
votes
1answer
131 views
UIWebView overriding touch events in my UITableViewCell subclass
I have a UIWebView in a UIView subclass stored in a UITableViewCell subclass. I've noticed that I lose touch events in my view controller. How can I get around this?
I've tried
- (BOOL) ...
0
votes
1answer
441 views
make custom UIView become first responder in custom UITableViewCell
I have three UITableViewCell subclasses. I'm displaying these in a table view in a view controller. I have, in the view controller, returning nil for tableView:willSelectRowAtIndexPath: since I want ...
0
votes
1answer
234 views
ui table view cell reorder *without* shadow
I have a uitableview and when I put it in the edit mode and reorder the cells , the native ui shows the cells separators/shadow while I drag the cell.
Is there a way to drag the cell without the ...
0
votes
1answer
64 views
uiview on top of uitablecell
I have a custom table view with a custom table view cell.
I have a uiview with three buttons. How can I set that when a row is selected the uiview will popup over the cell? Basically I want a popover ...
0
votes
0answers
129 views
UITableViewCell Selected view appearing under cell labels/images not on top
I have a custom UITableViewCell which loads from a .xib file. In the .m for the .xib I'm loading in some extra UI elements (such as an imageview) which I add to the contentView:
[self.contentView ...
2
votes
4answers
156 views
Dequeueing UIViews withing UITableViewCell
In a normal situation when working with a UITableView I have the standard code for reusing old cells:
- (UITableViewCell *)tableView:(UITableView *)tv cellForRowAtIndexPath:(NSIndexPath *)indexPath
{
...
0
votes
1answer
206 views
Autorotation issue with UITableViewCell and CALayer
I have a UITableViewCell subclass with backgroundView set to my own UIView object. This UIView object contains three CALayer layers. I implemented - (void)layoutSubviews where I update all my CALayer ...
4
votes
1answer
563 views
iOS UITableViewCell: how to have a double border for a cell
I want to display a double bordered like following image...
The border has a dark color (magenta) and a light color (white) (not the actual colors).
I have created a custom .xib file and a custom ...
6
votes
2answers
2k views
Clear answer on how to Mask a UIView as a UITableViewCell selectedBackgroundView
I've read and tried a few answers I have found on StackOverflow. I've also read and tried a few things from blogs, but nothing seems to accomplish what I am looking for.
I create a UIView and set ...




