0
votes
1answer
16 views

Delete UITableView cell

I am creating a small ipad application using the UISplitViewController which has a UIMasterViewController and a UIDetailViewController. I have removed the UITableView the comes with the ...
0
votes
5answers
66 views

how to add a custom view in the selected row in UITableView?

I am new at programming and struggling in this. how to add a custom view in the selected row in UITableView? All other rows should not be affected. The new view should appear in place of the row ...
1
vote
4answers
124 views

UITableView dequeued cells reloading old images

I know this has been asked many many times but please bear with me as I've tried for a could days to find a solution. I have an rss parser, a tableview with: text, detail, and images set to the ...
0
votes
0answers
56 views

How to get image set in selectedBackgroundView in a UITableViewCell?

I want to get the image that a selectedBackgroundView has associated to it (that I previously set). I have a menu like this: This menu has three states: normal (unselected, black image), selected ...
-2
votes
0answers
45 views

Uiswitch in many sections and rows of my uitableview?

First i want to tell that my uitableview has many sections and each one has many rows. The problem is with uiswitch in my table view when i change the switch in section 0 row 0 then the changes are ...
0
votes
4answers
41 views

Content add subview not working?

How is your day , Hope every thing went well My question is that I have uiswitch in uitableviewcell . However when i used contentview to add the switch as a subview in the cell it does not appear on ...
1
vote
2answers
118 views

UITableView cell reuse, low Memory Warning, App Crashing in device after loading images

