2
votes
0answers
30 views

what happens between willSelectRowAtIndexPath and prepareForSegue? Need debugging advice

Somewhere in between these two calls, i get EXC_BAD_ACCESS (Code=2, address=0xa). The common explanation for bad access is accessing a released object - I've compiled with NSZombies enabled and that ...
0
votes
1answer
16 views

Detect a button from a custom cell and change the properties

I have a table where there is a button into a custom cell. When I press this button, it calls a method that detects the button using this code: NSIndexPath *indexPath = [NSIndexPath indexPathForRow: ...
0
votes
0answers
19 views

Outlet in a Static Table Cell Causes EXC_BAD_ACCESS on load

I am creating a simple Static Table with 2 sections, 2 Cells in each section. the Table View controller (TVC) is Subclassed. Within each of the table cells I have a stepper Control, and and a label. ...
0
votes
1answer
41 views

Is UINavigationController needed for UITableView in a popover?

I have an iPad app (XCode 4.6, iOS 6.2, Storyboards, ARC), with 4 scenes and a navigation controller, all connected using segues. On the first scene, if the user taps on it, it will display a ...
0
votes
1answer
33 views

xcode storyboard nested table pass array

I have taken a sample script of an app similar to pulse from the internet which is made up of xib files and I have structured it to go into storyboard to make use of horizontal table scrolling. For ...
0
votes
1answer
16 views

iOS: ViewDeck library and deleting row from UITableView

I'm using the ViewDeck library and order to have a sliding functionality in my app, and I run into the problem that if I have a UITableView in my left view controller and want to delete a row, I can't ...
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
1answer
15 views

Dynamic cells vs static?

I want to create a table view with text fields in the cells that are editable to the user. Like filling out a form. I want the text fields to have placeholders etc, and when tapping on the cell I want ...
0
votes
5answers
67 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 ...
2
votes
2answers
57 views

Move from UITableView to a UIView on Table Cell press

I'm trying to move from a UITableView to a UIView from clicking a table cell. I'm using a Manual Segue which is hooked up to the UITableView's View Controller and then hooked to the UIView's View ...
0
votes
1answer
23 views

How to add a subview in drop-down style in a table below each row on row-click event?

How to add a subview in drop-down style in a table below each row on row-click event? Ill add more details: When I click on a row, a subview should be appear in drop-down style below the row where I ...
0
votes
1answer
35 views

Dropdown UIView inside UITableView Section Headers

I need to add a customised dropdown UIView into the UITable section header as part of the design requirements. I have successfully added the the dropdown UIView into the section header but when I try ...
1
vote
3answers
67 views

NSMutableArray Display Null Value in Table View

- (void)viewDidLoad { self.detailView = [[UITableView alloc] initWithFrame:CGRectMake(0, 0, 320, 480) style:UITableViewStylePlain]; self.detailView.dataSource = self; self.detailView.delegate = ...
0
votes
3answers
120 views

Saving data to an existing plist

I am working on a project that has a simple tableview with detail view. Data source is a plist. I am trying to allow user input to be saved into the plist and shown in tableview. i have created a ...
0
votes
1answer
20 views

Table View not showing all 20 items in my list

Making a project for school everything is working except when i ran my project i was getting a duplicate of my items in my list after 10. (i.e. items 1,2,3,4 will show up again as 11,12,13,14) Only i ...
0
votes
2answers
30 views

Disable UITableView Section with UISwitch

I have a static UITableView with a grouped layout. In the first section there is just a UISwitch with which I want to disable/enable the second section. Does anyone know how to do that? If the switch ...
0
votes
2answers
80 views

Reloaddata not call cellForRowatIndexPath

I create a UITableViewController using storyboard, and want to reload the tableview every time it detect a device(for bonjour protocol). However, the reload data method only calls numberofRows, but ...
-4
votes
1answer
43 views

Detailed storyboard with 3 issued with [closed]

as implemented in the Xcode of a detailed storyboard with 3 issued with Tableview depending on id. Row in table hav Name and Id(int value) If id= 1 i need load OneViewController If id= 2 i need load ...
0
votes
1answer
65 views

ios app randomly crashes when scrolling through a table view, not sure how to handle error thrown

All I have is a simple table view that downloads content from twitter using AFNetworking and then displays it in cells. I have paging enabled in my tableview, and sometimes when I scroll between my ...
0
votes
1answer
48 views

UITableView prepareForSegue not pushing to UIWebView

I'm trying to push from WebListViewController to WebPageViewController, so when a cell is pressed it will push to a UIWebView to show the web article associated with it. But I just can't get it ...
0
votes
1answer
58 views

UITableView not pulling JSON in correctly (SOLVED)

EDIT- Solved: I added a Model for "Feed" which took care of the mapping problem I was having. Thanks! I want to display all of the "Headline" in UITableView rows, but I'm getting a crash: ...
0
votes
1answer
76 views

UITableViewController with SearchBar

I have tried both ways below to place SearchBar on UITableView. TabBarController > UITableViewController(Put SearchBar) TabBarController > UIViewController > UITableViewController(Put SearchBar) ...
1
vote
4answers
122 views

Fixed transparent header in a UITableView

I am trying to add a Fixed transparent header in a UITableView similar to the one on the attached image (LHR-SYD / 372 Results). Is this a "built in" component in xcode/ios or how is it done ?
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 ...
1
vote
3answers
51 views

UITableView:viewForHeaderInSection - Header Text?

In my App (iPad) there was a need to create a UITableView that contained a number of columns. To do this I had to create a custom UITableViewCell to provide the columns needed. Now, it's time to ...
0
votes
1answer
51 views

a specific instance of insertsubview at index not working in ios 6.0

I'm testing my ios app that has a deployment target of 5.0 and a base SDK of 6.1. Everything works fine in ios 5.0, and ios 5.1, but in ios 6.0 I'm having an issue with inserting a subview at index. ...
-2
votes
0answers
46 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 ...
1
vote
2answers
120 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
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
2answers
39 views

Communiacting between UIDatePicker and UITableView

In my project I have 3 controllers; NavigationController ServiceTableViewController DateTableViewController The ServiceTableViewController is the initial view controller. It has several rows which ...
0
votes
0answers
38 views

Swiping between detail pages from UITable view segue - > detail page

I recently built an app using a segue to pass data from a table view to a detail view page similar to the one in this tutorial: http://www.appcoda.com/improve-detail-view-controller-storyboard-segue/ ...
2
votes
4answers
39 views

Configuring Multiple UITableViews In One View?

I have been faced with a puzzle I can't answer. I am creating an app that has multiple UITableView within a single view. Each TableView will need to have different attributes from the other. The ...
0
votes
3answers
41 views

Calling a function depending on a uitableview cell value

Please help. I have this tableview. If a cell is clicked, the function would depend on what is the string value of the cell. It has to be like this: -(void) tableView:(UITableView *)tableView ...
0
votes
1answer
74 views

Reordering UITableViewCells with Core Data TableView

I have a UITableView that is working with Core data for the user o add their own Cells... but i wanted them to be able to reorder the TableViewCells the way they wanted... i use the code now BUT ...
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 ...
1
vote
4answers
64 views

Use an IBAction to select and press a table cell row

I am trying desperately to make this IBAction just effectively press a cell at a selected row. I have managed to get it to select a row, but I can't work out how to effectively click on this cell! I ...
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 ...
1
vote
2answers
63 views

Download option on long press of UITableViewCell

I have a UITableView that is populated with an array, it contains cell label and cell detail text, the detail text is basically the URL at which the file is saved. I want that on long press of the ...
1
vote
2answers
40 views

Delay UITableView from hiding UITableViewCells

My problem is that I have a UIContainerView that has a subView of UITableView. When a user presses a button this UIContainerView toggles opened/closed by animating its frame size. The issue I have is ...
0
votes
0answers
8 views

iphone - avoid to reinit mapView

In my project, I have a FirstMapViewController where location are showed. I pass these locations as an array to a a tableView of location. When I select the row, using this code: - ...
1
vote
0answers
52 views

UITableView, InsertRowsAtIndexPath Handling Multiple Requests

I have a method named "fetchEntries"in my tableview controller that is putting data by fetching from the web service. It is also taking a parameter named "pageNumber" which i am incrementing by ...
0
votes
3answers
86 views

iOS 5 Custom tab bar deallocating table view?

Following this tutorial from Scott Sherwood, (http://www.scott-sherwood.com/ios-5-creating-a-custom-side-tabbar-using-storyboards-and-custom-segues/), I have created a custom tab bar that uses a ...
0
votes
2answers
33 views

Using date from array to sort UITableview by date

I have an array with the following information, retrieved from JSON: Contents of events: ( "<CalendarModel> \n [title]: Arsenal v Man Utd\n [time]: (\n \"<Time> \\n ...
0
votes
1answer
37 views

parsed feed not visible on UITableView, cellForRowAtIndexPath method not getting accessed

I am trying to show parsed Yahoo RSS feed on the table view. But nothing is getting shown on the screen. When I used breakpoints I came to know that the control is not going to cellForRowAtIndexPath ...
1
vote
1answer
49 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
3answers
66 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 ...
1
vote
1answer
35 views

Formatting & Manipulation database data for display in tableview

I am working on an application to display user information stored in a database in an iOS app in a table view. Currently i am logging all information from the server to the console (in the debug area) ...
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 ...

1 2 3 4 5 34