Drag a label from a view to a window in iphone? -


i trying implement feel drag , drop of label in iphone.i able drag , drop inside single view.but if try to drag label view view added on window, label goes below second view(added window).but want drag label on second view(added window).how can achieve this? please me out.thanks.

instead of having label , second view subviews of window, make them both subviews of view add window. within view,

[self bringsubviewtofront: label];


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -