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

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

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

c++ - Update and multiple console windows -