Subview getting clipped by its parent view when scale transformation done

2011-03-01 Thread Sivakumar Kandappan Singaravadivelu
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

Animating the view layer

2010-09-09 Thread Sivakumar Kandappan Singaravadivelu
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

iPhone 4 debugger error repeating everytime

2010-09-20 Thread Sivakumar Kandappan Singaravadivelu
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

NSObject as Viewcontroller

2010-11-10 Thread Sivakumar Kandappan Singaravadivelu
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