Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
5answers
10k views

Need to change the color of table view selection

I need to change the default blue color selection of table view to some custom color. Is there any way to do that. Help me
6
votes
1answer
1k views

SplitView but on iPhone

I want to create an iPhone app that uses a navigation scene similar to the one pictured in the link Please note I do not want this to only work for iPad, I want it to work for iPhone exactly as ...
6
votes
3answers
2k views

iPad viewWillAppear and presentModalViewController problems

In the iPhone, I have a tableview, and touching the cells, I have one method calling presentModalViewController, and opening another view, with email and this kind of stuff. When the user press the ...
5
votes
2answers
438 views

UITableView editing animation duration

Does any one know how long the animation - (void)setEditing:(BOOL)editing animated:(BOOL)animated; in the UITableViewCell takes? I´m testing with 0.5 seconds but i´d rather like to use a constant ...
4
votes
3answers
165 views

Are PostgreSQL VIEWS created newly each time they are queried against?

I am creating a web app which has some complex underlying associations. In order to solve several issues I was having I created a UNION View. There are probably a lot of other ways this could be ...
4
votes
2answers
1k views

TableViewController doesn't flash scroll indicators even if the table is bigger that the view

I've got a weird problem with a TableViewController. In the doc it says that a tableViewController deals also with the method -flashScrollIndicators when the table is "oversized" respect the visible ...
4
votes
2answers
354 views

How return a value from view2 to view1 when using navigation bar

I am New to the iPhone Development. How can i carry a string value from view2 to view1 when using navigation bar. I have no problem in carrying string values from view1 to view2 to view3 to....by ...
4
votes
2answers
3k views

NSButtonCell inside custom NSCell

in my cocoa application, I need a custom NSCell for an NSTableView. This NSCell subclass contains a custom NSButtonCell for handling a click (and two or three NSTextFieldCells for textual contents). ...
3
votes
3answers
479 views

tableView didSelectRowAtIndexPath called twice

Under certain circumstances, tableView didSelectRowAtIndexPath is being called twice causing the error 'Pushing the same view controller instance more than once is not supported' Here's are the ...
3
votes
2answers
183 views

TableView HeaderSection Memory Allocation

