new to this site, but my head is absolutely killing me after trying for the past few hours to fix something that I know has to be insanely simple.
I am new to iPhone programming. what I am trying is I have one screen with a button. And I want to change the view controller not only the view when I click that button (I know how to add subview) bec
So I have been searching for a solution for this a while now, and I just can\'t figure out what is wrong. Not use objectice开发者_开发知识库 c long, a few days. So, the issue is this:
I created a class newView fro开发者_如何学JAVAm UIView and aim to draw a quadrangle. the 4 coners (ClipPointA, ClipPointB, ClipPointC, ClipPointD) of the quadrangle are supposed to read value from Vie
I\'m new to iphone development. There\'s a lot of books on this topic available. But most of the beginner\'s guides are mostly concerned with Interface Builder usage and lack the information about exi
i have an application with 3 tabs inbox,contacts and settings. In inbox, there is a list of messages from other users ,i update the messages using a function reloadTableViewDataSource, now i have to
I now have a bunch of finished apps. This new app that I\'m making has the same structure, a couple tabs less. Can I save time by copying the project folder and somehow \'unhook it\' from开发者_如何学
I have a strange problem with a method is called each time a button is pressed: - (void)launcherView:(TTLauncherView*)lnchr didSelectItem:(TTLauncherItem*)itm {
I have an App Delegate and a 3 view controllers in my project. I have a variable(a NSMutable Array) in my App Delegate which I want to access from my view controllers. So I decided to create a pointer
I\'m having a lot of trouble doing something very simple. I have a viewController and a subViewController, both with views loaded from nibs. For clarification the parent view is sized 1024 by 748 and