My project involves *4 independent views in screens*. In this case,apple
documentation states us to have only *one viewcontroller and have 4 NSObject
* to control the different views.I didnt use Interface builder to create the
views and NSObject, I didnt by declaring programmatically. In one of the
Hi Everybody
I need to bring the ripple effect animation in iphone that is present
in widget application when you drop a new widget. I tried posting in
various forums including apple forum I cant find the answer for it. I
hope you guyz can help. The following is the code which I used for the
anim
Hello everyone
I`m getting this strange warning when i start my program in debugging mode
and repeats for every step.
*
*
*Asertion failed: (cls), function getName, file
/SourceCache/objc4_Sim/objc4-427.1.1/runtime/objc-runtime-new.m, *
*
*
*
*
*I created my program in xcode 3.2.2 but i`m gett
Hello Everyone
I`m new to iPad Programming. I found in the ViewController programming guide
that, there should be one to one correspondence between the view controller
and the screen displayed and also says that, if you have to manage
different veiws on the same screen I have to use NSO object a