0
votes
2answers
16 views

UITableView UIRefreshControl Does Not Show Its View The First Time

I have added the functionality of UIRefreshControl in my project that uses a UITableView. The app works by fetching entries from a web service to a tableview. Below is the code i have used to add ...
0
votes
3answers
53 views

How to block duplicate fields on tableview in iOS?

I tried load an array from web service and display on tableview, But I have a problem. I dont want display duplicate fields on tableview. I want display only one field on table. Now I have : 1234 ...
0
votes
1answer
28 views

Unhighlight row returns a max int on indexpath when user scrolls table with a cell highlighted

I have a UILabel as subview of my cell. When user highlight a cell the label text change it's color and when the cell is unhighlighted the color changes back, just like an usual cell textLabel. The ...
0
votes
1answer
33 views

Labels duplicating?

I'm trying to add a timer on the side of the thumbnail but the UIlabel for the timer is always duplicating when I scroll. It ends up like this. Any help would be greatly appreciated. This is how ...
0
votes
2answers
37 views

iPhone UITableViewCell SwipeGesture

I wanted to simply animate custom view in a custom table cell by swiping left or right in that cell. I am loading the cell from the xib. This is the code I used to populate the cell from the xib. - ...
0
votes
3answers
49 views

Understanding UITableView dequeueReusableCellWithIdentifier - returns cell even on the first call

I'm having trouble understanding how this works. I've read many threads on SO about it - such as UITableView dequeueReusableCellWithIdentifier Theory and How does dequeueReusableCellWithIdentifier: ...
0
votes
2answers
24 views

UITableView and popover : dismiss popover and select row

I have a little problem. I have a table view and when the user select a row, a popover is display with it contents. But if I want to select another row in the table view I need to tap once for dismiss ...
1
vote
3answers
71 views

Passing value from selected row to view controller

I tried pass value from selected row to view controller. Log return null value in new view controller.Where is my mistake ? 2013-06-18 17:28:59.394 App[1790:c07] ID is Here: 35023 2013-06-18 ...
0
votes
1answer
17 views

get each cell textView data when click on button

I have a UITableView with UITextView in all the cells. I do have a bar button .On editing any of the UITextView and when I tap on the bar button all the UITextViews data must be stored in the form of ...
1
vote
2answers
35 views

UITableView bounce bottom edge only

Is it possible to bounce a UITableView on the bottom side, but not the top? If so, please show me code.
0
votes
2answers
25 views

How to position a UITableView correctly at a fixed point from the top of the view

I'm trying to position a UITableView 200 points from the top of the view. I'm able to do that with the following code. The problem I have is that half of the last row doesn't scroll and is ...
0
votes
2answers
47 views

Observe changes of instance variable in Objective-c

I have a UITableView with a property(strong, nonatomic)NSMutableArray *currentContent, I also have a property(strong, nonatomic)NSMutableArray *cellHeights to keep track of the cell heights cos the ...
0
votes
1answer
71 views

How to use data from one JSON request for a second JSON request?

I have been successful in parsing JSON from an API and displaying it in a tableview. The data I am receiving is a user's classes that he is enrolled in, however the data I am receiving is only the ...
1
vote
2answers
40 views

Take data from a static label and use it to populate tableView

I'm working on an application that has multiple views, taking data from one view and storing it in a table in another. I have labels that are updated with data when a calculate button and a button ...
0
votes
1answer
37 views

UIAlertView events

I'm trying to write a simple message alert system, with a UIAlertView displaying when priority messages are collected from a server. The messages are sent as a Tab separated string in the following ...
0
votes
1answer
55 views

insert two section at a time

Here I am trying to insert the Sections 1 and Section 3 as soon as address get filled in Section 2. Initially they must be hidden or still not inserted in table view. I get success in inserting the ...
1
vote
3answers
65 views

“no index path for table cell being reused” issue for custom cell

I am having a Tableview within that i have a custom cell and within that i have another tableview. In this cellForRowAtIndexPath method i am getting this error no index path for table cell being ...
0
votes
2answers
46 views

Add items from NSSet to UITableView (convert NSSet to multiple arrays?)

