Tagged Questions
0
votes
1answer
125 views
iOS 6 UITextField inside UITableViewCell with sections get wrong data on scrolling
So basically I am getting the wrong data on every textField by scrolling my TableView (Everything is mixed up). I know, this is because the awesome optimization of the reusable cells in the ...
0
votes
1answer
67 views
Erratic contents of UITextField as subviews of table cells when scrolling
I'm trying to add a UITextField as a subview to my table cells. The content of the text fields is fine until I start scrolling and the cells start to be reused. The images illustrate the problem.
...
0
votes
4answers
138 views
Scrolling UITableview Application going to be crash?
In my application I am using UITableview. In that TableView I am displaying an array that contains dictionaries. The last row of the TableView contains one button which indicates user load more ...
0
votes
0answers
368 views
Auto layout of custom programmatic UITableViewCell fails upon scrolling
I'm trying to use the new auto layout capability of iOS 6 on a custom UITableViewCell which has been implemented programmatically. I added the addConstraint calls, and it works properly at first-- ...
3
votes
3answers
91 views
How do I stop a server call when a user scrolls too quickly?
I am developing an iPhone application that retrieves photos from a server and presents them on the screen similar to the way Pulse News Reader presents its articles. I have a vertically scrolling ...
2
votes
1answer
104 views
After reorder, cells in uitableview are above the customheaderviews whilst scrolling
I have created a UITableViewController. Within it I create a custom views which are returned for the header from viewForHeaderInSection. If I go into edit mode and reorder the cells, the reordered ...
0
votes
0answers
101 views
Cells disappear in UITableView with scrollable background
I have subclassed UITableViewController to support a scrollable background:
@implementation MyTableViewController
-(void)viewWillAppear:(BOOL)animated {
[super ...
0
votes
0answers
105 views
UITableView scrolling issue when using a UIButton in cell
I'm currently working on a menu-like app that uses a UITableView to expand and collapse the menu rows. Everything is working great, up until I decided to add UIButtons for added visual effects.
The ...
0
votes
1answer
334 views
UITextField doesn't get cursor when UITableView scrolles to not visible cell
I have a custom grouped TableView with 5 sections and in total with 50 custom cells of type:
Label | XXX
where XXX can be UITextField, UITextView, UIButton, UILabel. Cells have mixed order ...
0
votes
1answer
149 views
Uitableview when scrolling past a certain point
i have looked through basically every single stack overflow question on this, but i cant find an answer. None of the answers seem to work.
I am writing an application that has a tableview in it, with ...
2
votes
2answers
1k views
Custom UITableView slow scrolling: Is there a limit of number of items to add in UITableViewCell
I am creating a custom Table by designing my own UITableViewCell in Xcode and loading it in cellForRowAtIndexPath. I am facing scrolling problems; the table scrolls really slow and not smooth at all. ...
0
votes
1answer
309 views
UITableView Scrolling Slow When Using Non-English (Arabic, Chinese, Hebrew, Urdu, etc.) Text
I am using iOS 5 and making an iPad app. I have a UITableView in my app where every cell contains a UITextView. It experiences very slow scrolling, however, when non-English text is loaded into the ...
1
vote
2answers
543 views
ios uitableview uitableviewcell reuse has old data
we all know that the cell in uitableview can be resued, but i am seeing some weird results.
i am create a custom cell, each cell has 4 columns, each column has an image
so format is like this
...
0
votes
1answer
118 views
Link recognition in custom UITableview cells
I have an app where i use custom table cells.The problem is that i want to have url,email,phone number and fabebook link recognition on them.I tried it by adding uitextviews as subviews to cell which ...
1
vote
0answers
86 views
UIButton on cell from dynamic table displaying wrong image
I've created a custom cell with a UIButton to use as a checkbox. When pushed I change the button image to a checked checkbox. What happens is that if I check any of the checkbox when I scroll some ...
2
votes
1answer
735 views
selected UITableViewCell background color changes upon scroll
I've got these cells I have set a custom background colour to. The background colour works fine when I select the cell, however, when I scroll down and back up, two things can happen:
If not many ...
0
votes
1answer
474 views
Custom UITableViewCell and slow Scroll
i need two kinds of UITableViewCell that has different height:
a) One with a small UIImageView holding user picture, 3 UILabel's and one UIImageView of 200 x 100.
b) The other has the same like a) ...
1
vote
3answers
2k views
UITableView lags while scrolling
here is my problem:
My UITableViewController lags when I scroll it. It has about 60 custom cells. However, on the simulator it works without any lags.
Here is my code:
CustomCell.m
#import ...
0
votes
1answer
162 views
Scrolling issue in iPhone app running on 3GS
The below method is causing the Scrolling problem when i run it on my iPhone 3S. I know we can increase the performance of Scrolling but don't know how to do it even after searching a lot on the net ...
2
votes
3answers
412 views
Disable UITextView scrolling the containing view?
I've got a UITextView inside a UIScrollView (specifically, the text view is in a UITableViewCell in a table). When I type in the text view and hit return to make some new lines (and the text in the ...
1
vote
1answer
472 views
UiTextField in a UITableViewCell get empty when scrolling
I'm using a UITableView grouped to display my application preferences.
I get the cell with this:
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath ...
-1
votes
1answer
930 views
UITableView scrolling issues
In my app i am using a table view to display images .I am displaying 4 images in a row.I am able to display the images nicely.But my issue is that when i scroll the table view to view the images then ...
0
votes
1answer
334 views
Hyperlinks in UITableViewCell
Edit:
The data in the cell can contain multiple lines of text with hyperlinks in between
I was trying to embed hyperlinks in my UITableViewCell. I have tried adding UITextView as a subview of the ...
3
votes
4answers
568 views
Slow tableview scrolling
Edit----- i done the same code on english record scrolling speed remain fast as usual and its working fine, but when i am fetching Arabic data scrolling is slow again. is this a problem with arabic ...
0
votes
1answer
671 views
iPhone - heightForRowAtIndexPath scroll problem when setting a TextView text
I have a problem with a tableview and a custom cell.
I have the following code :
- (void)viewDidLoad {
[super viewDidLoad];
}
// ...
0
votes
1answer
570 views
Custom UITableViewCell with UIScrollView
Cell doesn't receive touch events, when there is UIScrollView inside UITableViewCell. Is there any way to cancel tap events for UIScrollView (needs only to handle scrolling)?
0
votes
2answers
2k views
Strange crash (EXC_BAD_ACCESS) scrolling UITableView reentering app after background
I'm new to iOS develop and I cannot figure out this strange bug.
I describe the problem here:
I'm using an UITableView with standard cell with subtitle and UIImageView. The scrolling is ok till I ...
6
votes
2answers
4k views
Why is scrolling performance poor for custom table view cells having UISegmentedControl objects?
I have a UITableView with custom cells that were defined in the xib file, and am experiencing poor scrolling performance (choppy) on my device when the cells have a UISegmentedControl on them. NSLog ...
1
vote
1answer
483 views
Weird UITableView scrolling problem
I have a sectioned UITableView which loads data from a plist file. The table uses custom cells with dynamic height to fit the content of each cell. The table loads just fine initially, but after ...
0
votes
1answer
654 views
iPhone SDK: Making UITextField text in a custom UITableViewCell persist through scrolls?
I'm aware that to preserve memory usage, UITableViewCells are reused when scrolling. I have some custom UITableViewCells that have UITextFields in them. After text is inputted to the UITextField, ...
0
votes
1answer
263 views
moving up problem in custom table view cell
I am using custom table view cell to show to table view
- (id)initWithFrame:(CGRect)frame reuseIdentifier:(NSString *)reuseIdentifier
{
if (self = [super initWithFrame:frame ...
0
votes
1answer
425 views
How can I use drawRect to load an image in a UITableView
I have a grouped UITableView with some large images. However, scrolling performance is quite poor (note: it was excellent before the iOS 4 upgrade, now it's very jittery). I've read that using ...
0
votes
5answers
2k views
UITableView manual scrolling to the last row
I have a table view controller which doesn't let me manually scroll to the last row. It automatically scrolls slightly up so I could never select the last 2-3 rows. Anyone experienced this problem? ...
0
votes
0answers
663 views
Problem with Scrolling UITableView
I have a navigation-based application that has a scrolling UITableView filled with the contents of a directory. Somehow, when I try to scroll a new cell into view, the application crashes. I have ...
3
votes
1answer
1k views
UITableView scrolling performance with CALayer + mask
This is not really a question because I just solved the problem, but I think the nature of the problem is common for many iPhone devs and the solution wasn't really plainly obvious so I wanted to ...
2
votes
2answers
1k views
Using CGLayer to Cache Cells in a UITableView
I am trying to improve the performance of scrolling in our app. I have followed all of the generally accepted advice (draw it yourself with CG, the cell is opaque, no subviews, etc.) but it still ...
1
vote
3answers
2k views
Iphone Uitableview scrolling changing image inside UitableViewCell
I am displaying some data using a UITableViewController, my table has 2 static sections with 6 static rows each. And I am subclassing UITableViewCell in order to add 3 Labels and a View, in the view i ...
2
votes
2answers
1k views
iPhone UITableView cells getting 'stuck' and mixed up with fast scrolling
Based on Apple's TableViewSuite sample project I've taken the structure of number 5 there, to create custom drawn table cells. This is working great, and scrolling speed is fantastic now compared to ...
0
votes
3answers
2k views
Text in UITableViewCell missing when scroll down
I added several cells to a tableview and each cell has a textField in the right to let users input texts. I find that when I scroll down and go back, the input of the first few lines will disappear. ...
1
vote
3answers
1k views
Mysterious UITableView stuck problem
I'm new to iPhone development. I'm working on a table view (default UITableView subclass) that contains complicated custom cells, with multiple subviews and controls. Scrolling is not very smooth, but ...

