I\'m making a rather simple app that displays a table where each row contains an English word and the corresponding Polish word. When a row is pressed it should play a sound clip of the word expressed
The YApp crashes whenever I press the Delete button from the simulator in iPhone. I have copied some code from my project here. How can I solve the delete bug?
I\'m starting with a program that has a Tabbar controller with 4 buttons. On one of the pages there is a table view in the viewController. And when I click the row I want to push a DetailView. But not
I have this program with a tableView as my first view. I have also implemented (or at least tried to) a search bar on top of the view. Have used several hours to search for a solution, but without pos
I got a custom UIButton in my TableViewCell via: - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
Very new to programming for iOS and Cocoa so please take it easy on me as I try to wrap my brain around the following. I\'m trying to display a tableview populated from an XML feed as the opening scre
I\'m trying to create a navigation-stype app, but I want to customize the initial view so that the tableview doesn\'t occupy the entire frame, but rather is embedded within a sub-view so I can some la
I want to add a label and other objects in table view, but I want to add these objects in the same position in which there is the PullDown开发者_如何学CToRefresh in Twitter app.
I want to do something very simple - read a XML from the web and then show (in a TableView) the contents of the titulo in the xml.
I know this has been asked over and over again. I\'ve tried all given solution but still it didn\'t work.I have set the datasource and delegate to my table view and also set it to my pointers.