I am using an - (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section { customView = [[UIView alloc] initWithFrame:CGRectMake(0.0, 0.0, 320.0, ...
3
votes
4answers
7k views

iPhone : UITableViewCell : changing background color of selected cell

Does anyone know how to change the background color of a cell using UITableViewCell, for each selected cell? I created this UITableViewCell inside the code for TableView.
3
votes
4answers
4k views

How to increase the speed of the scroll in the table view when images are being loaded in each cell?

Check out the last lines before [return cell]..After the images are being loaded the scrolling speed is decreasing..it seems the scroll gets stuck - (UITableViewCell *)tableView:(UITableView ...
2
votes
0answers
36 views

When selecting a row in table, it switches to blank screen

in part of my app (storyboard) I have a table view with various rows, and when I select a row, an html file should be displayed. Instead when I select a row, I get a blank screen instead. I thought I ...
2
votes
3answers
37 views

How to send content of textfields in view B to view A?

I created a tableview A in UIView A, with a tabledatasource from a plist file defined in the A.m file. The entries in the tableview are dictionaries with keyA, keyB, keyC, and etc. Now I'm going to ...
2
votes
1answer
55 views

addObject: to NSMutableArray and sending to TableView

Xcode 4.2 iPhone Project I am trying to create a tableView that's populated from an NSMutableArray. Currently when I run the simulator the tableView in question shows 5 rows (this is correct) but all ...
2
votes
2answers
1k views

xcode 4.2 iOS Tableview using storyboard

I created a iOS tabbed application using xcode 4.2 and storyboard. I added one tableviewcontroller with custom cell on it, when clicking the row, I want to open one tableviewcontroller, i used the ...
2
votes
1answer
63 views

App with TabBar navigation control and TableView method didselectrowatindexpath

I'm newbie in iOS development, and have a problem with my application. I have implemented a tabbar navigation and a TableView, but when call method didselectrowatindexpath i dont see the detailView ...
2
votes
2answers
166 views

Strange UITableViewCellStyleSubtitle + [cell imageView] behaviors

This question's been bugging me for a month and i've been resisting posting about it, but I can hold out no longer. Here's what's going on: I have an app with UITableViewCells, all initialized as ...
2
votes
1answer
249 views

TableView - Better Editing through Binding?

Linked to question: JavaFX 2: Save edit in TableCell There seems to be allot of plumbing required for to establish an editable tableview - namely trapping all the events for each textField ...
2
votes
1answer
108 views

Use Custom Table Cells Made in Interface Builder with three20

Is there a way to design a Table Cell in Interface Builder and use that in three20, with the TTTableViewController? I can only find examples that programmatically create TTTableCell types. Thanks
2
votes
2answers
63 views

How would I make a tableview lead to a page which had another tableview?

I want to make a tableview; when you press a cell it takes you to another tableview. If you press a cell on the second table, it takes you to another view. Then, you could go back if you want or ...
2
votes
1answer
850 views

JavaFX 2: Get TableCell Row Index

I have a Table with checkboxes. I want to change the selection of the checkbox in the first column when I click on the checkbox in the third or fourth column. I want to be able to change the other ...
2
votes
1answer
410 views

IOS UITableview how to take action after table animations complete

How can I cause action to be taken upon completion of a UITableview's animation? I'm attempting to shrink a UITableview cell and remove a subview of the cell that's not visible after the shrinkage. ...
2
votes
1answer
297 views

iPhone and Twitter API OAuth Consumer Keys and Secrets

I have a issue while loading my data from Twitter. The method I posted below works for about 5-10 minutes then it freezes up my consumer keys.... I know it is the keys because I have the app already ...
2
votes
2answers
727 views

NSFetchedResultsController Delete All

AcaniChat, like the native iPhone Messages app, has a method to clear all messages: for (Message *message in [fetchedResultsController_ fetchedObjects]) { [managedObjectContext_ ...
2
votes
4answers
249 views

releasing all cells in tableview ios iphone

i got mem leaking problem discovered with profiling in xcode. The problem it's quite easy but i can't understand how fix it: Consider a uiviewcontroller with 2 button and a tableview. button1=load ...
2
votes
1answer
208 views

Add separator in grouped tableview cell

I have table cell with 1 textfield & 1 uiswitch placed in single cell. I have table cell of height 100. How can I add separator to this cell so that there is distinction between textfield & ...
2
votes
2answers
605 views

How to add ical to iphone application

I need to add calendar to my tableview . please any one help me how to add ical to my application .
2
votes
1answer
200 views

NSSortDescriptor to strip out “the” prefix

I have a bunch of artists stored in CoreData and want to sort them by name but ignoring the prefix "the". So for instance "The Beatles" would be sorted as "Beatles", kinda like what iTunes/iPod does. ...
2
votes
2answers
2k views

(iPhone)How to change font size of a row in tableview

Hi I am now working on changing font size of a row. There seem to be no such settings in inspector. And I dont know which delegate method to override. Thx for your help :)
2
votes
1answer
368 views

How to add a NavigationController to a flipside view?

I have a flipside view showing the settings in my app. I'm trying to have a few levels of tableViews, but how do I implement a navigation controller to allow this? Usually for a normal root view, the ...
2
votes
1answer
318 views

Is it possible to refresh a portion of the ui table view without refresh other cells?

Is it possible to refresh some cells without refreshing other cells in a table view? I need to delete and insert and add some cells simultaneously. For that i want to refresh the table frequently. ...
2
votes
2answers
603 views

map view inside table view cell

i have another (probably unanswered) question about map views. I have a map view inside a table view cell and i want to disable the table view scrolling if the scrolling begins in the map view. Also ...
2
votes
3answers
2k views

Embedding a control in a QTableView?

I'm working a small qt app (using PyQt4) and I've come up with an idea but I'm unsure as to how to implement it. I have a QTableView that represents some data and I'd like to add another column to the ...
2
votes
1answer
1k views

iphone - table Cell color doesnt apply behind disclosure indicator

I have a table view that has alternate colors as background color for cells. In addition to that i have added a disclosure indicator accessory. However, the problem is that the cell background color ...
2
votes
3answers
2k views

iphone tableview with a lot of images

I have a tableview that displays a lot of images in the cells, and i am not quit happy about the scroll performance. My tableview is something like the photo app on the iphone. Does anybody knows why ...
1
vote
1answer
28 views

Delete row in table view with fetchedResultController

During swype deleting (most importatnt lines of this method): - (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath ...
1
vote
2answers
40 views

Trying to retrieve image - getting EXC_BAD_ACCESS Error

I saved a picture to NSData with UserDefaults and now want it to be retrieved in a tableview cell. Here is what I put in the ViewDidLoad of the TableView.m NSData *imageData; imageData = ...
1
vote
1answer
31 views

Table View Controller and TextField Inside ModalView

I try to add tableView and TextField inside the ModalView. I do so. I create new View Controller and give for it #import <UIKit/UIKit.h> @protocol UYLModalViewControllerDelegate -(void) ...
1
vote
0answers
71 views

How to use SDWebImage without any cache for one instance

I use the SDWebImage image downloading/caching library pretty much any time I display an image in a table view. I would usually implement it like so (in a table view cellForRowAtIndexPath method). ...
1
vote
2answers
109 views

UITableView - Loading Data from NSUserDefaults

I'm fairly new to programming with xCode. I try to understand the basics by reading books/tutorials and so on. But sometimes even those can't help. And even thought I always see a challenge in finding ...
1
vote
1answer
49 views

iOS: move table cell to another section

I have a tableview with some sections and rows. I want to move one row from one section to another section, when I call a function (so not my fingers and I do not want use edit mode of tableview). ...
1
vote
1answer
55 views

Have a TableView and ListView take up the entire width of the screen

I've got the following XML for a layout on Android <?xml version="1.0" encoding="utf-8" ?> - <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
1
vote
1answer
79 views

stringByAppendingString

I am using Xcode 4.2 storyboard. I am stuck in this concatenation. Is this right? Where in the code i've to modify? actually i want to display a new tableview depending on the variable passed ("row") ...
1
vote
2answers
189 views

How to pass variable from tableview to second tableview?

I have a TableViewController with x rows. When the user taps on one row , i want to pass to the second tableViewController a variable that will determine which data the second tableViewController ...
1
vote
2answers
67 views

Variables emptying or erasing on didSelectRowAtIndexPath

For some reason, I can't access any of my variables after the first IF Statement in the following code. For instance, if index path is [0,0], then the variable phoneText spits out a phone number. But ...
1
vote
1answer
186 views

StoryBoard TableViews

i created a tableview with a list of abbreviations in storyboards by duplicating a cell and basically editing it. The problem is, after creating all the abbreviations i wanted to add an index or ...
1
vote
1answer
99 views

iphone how to grab first letter of last name for group section tableview using sqlite?

I would like to know how to make a alphabet group sections for the names extracted from sqlite database in iphone (xcode 4.2). I was able to do group section for first name but was unable to do the ...
1
vote
1answer
40 views

How to know index of sections in tableview iPad

Can anyone help me with this please? I have 2 tables in the same view, the first one is a menu table and the second one is empty with a button in the nav bar to add new sections. So when you ...
1
vote
1answer
63 views

get NSDate into titleForHeaderInSection from another ViewController

I have two views, first one is with calendar and the second one is a UIView with a tableView; I'm trying to display the selected date from the firstView. Managed to get the selected date inside ...

1 2 3 4 5 12