Tagged Questions
0
votes
0answers
62 views
Custom Facebook wall view For ios [closed]
I want to create view like facebook wall which can have images , comments, like, share etc.Any suggestions on how to implement it ? I was thinking to use table view and custom cells. But the height of ...
0
votes
2answers
136 views
uitableview cell creation on scrolling
i am using uitableview and i am facing a problem in cellforrow delegate i use this code
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
...
0
votes
3answers
523 views
UIProgressView is getting hidden when scrolling the uitableview
I am trying to download a list of urls using asinetworkqueue.It downloads fine. But my uiprogressview is getting hidden when i scroll the uitableview.
I mean if the progress is shown in row no 2, and ...
0
votes
2answers
85 views
Downloading files from server one by one - uitableviewcell
In my application, i am offering non consumable in app purchase for selling Songs(Mp3) files.
Currently i am listing list of songs, when user taps buy, i am showing another uitableview (which is the ...
0
votes
2answers
920 views
How to use commitEditingStyle? (UITableViewCell-UITableView)
I am looking at various possible ways to implement delete-edit-copy feature on the UITableViewCell elements of a UITableView.
The one I am trying now is based on the usage of the following methods:
...
1
vote
0answers
103 views
UITableView copy-delete-edit cells
I am trying to implement a few functions on a UITableView, in order to give the users the ability to copy-delete-edit the cells.
I have read quite a lot about the UITableViewDelegate protocol and ...
0
votes
2answers
206 views
iOS UITableViewCells rows recycled and tag not working
I would like to seek some help in setting tag for buttons in cells. This is a question with a link to the previous I posted : iOS Using NSDictionary to load data into section and rows
However, ...
-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 ...
4
votes
0answers
235 views
UITextField: can't type text but smilies, copy/paste, and backspace is fine
I think this is strange, I have made my own class that inherits from UIAlertView. In this class I add a UITableView as subview and the cells contains a UILabel and a UITextField.
the class ...
0
votes
1answer
339 views
iPhone SDK: UIMenuController to popup above selected UITableCell
I am trying to have the UIMenuControl popup above whatever cell is selected by the user....
Currently I have this code below, which always puts the UIMenuControl in the middle of the screen on an ...
4
votes
1answer
201 views
Manage Swapping between two cells rather than changing the NSIndexpath of other UITableViewcells
I know it's the default property of rearrangement of tableviewcells when UITableView is in editing mode & user just reorder the Rows which is handled by UITableViewController.
As per Apple Doc : ...
0
votes
1answer
323 views
Confusion with Reusable Cells (incorrect cells affected after scroll)
I'm sure this question is not unique, but I've not found other sources to solve it. Actually, those have been causing more confusion. Please shed light if you can.
The crux of the issue is that I ...
1
vote
1answer
518 views
How to give IBAction event to custom cell's UIButton?
I want to give custom cell's UIButton IBAction event.
I tried with below code but it crashes.
How can I create delegate & use that in my UITableView class?
Customcell class
...
0
votes
3answers
114 views
iphone sdk how to change customcell colour on selecting the cell?
i am using customcell with label. How to change the textcolour of label when the cell selected .By default it is black after selecting that, it needs to be white. How to do that in customcell point. ...
0
votes
1answer
64 views
Improper scrolling of UITableview
My UITableView is not scrolling properly I am using customcell as
My cell for rowAtIndexPath looks like this:
(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath ...
0
votes
1answer
403 views
Background image does not extend to accessory view background in table view cell
I'm using the code below to set a background under each cell in my table view. It works fine but there's a white space under the accessory view on the right side so the background does not cover this ...
0
votes
2answers
592 views
Table cell image background not showing
I'm using the code below in my view controller but the background image is not showing. Any idea what could be the issue?
(void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell ...
-1
votes
2answers
383 views
How to implement Edit & Delete Functionality in Tablecell? [closed]
In my app,
I want to imaplement the edit & delete functionality on table Cell.
How can i do that?
0
votes
3answers
870 views
How to detect which UILabel was pressed on custom UITableviewcell?
I have two labels with two seperate tags each one.
I would like to detect which one label was pressed by checking the tag.
Inside the
(void)tableView:(UITableView *)tableView ...
1
vote
0answers
219 views
How to make User Interface of add contact detail same like in iPhone Contact List?
I am making an app, in which I am making custom contact list for this application, now I made add button to add contact in my custom contact list.
Now I want to add all the detail (name, mobile, ...
2
votes
2answers
501 views
Set UITableViewCell data from remote JSON file
I have UITableView representing list of cities (100 cities).
For each city I want to call specific remote(URL) JSON to get city's weather information and populate response data for each city cell in ...
0
votes
1answer
130 views
How to pass the data from one cell to another view?
I have created an application which loads data into UITableview by JSON parsing. Now when the user clicks on a cell, the user will be navigated to another view where the user can get the more details ...
0
votes
1answer
100 views
Old image still showing in TableViewCell
I can't understand why my TableView is still showing the old image I used despite I remove it from my code and group file...Any idea why ? I already made "Reset" in ios simulator and I saw no changes.
...
0
votes
1answer
464 views
Custom UITableViewCell not updated even with setNeedsDisplay and setNeedsLayout
I have been successfully subclassed UITableViewCell and I'm using the child class to layout some TableViewCell in my app. Now, I'm trying to lazy load images into the cells. According to logs, images ...
7
votes
2answers
2k views
Incompatible pointer type initializing 'CustomCellView *' with an expression of type UItableViewCell
Can you help me understandand/fix the error below. I don't understand as CustomCellView is a subclass of UItableViewCell. The code gets compiled but the warning is still there:
Incompatible pointer ...
1
vote
1answer
358 views
iPhone sdk - UIImageView overlap issue
I have a UITableView as shown in the attached image. I use a UIImageView in the custom cell of the UITableView and I rotate to some degrees. The images in the UIImageView are fit according to their ...
2
votes
3answers
2k views
What is alternative for initWithFrame:reuseIdentifier?
Can you help me fix this as the method initWithFrame:reuseIdentifier is deprecated:
static NSString *CellIdentifier = @”Cell”;
CustomCell *cell = [tableView ...
0
votes
3answers
409 views
How to set the background of a TableViewCell with a static image?
I would like to programmatically set an image to the background of each cell in a TableViewCell. Any idea on how to do that ?
Thx in advance,
Stephane
1
vote
2answers
117 views
TableViewCell in IB or Programmatically, which one is better for customization?
I'm coding a custom TableViewCell and I need to set a background image for each one (actually same background image on all cells) and I'll add some labels for different type of texts (different in ...
0
votes
1answer
201 views
UISearchDisplayController and images lazy loading
I am using a UITableView in combination with a UISearchDisplayController to do search on the table data array.
for each row shown an image is fetched from the network and cached locally.
the ...
0
votes
3answers
260 views
How Do I Pass a NSSString from RootViewController to another View?
I'm coding an iphone app which takes user inputs from First View (RootViewController) and then it needs to pass on the inputs to the "results" View Controller which is another view which uses the ...
0
votes
1answer
294 views
Weird result with automatic UITableViewCellHeight
i nearly successfully integrated the automatic UITableViewCellHeight thingy, butone thing is very strange. If i run it, it shows me the text from the first section in the third section (and also in ...
0
votes
1answer
367 views
for-loop in uitableview
I am developing an application in which i am displaying data from back-end.
Now the problem is as i am filling my table with for loop, and every cell of loop is filling data by every call. suppose ...
0
votes
1answer
209 views
avoid dequeueReusableCellWithIdentifier to prevent UITableViewCell freezing
I am creating a custom UITableViewCell in which I am populating the cells with a JSon response of a web service. The problem is that the cell contains UIImage also which is creating problems when we ...
1
vote
1answer
171 views
How get rid of reorderControl while still using reorder?
Not long ago I asked about how to move reorderControl view close to the center of my custom cell, so this reorderControl break custom design. As I can't move this view and my cell always in editing ...
0
votes
1answer
1k views
How to move editingAccessoryView of custom UITableViewCell in edit mode?
I have custom TableViewCell and want to use it in edit mode only. I like the delete accessory view in left side and reorder-control view in right side. But I want to move it a bit to the center of the ...
0
votes
1answer
667 views
selectedBackgroundView in custom UITableViewCell
So I have a cell loaded directly from a nib file:
NSArray *cellContents = [[NSBundle mainBundle] loadNibNamed:@"ResultsTableViewCell" owner:self options:nil];
cell = [cellContents ...
0
votes
1answer
429 views
UITableViewCell Editing Minus Sign Frame?
I want to move the minus sign to the right. How do I do that?
Thanks!
1
vote
2answers
62 views
Remove CustomCell from table
I am using the delegate method of NSURLConnection in UITableViewCell(CustomCell). I am showing the download progress in the cell. When the download completes, connectionDidFinishLoading is called. I ...
1
vote
2answers
273 views
NSMutableArray removeAllObjects issue
I am trying to remove all the objects from the NSMutableArray and I am reloading the UITableView. But it produces SIGABRT in cellForRowAtIndexPath. The code is given below.
if ([nsMutableArray ...
2
votes
1answer
2k views
UITableViewCell accessoryType position change with cell height
I've made a UITableView with cells which have different height.
On each cell, I've attached an accessoryView (UIImageView).
Depending on the height of the cell, the accessoryType position is ...
1
vote
2answers
349 views
Updating UITableViewCell not refreshing the UI
I have a UITableView and on the first time cellForRowAtIndexPath is called, I save all the UITableViewCell values I return. I do this so that I can update the contents when ever the underlying data ...
0
votes
4answers
399 views
Can I use UITableviewCell like this?
Normally in a UITableView, we assign the value for the cells in the cellForRowAtIndexPath method which is the delegate method of UITableView. In this case, if we use a CustomTableViewCell, we assign ...
0
votes
1answer
237 views
Hiding UITableViewCell without touching UITableViewDataSource
I'm currently stuck at how to hide a UITableViewCell. I've already tried [cell setHidden:YES]; but this leaves an empty space between the "to-hide" cell and the next cell. Also I want to avoid ...
0
votes
1answer
110 views
bring data to new view through UITableViewCell
I want to populate a UITableView with data from a database and, when tap a cell, in didSelectRowAtIndexPath, sending selected cell to a new View. I accomplished it with the standard way. Now I also ...
0
votes
1answer
1k views
Multiple NSURLConnection
I am downloading a file using NSURLConnection for the given URL. When the download is in progress, I need to display some information about the downloading file in the tableView. I have designed an UI ...
0
votes
2answers
824 views
tableView cells wont change font color
I have done many approach on changing font colors from a tableView cell. apparently both method failed. Unless I am doing it wrongly, then I need some help to correct it. Here is the code I found ...
3
votes
3answers
1k views
No Indentation in Custom TableCell while Editing TableView
I've spent a lot of time today trying to figure out how to get my custom table cell (built using XIB) to stop indenting when in editing mode.
I have looked all over the place, Examples: Prevent ...
0
votes
2answers
1k views
How do I maintain the selected index of UISegmentedControl inside a UITableViewCell when the cell is reloaded?
I have a custom UITableViewCell with a UISegmentedControl in it as follows:
#import
@interface TFSegmentedControlCell : UITableViewCell {
UISegmentedControl *segmentedControl;
UILabel ...
1
vote
1answer
112 views
Best practice to use UIImages inside a UITableViewCell
If I'm loading images from the phone into a TableView about 50-60 entries, which method suits best?
[UIImage imageNamed:@"page02Background.png"];
OR
[UIImage imageWithContentsOfFile:[[NSBundle ...
