I want to create a simple table view with one section and two rows - one for username and another for password, similar to Skype login (screenshot here: http://i33.photobucket.com/albu开发者_如何学编程
I am using UICatalog example and trying to find whether it is possible to add a labe开发者_如何学Cl next to a button. Please let me know how to approach this problemThere are a couple of ways to do th
I have a table with custom cells, that I built in IB. When entering editing mode, content of all cells is开发者_StackOverflow中文版 moved to show delete edit control. My question is where can I adjust
I currently use a singleton to acces my database (see related question) but now when try to add some background processing everything fall apart. I read the sqlite docs and found that sqlite could wor
I\'d like to know how to open the camera inside of a pre-defined frame (not the entire screen). When the view loads, I have a box, and inside it, I want to display what the camera sees. I don\'t want
Hey guys, so I\'ve got my NSFetchedResultsController working fine under the 3.1 SDK, however I start getting some weird errors, specifically in the delegate methods when I try it under 3.0. I\'ve dete
I \'m a iphone programming newbie. I m trying to implement an app with multi-level tableviews. The idea is if someone selects something on the first screen say then a new view opens(tableview)
Im trying to use Date Formatters (NSDateFormatter), but I keep getting this error: Program received signal:“EXC_BAD_ACCESS”.
I\'m trying to use the MPMoviePlayerController class on the iPad. Here\'s my code: multimediaPlayer = [[MPMoviePlayerController alloc] initWithContentURL:[NSURL fileURLWithPath:path]];
how to add timer to loop. i am making a ur开发者_JAVA百科lConnection so i want that the loop execute for a time and if there is no connection it should exit.