I have a UITableView that adds information from a Core Data the following way: The "Category" for various names is added at the header The names that correspond to the Category should be loaded in ...
0
votes
1answer
47 views

Couldn't get cell title from another view

My Situation: i have a "homeviewcontroller", and here I'm wanting to acces a cell title of a tableview of another view. So the title of the cell apears in the homeviewcontroller when its appear. So, ...
0
votes
3answers
45 views

When I click on a uitableview cell the text for that cell gets bolder?

When I click on a uitableview cell the text for that cell gets bolder. What can I do? static NSString *CellIdentifier = @"Cell"; UITableViewCell *cell = [tableView ...
0
votes
1answer
20 views

Dragging from a tableviewcell to a viewcontroller not auto segueing

I am trying to use Storyboards on this project. I cntrl drag from a static tableview cell to a new viewcontroller select push. When I run the app and click the tableviewcell, which I dragged from in ...
0
votes
3answers
67 views

tableview not working - [UIViewController tableView:numberOfRowsInSection:]: unrecognized selector sent to instance

I'm trying to init a uitableview using xib but when I run the app in simulator, the below exception is thrown. 2013-06-16 10:40:48.552 CoreDataExample[60661:c07] -[UIViewController ...
0
votes
0answers
18 views

Cocos2d 2.1 rc1 and UIKit - Keep cocos2d active while scrolling

I got pretty much the same problem as described in this post: UITableView and Cocos2d I got some UIKit Elements on top of a cocos2d game. When scrolling e.g. a UITableView the cocos2d graphics freeze ...
0
votes
2answers
63 views

Indexed UITableView, like Contacts.app

I want to replicate Contacts.app's scrollbar behavior. I know that you must implement those two methods : - (NSArray *)sectionIndexTitlesForTableView:(UITableView *)tableView; - ...
-2
votes
3answers
79 views

How to use UITableView inside UIScrollView and receive a cell click?

I have DiscountListTableViewController that is shown as a separate screen in my app. But there's another screen (PlaceDetailsViewController) where I need to show related discounts at the bottom. ...
0
votes
1answer
26 views

How to disable first section in tableview?

How can I get rid of the first sectionBar here, right above the 'Home' ?
0
votes
1answer
23 views

image in cell overlaying text

The image seems to overlay the text in the cell, I'm not sure why this is happening but I'd like the text to go over the image. Any help is greatly appreciated. This is how my code looks like. ...
0
votes
3answers
77 views

Invalid TableView Update

I have 1 empty section and other sections with full of objects.I have a button in all rows.when clicked on the button in a row the row should move to the empty section.But I am getting this error ...
0
votes
0answers
18 views

Semi-Selection of Custom UITableViewCell Corrupts UILabel Drawing

Tapping and then rolling your finger off of my UITableView's custom UITableViewCell corrupts the drawing of the contained UILabel. Neither setSelected: nor setHighlighted: are called. The UITableView ...
0
votes
1answer
23 views

text in cells duplicating and not showing up until I scroll [Images]

So I'm loading a YouTube channel inside a tableView and trying to add the correct duration but sometimes it doesn't show up at all and when it does show up there's another text behind it if you look ...
-4
votes
1answer
34 views

Changing background of cell in tableview behaves not as expected

I have 2 tableviews: vertical tableview displaying content and horizontal for page navigation. I use NSMutableSet for keeping viewed pages numbers. When changing cell/textview backgorund color or any ...
0
votes
3answers
99 views

How to move an entire UITableView down programmatically

I have a tableview that I need to push down and resize smaller. I cannot use the content inset for this as its not the content I need to push down. I need to actually move the entire tableview down ...
0
votes
0answers
15 views

UITableView's reloadData does nothing when NSFetchedResultController got updated

I have a UITableView which supplying data by NSFetchedResultController. The controller fetching objects called "Item" which belongs to "Cart". Cart 1 ----- m Item Code // Cart - ...
0
votes
2answers
22 views

Refreshing Subclassed UITableViewCell

I've been at this one for a few days and can't get anything to work (there's some similar questions on SO but none have been quite right/done the trick). So, I have a UITableView whose cells are ...
0
votes
2answers
29 views

UITableView using ECSlidingViewController not Populating

I'm trying to populate the menu in ECSlidingViewController(a UITableVIEW) using the code below, but when I run the app the menu, or uitableview, is blank and not populated with the 3 MenuItems; ...
0
votes
2answers
92 views

Where is my mistake in my code for display on tableview?

I tried load an array from web service and display on table view.This my tableview.But there is a mistake.Branchnames are MEHMET FUDAYLÖZCAN, SELAHATTİN KOÇAK, Mehmet Süner Eken Petrol Hasan ...
0
votes
1answer
34 views

UITableViewCell - registerNib subclass not finding nib as subview

In the viewDidLoad in my UITableView I am calling: [self registerNib:[UINib nibWithNibName:@"MyCell" bundle:nil] forCellReuseIdentifier:@"MyCellRI"]; Then in the cellForRowAtIndexPath I have the ...
1
vote
2answers
22 views

CCDirector may not respond to view (cocos2d-iphone)

ArcadeHighScoreLayer.m I am trying to add UITableView using @implementation ArcadeHighScoreLayer { UITableView *table; int count[N_OF_SECTION]; } - (void) onEnterTransitionDidFinish { ...
-2
votes
0answers
72 views

UITableView Cells Delete after going to a different page

I am making an iOS task manager with a UITableView and when we create a new task/cell it will be automatically removed when we go to the settings page and if we remove the application from the ...
-2
votes
1answer
57 views

Making the Subtitle in a Table View a time stamp (Objective C) [closed]

I am working on an educational task manager and I am wanting to add a Time stamp to the subtitle section of the cell. I have coded the title of the task correctly but I want to replace subtitle with a ...
0
votes
1answer
60 views

UILabels are not displaying in my table view cells using contentView property

I'm having an issue with UILabels not displaying in my table view cells using the contentView property of the cell. The UILabels were showing before I added a UIImage to the cells. I wanted to add the ...
1
vote
2answers
90 views

UITableView has only one field

I tried to load an array and show items of array on tableview. My tableview show only one fields of web service. e.g if branchname is ABC.Tableview show me 40 ABC row Tableview has 40 same items.I ...
1
vote
0answers
66 views

UIView fills background when scrolling on a UITableView

I'm having a problem with my UITableView. A UIView in the cells (the light grey background) seems to fill the cell for no apparent reason when scrolling. Here's how it should look: Here's how it ...
0
votes
1answer
33 views

How to see if NSFetchedResultsController return nothing?

I rewrite my project using NSFetchedResultsController. It almost work. But there is something I want to do which was easy in the prevous code but I don't imagine where to code that. When the ...
1
vote
2answers
45 views

Only allow one checked row at a time in UITableView, preserving animation

I want to make a UITableView for selecting options (one checkmark accessory at a time), like in the Settings app (e.g. choosing the font for Notes). I've been reading other threads, am making sure I ...
1
vote
1answer
20 views

Add UISearchBar programmatically to a programmatically added UITableView in a normal ViewController

I have a very special request. No tutorial or already asked questions worked for me due to not the same scenario. Its special because i want to enhance an existing app without reprogramming all of the ...
1
vote
1answer
50 views

iOS: Stretching / Resizing UITableView Header As The User Drags Down?

Using storyboard, I have placed an imageView as my tableView's headerView inside a ViewController. This is how my storyboard is set up: Depending on what data the user is viewing, the ...
0
votes
2answers
32 views

How do you correctly get a row value from a table view?

I have implemented code that returns 0 every time. I'm trying to remove a string from a mutable array with the row value selected after hitting a button. Related code: - (IBAction)remove:(id)sender ...
2
votes
3answers
1k views

UITableView with UIRefreshControl under a semi-transparent status bar

I've created a UITableView which I want to scroll underneath my semi-transparent black status bar. In my XIB, I just set the table view's y position to -20 and it all looks fine. Now, I've just added ...
4
votes
4answers
10k views

Adding cells programmatically to UITableView

I've jsut recently started programming for the iPhone and I'm making an application that connects to a database and gets a set of row names and displays them. When selected, the rows background colour ...

1 2 3 4 5 109