How could I make the first row not to be edited or moved in UITableView

2010-04-06 Thread Kalyanraju M
How could I make the first row not to be edited or moved in UITableView   I know that with  - (BOOL)tableView:(UITableView *)tableView canMoveRowAtIndexPath:(NSIndexPath *)indexPath the first row could be set not to move but if another cell is dropped above the first one this will we moved do

How can we Pause And Play the Animations on UIView

2010-04-15 Thread Kalyanraju M
Hi  How can we Pause And Play the Animations on UIView. Thanks in advance for your suggestions. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at coc

can we have own application logo for ad-hoc release.

2010-06-22 Thread Kalyanraju M
Hi,when loading the Ad-Hoc release into iTunes, there is a generic icon shown in the Apps section. Additionally, the label shows "Unknown genre". Can i have my own image and my own label at label "Unknown genre". ___ Cocoa-dev mailing list (Cocoa-

Implementing Ken-Bun Effect

2010-07-16 Thread Kalyanraju M
Hi All, I have a image with size 480 * 320 (iPhone Landscape mode). I need to animate the image from part of the image with co-ordiantes like (11, 17, 200, 134) to part of image with co-ordinates (253, 59, 200, 134). Can some one help me to solve the above problem. Thanks in advance. Regards,Kaly

Can we send url request from Thread1 and receive response from Thread2

2010-07-19 Thread Kalyanraju M
Hi All, My requirement is to send a url request from Thread1 and receive the response for that request for the different thread Thread2. Is this possible?Any one implemented this kind of behavior.If so please suggest me how we can achieve it. Regards, Kalyanraju

Implementing Ken-burns Effect

2010-02-18 Thread Kalyanraju M
I am trying to implement Ken-burns effect for iPhone. Implemented Zoom-In And Zoom-Out. Got struck while implementing "Panning".  Any ideas to implement "Panning".  And need to know the flow of effects like  1 st panning then Zoom-In And Zoom-Out i.e order of effects. Thanks in advance for your