Please help me writing good code My Scenario: loading image in tableview from custom image array(size can be 1-1000 or may be more)- Done Placed Image on Button-Done (Dont know right way but working ...
0
votes
5answers
46 views

How to get the tag values of the uibutton in uitableviewcell and aswell cel indexPath?

I have UITableview with multiple cell. On each cell i am adding buttons dynamically according to some array count. So, when i click on button i can able to get the tagvalue of button. but how to get ...
0
votes
1answer
33 views

I'm trying to add a tableviewcell from one table to a different table Xcode

I am developing an iphone app for a class project and am displaying a bunch of different products. I am trying to create a favorites page where users can add one of the products to their favorites ...
0
votes
3answers
70 views

UIswitch in a table cell reused

I have a problem with uiswitch in my UITableViewCell that whenever i change a switch value in a specific cell that belongs to a specific section. All other sections cells that have same inexPath.row ...
0
votes
2answers
57 views

Table cell with multiple actions

How do I accomplish something like this: a table cell with multiple actions inside the text(link to image, since I don't have enough point to paste images) I want to be able to control what the bold ...
0
votes
1answer
24 views

CustomCell without customCell class with storyboard

I would to create a custom cell without create a custom cell class. I know that this is possible. I've created in storyboard a tableviewcontroller with a prototype cell with a label. In the attibutes ...
0
votes
1answer
29 views

CustomCell without customCell class

this is my problem. I would to create a custom cell without create a custom cell class. I know that this is possible. I've created in storyboard a tableviewcontroller with a prototype cell with a ...
0
votes
2answers
129 views

Custom UITableViewCell editing animation

I'm writing a custom UITableView with custom UITableViewCells. An unfortunate side effect of this, as many devs have found out, is that when the table starts editing, the content (UILabel in my case) ...
1
vote
1answer
48 views

UITableView crashes when pressing delete button in edit mode

When editing the UITableView, the app usually crashes with this error after someone presses the "delete" button on the uitableviewcell. This usually happens for the first item in the table view, but ...
0
votes
0answers
58 views

Top Cells in my UItableView does not appear

Here is my question: I have uitableview with different sections and each section have many rows. The problem is that when I run the app in iPad simulator my first five rows of section 0 in the ...
0
votes
2answers
56 views

How is UITableViewCellSelectionStyleGray implemented?

I want to mimic this style in code, more specifically in setSelected. Does anybody have idea how do I do that assuming I'm using a custom cell.
0
votes
3answers
65 views

Detect which button was clicked in a grouped UITableView

I have a grouped UITableView (this one has 4 sections) and several rows each. I have programatically created 2 buttons in each of the cells. This is how I am creating the UITableViewCell. In this ...
2
votes
2answers
56 views

UITableView Cell Blur Read Items

I have a simple iOS app project that i have been working on. The tableview shows entries that are fetched from a web service (rss feed) and tapping on one of them segues to the web view. Using the ...
0
votes
1answer
40 views

UITextField text in UITableViewCell auto reset when scroll down and turn back?

i have a uitableview with muliplte cell. which contains textfileds ,sow when i enter text on textfield and scroll the tableview entered text is erasing My code is static NSString *CellIdentifier ...
-5
votes
1answer
29 views

UITableViewCell alignment [closed]

Hello every one wish you have a wonderful day . My question is how to change the switch on UITableViewCell to be on the left side of the cell? I have declared a switch on cellForRowAtIndexPath ...
0
votes
0answers
33 views

Adapt number of rows shown to new table view frame when changing orientation

I have a aplication which has a table view enbeded inside a collection view. In order to control how many cells are viewed, I adapt the size of the cells according to the device orientation. ...
0
votes
2answers
87 views

UITableViewCell content incorrect when editing and scrolling

My tableview works perfectly fine when not in editing mode. All cells show up as expected, but if I enter editing mode and scroll, the cells that are redrawn while in editing mode have the incorrect ...
0
votes
1answer
47 views

Repeat issue with UITableView cells

I am fully aware there are many cases of this issue here, although I am stumped and cannot resolve this on my own. I only want to display 4 cells total in my myTableView2 UITableView, but what I am ...
0
votes
1answer
50 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
0answers
65 views

open selected cell on table view from another view when press a button

I'm tired to find code to do what i want. i have a project which there is main view connected to table view by navigation , and there is 3 item in table array, every one of the cell open new view , ...
1
vote
1answer
37 views

Enable UITableView edit only in a specified section

I have a tableView with 4 sections. I want to enable editing (move/drag/ rearrange ) the cells only within the forth section. When I set: tableView.editing = YES I get all the table view to be in ...
2
votes
1answer
66 views

Animating and changing views inside UITableViewCell view

Let's say I subclassed UITableViewCell and I have some view (e.g. UILabel) within. The table has been rendered. Now I would like to change/animate that view. | | | ...
1
vote
1answer
23 views

UITableViewCell extended over UITableView

I have a UITableView in my iPad application and for some reason the UITableViewCell seems to be wider than my tableView so it's actually hanging off the right side by a few pixels. I tried playing ...
1
vote
2answers
169 views

ios:Spinner in custom cell disappears after scrolling

I created a custom cell with a hidden spinner and hidden text "Load More". These fields are unhidden for the last cell so that the user can click it to request more data. I have it woking so that when ...
0
votes
2answers
106 views

tableView:didSelectRowAtIndexPath - message sent to deallocated instance

I have read much topics, but I nothing works. I have a code, but when I click a cell I get this error: *** -[ModeViewController tableView:didSelectRowAtIndexPath:]: message sent to deallocated ...
0
votes
1answer
428 views

Creating a UITableView Programmatically

I have an application in Xcode 4.6 which uses storyboards. I added a UITableView to a view controller class, which worked as expected. However, when I tried deleting the UITableView in the storyboard ...
0
votes
1answer
73 views

How open another viewController when i pushed on any row in UITableView?

Help me please with my tableView in xCode. So i have my code: -(void)viewDidLoad { UIView *containerView = [[[UIView alloc] initWithFrame:CGRectMake(0, 0, -150, 45)] autorelease]; UILabel ...
0
votes
0answers
52 views

UITableviewcell with format length [duplicate]

I am doing a homework where i have to receive the incoming message from the NSInputstream and have to view it in UItableview, i can receive the message and send the message properly , but some time ...
0
votes
2answers
69 views

app crash due to UITableView dataSource must return a cell from tableView:cellForRowAtIndexPath: in iOS 5.1 Simulator

Its works fine on iOS 6 simulator. On iOS 5.1 Simulator when i run it for the very first time it get crashed due to the following exception. * Terminating app due to uncaught exception ...
3
votes
4answers
157 views

UITableViewCell Reuse: cell displaying incorrectly - not being reused as expected

I've created a multi-selection list that allows the selection of multiple Ingredients. In my tableview, cells can either be enabled or disabled based on the list property of an Ingredient. If the ...
0
votes
1answer
65 views

how to make UItableview to be with format length

I am doing a homework where i have to receive the incoming message from the NSInputstream and have to view it in UItableview, i can receive the message and send the message properly , but some time ...
1
vote
1answer
65 views

Expanding UITableViewCell won't expand on index rows > 12

Heads up, I'm just learning the ropes of iOS development. I have a TableView that uses a custom Cell that toggles its height to give the affect of a "drawer" that drops down when you select it. I ...
0
votes
3answers
188 views

UITableView with UITextView scrolling issue

I have composed a tableview with some custom cells. Some of the custom cells contain UIWebView, some has UISlider plus UITextField, some has UIButton. Now when I click on textfield which is ...
1
vote
2answers
33 views

Alarm app clarification [closed]

I'm creating an alarm app. How to do the alarm app as same in default iphone alarm? I want to do the same as in the image. Please give me a suggestion I'm new to iOS. SampleImage
0
votes
0answers
70 views

Invisible UIButton in custom UITableViewCell (using storyboard)

I have a custom tableview cell created in storyboard, with a button in it. Actions appear to be working correctly. When I tap the cell, I get an alert telling me the cell that has been tapped. When I ...
0
votes
1answer
141 views

Custom Cell load NIb work on ios 6 but crashed on ios 5

- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString *CellIdentifier = @"CustomCell"; CustomCell *cell = (CustomCell*) ...
1
vote
3answers
179 views

Custom UITableViewCell Not Using .xib (Most Likely Because of Flaw in init Method)

I subclassed the UITableViewCell in order to customize it, but I think I'm missing something because: 1) It's not working and 2) There are a couple of things I'm confused on. Along with customizing ...
0
votes
1answer
64 views

Displaying “loading bar” in Table View Cell

I've looked around for how to do this, but other than the basics of creating your own table-view cell, I can't figure out how. What I'm trying to do it hard to describe, so I made this image to try ...
0
votes
3answers
201 views

XCode, table view cellForRowAtIndexPath

I know there is a simple solution to this but I can't seem to be able to tell :/ cell.textLabel.text = [BooksBorrowed objectAtIndex:0]; I have that in my cellForRowAtIndexPath method, bookName is a ...
0
votes
1answer
199 views

Why am I getting three “Illegal Configuration” errors within my project?

I have a project where I have three labels in a custom cell prototype class (subclass of UITableViewCell) that are linked to three label outlets in the custom cell's .h file. Then in my main ...
0
votes
4answers
79 views

Regsiter nib name for tableView

static NSString *cellIdentifier = @"cell"; if (tableView ==tableview1) { ContactCustom *cell1=(ContactCustom *) [tableView dequeueReusableCellWithIdentifier:cellIdentifier]; if (cell1 ...
-3
votes
1answer
117 views

UITAbleViewCell - how can I display both right detail AND subtitle? [closed]

I can change the UITAbleViewCell style to either right detail or subtitle but how can I programatically (XCode UI doesn't allow it) customise to display both a right detail (right aligned text in ...
0
votes
2answers
173 views

Updating subviews in cells on a UITableView

I'm developing an application in iPad 6.0 using Storyboards. Let me first explain my goal. I'm trying to achieve a Master-Detail (SplitViewController-like) View Controller using 2 ...
2
votes
1answer
99 views

UITableViewCell subtitle. Not getting it to work

Using Xcode 4.6, I am trying to display a typical UITableView with its cells with subtitles. If I am not wrong, the code is this: - (UITableViewCell *)tableView:(UITableView *)tableView ...

1 2 3 4 5 11