Skip to main content

All Questions

1 vote
0 answers
19 views

Replicate a draggable image on the click of a button

I am trying to create a draggable image upon button click in Objective C. For example, lets say the image is an X or an O or simply a dot. Each time I click an "Add" button, I would like for an image ...
Lozo's user avatar
  • 79
2 votes
0 answers
82 views

How to drag and drop UIButton title to another button title but the original button remain in same place objective c?

I have created Uibutton programmatically as grid in scrollview.Now I need to drag and drop the UIbutton title to another button.But the original button title should remain same.I searched ...
iniyan's user avatar
  • 131
1 vote
3 answers
3k views

Drag & Drop UIButton from UIScrollView to UIView in Objective C

I Want to add drag & drop functionality on UIButton. Actually I have created numbers of buttons programmatically under UIScrollView. I add following target on UIButton [mybutton addTarget:self ...
Rox's user avatar
  • 909
0 votes
2 answers
2k views

Drag and drop UIButton but limit to boundaries

I’m not asking for givemesamplecodenow responses, just a nudge in the right direction would be much appreciated. My searches haven’t been any good. I have a UIButton that I am able to move freely ...
Adam H's user avatar
  • 1,521