Tagged Questions
1
vote
2answers
37 views
Drag and drop without removing UIBUTTONs
problem is i have to touch twice for dragging the button.. when i touch for the first time it makes the copy of button and touches ended automatically.. now what i want is to touch for the first time ...
0
votes
3answers
54 views
Storyboard won't make button action
For some reason I can't drag and drop from my storyboard button into my View Controller class.
All of the classes are named correctly, and I've tried logging out of my computer, shutting it down, and ...
0
votes
2answers
57 views
uitableview drag and drop with not moving cells
I would like to make use of the drag and drop reordering of tableview cells, but I have one problem:
I would like to keep my first row in place!
Here is the canMoveRowAtIndexPath delegate function:
...
0
votes
1answer
68 views
iOS >> Dragged View is Jumping Back to Original Position >> Auto Layout Combined with UIPanGestureRecognizer Issue
I have several UIViews that the user should be able to drag & drop. I use UIPanGestureRecognizer to manage the d&d action (see code below). The d&d action is working fine, but when I start ...
0
votes
1answer
39 views
Trigger an event when a UIButton is dragged to a certain point of the screen? Objective C
How would I trigger an event when a draggable button is dragged to a certain point on the screen?
UIButton *btn1 = [UIButton buttonWithType:UIButtonTypeRoundedRect];
[btn1 setFrame:CGRectMake(10.0f, ...
0
votes
0answers
80 views
How to DRAG a UIImageView from within a UITableViewCell and DROP it into another UIView using UIGestureRecognizer
In my app I have a slim UITableView set next to a UIView.
Each UITableViewCell holds one UIImageView.
I wish to drag the UIImageViews from the cells into the UIView. I use
a UIPanGestureRecognizer ...
1
vote
2answers
133 views
iOS >> Drag and Drop Issue >> UIView Returns to Original Position
I have 4 UIImageViews set in IB. I also have a UILabel describing the status (as described in code below).
I use the touchesBegan, touchesMoved and touchesEnd methods to capture the object move as ...
0
votes
1answer
56 views
Drag and Drop issue
I am developing an iPhone app. in that app i have some images in scroll view. the requirement is drag and drop those images to a view and vice-verse. i am able to do drag image from scroll view and ...
0
votes
0answers
89 views
iOS UITableView Drag and Merge Rows
I'm trying to use the table view's moveRowAtIndexPath:toIndexPath: method to allow cells to be merged.
This is my solution so far. Returning sourceIndexPath from ...
0
votes
1answer
99 views
drag and drop object like sticker ios
I want to develop io application for making stickers using some predefined shapes(images)
I looked the example https://github.com/brynbellomy/iOS-DragAndDrop
it's nearly my requirements but when i ...
0
votes
2answers
129 views
IOS Drag & Drop With Scaling
I have a UIView subclass, containing several subviews, that I want to drag & drop into one of several other UIViews which are contained in a UICollectionView. When the drag begins, I'd like to ...
0
votes
2answers
233 views
how to drag dynamically created UIImageview in obj c (xcode)
i have gone through the many tutorials to drag an image on screen using touchesmoved method
but most of them are not for dynamically created imageviews
in my project i created 5 UIImageview ...
0
votes
2answers
93 views
iOS: UIPanGesture and frame/bounds issue
I have created a relatively simple app which allows the user to drag an imageview from a 'tray' UIView at the bottom of the screen, and when the view is dropped, it adds itself to a subview of a ...
0
votes
1answer
138 views
How to drag an uiimageview without overlapping views?
I have more than one view in superview. How can i drag an uiimageview without overlapping or touching other views. Any help is appreciated..
4
votes
1answer
176 views
Drag UIButton from one view to another by using touch method
Hello all,
I am using "Touch methods" first time so facing certain issue.
In my app, there are 2 subviews in mainview.I am trying to implement drag and drop of uibutton from one view to another view. ...
3
votes
1answer
111 views
Drag and drop over 2 different views
I have this following problem which I can't seem solve:
In my top view (a menu bar), I have a UIButton on which I want the user to press and then drag and drop an object (OpenGL object that spawns ...
0
votes
0answers
86 views
How to drag uiview within bounds of superview, which contains multiple subview without overlapping?
I have multiple subviews inside single superview. How can i drag a single subview within bounds of superview without overlapping with other subview/subviews? Any help is appreciated..Thanks in ...
0
votes
1answer
191 views
drag and drop with haxe nme
i'm trying to make a simple drag and drop in haxe NME targeting touch devices, but i'm unable to.
i tried, startDrag(), a combination of mouseDown, mouseUp and mouseMove,another combination of ...
0
votes
2answers
139 views
UIControlEventTouchDragExit triggers when 100 pixels away from UIButton
At present, the UIControlEventTouchDragExit only triggers when I drag 100 pixels away from the button. I'd like to customize this behavior and bring that range in to around 25 pixels, but I'm ...
1
vote
1answer
595 views
Drag and Drop Image from UITableviewCell to other View
I am working on a iPhone app, where I need to drag an image from UITableViewCell
and drop it in some other UIView outside the tableview.
(imageview added as :[cell.contentView ...
0
votes
1answer
118 views
Touch Event Detection in UIImageView inside UITableViewCell
I am trying to detect a touch event in UIImageView which is added in UITableViewCell's contentView. But, Imageview is not triggering the touch event, i have enabled the imageview userinteraction too. ...
0
votes
4answers
281 views
Rotate around circle
I need to implement the following application in objective c >>
http://bit.ly/rHzVkF
How can I rotate a circle by draging like in the app ? Do you know some similar examples ?
-1
votes
1answer
107 views
Adding Subview From scrollview to normal view not working?
I am trying to drag C view from A view to B view in a scroll view. For this purpose, I am trying the following way:
The C view is removed from A view and added in scroll view as subview.
After ...
0
votes
1answer
158 views
iOS Drag and drop
I would like to make an easy app - game with a letters.
I am searching for an example, how to drag an image and drop it to a position which belongs only to this image.
There will be for example a ...
0
votes
0answers
151 views
UIGestureRecognizerStateEnded slow
- (IBAction)move:(UIPanGestureRecognizer *)sender {
NSLog(@"move!");
if(sender.state == UIGestureRecognizerStateEnded) {
NSLog(@"END ---------------------");
//...
} ...
0
votes
2answers
127 views
Drag multiple UIImageViews in an Array
This is what I have so far
-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {
UITouch *touch = [[event allTouches] anyObject];
for (UIImageView *imageView in _imageViewArray) ...
0
votes
1answer
106 views
Dragging an view in limited boundaries not beyond that
After googling a lot and still not finding any solution, I am asking a question.
My question is:- I want to drag my view in a particular area, beyond that, I do not want my view to drag but it should ...
1
vote
2answers
131 views
Touches Ended for Multiple Images
I have a application in which I drag and drop images from a scrollview to an area to change the image of that area when an image from the scrollview is dropped onto the area the image changes.
My ...
0
votes
2answers
222 views
Add Array of Images to a UIScrollView ObjectiveC
I did weeks of searching and finally found an example on Github that suited my needs. It was a trash drag example. I have now edited the example to my needs.
I now have only one problem. in my ...
0
votes
2answers
468 views
How to Drag an Image with Gesture Recognition Xcode
I have made a little test to drag views in a UIScrollView to UIView where I can call any action.
I'm trying to be able to make the image I made in the UIScrollView Draggable. I have not been able to ...
0
votes
1answer
421 views
Getting 2 Images to Drag in View Xcode
I have 2 images in a view and I applied a drag touch function to the images, and when the image collides with the image at the top of the view it gives you an alert and changes the image at the top of ...
1
vote
1answer
78 views
How to drag an object?
In gamesalad, how can you make an object dragable?
For example how could you drag a plane to a runway, but make it follow the path you draw on screen (like FlightControl).
0
votes
1answer
220 views
iOS - UIPanGestureRecognizer : drag during animation
i use UIPanGestureRecognizer to move an object along the path drawn by the user. But this object is animating and i need to interact with it during animation. Is it possible? I already try to use ...
-1
votes
1answer
56 views
iOS - Drag and drop an object “into” another object
I have 2 UIImageView. The firs can be moved by the user and have to be dragged "into" another. I have to detect when the first image view is "into" the other.
How can i do this?
0
votes
2answers
123 views
iOS - How to drag element during animation
i need to drag an element during an animation. The element fall from the top of the screen and i need the user can drag it wherever he want, even during animation
Thanks
2
votes
1answer
138 views
switching objects during a gesture (drag and drop)
I am creating a calendar with drag and drop rearrangeable events.
The view hierarchy looks like this:
ViewController - ScrollView - CalendarWeekView - EventView
The scrollView has paging enabled, I ...
0
votes
1answer
111 views
How to drag and drop an UIWebView around
I have a simple iOS app (running on iPad) that has only an UIWebView filling the full screen.
Now I added a new UIWebView(a lot smaller that the previous one) and let it sit on top of the first one. ...
0
votes
1answer
269 views
UITableView: Drag'n'drop making space between cells
How would I make the cells, below the one that I drag, go down, making a space for insertion?
Example.
I expect it to behave like following:
0
votes
1answer
99 views
iOS drag & drop for UIPageControl
Is there a way to implement for iOS a drag and drop behavior for a custom icon located in the first page of a UIPageControl to the second page (like moving icons from iPhone's home screen to a ...
1
vote
1answer
91 views
Stop touch moves if counter reaches 3
I have an application with drag and drop a UIView feature. I should only let 3 drags and not more than that. How do I keep track of the number of drags? I tried incrementing a counter in ...
3
votes
1answer
247 views
Drag & Drop TableView Cell to Tapkus Calendar
I have added the calendars in scrollview using tapkus library on the left. I want to drag the cell from right and if i put it on a date then it should be added in that date. The problem is i m able to ...
1
vote
1answer
182 views
ios drag and drop subview only working once
I have UIView in which I want to be able to drag and drop subviews, and this is working fine once.
- (void)pan: (UIPanGestureRecognizer *)recognizer
{
if (recognizer.state == ...
1
vote
0answers
238 views
UIPanGestureRecognizer not working on UIImageView
Well, the idea is to implement the drag and drop functionality on the little circles with characters in them. Seems simple, but I wasn't able to do it at once. The problem is that the UIImageView ...
2
votes
1answer
482 views
UITableView tap and hold + drag and drop
I wanted to find out how to do the following:
I have a UItableView, which enters edit mode when the user taps and holds one of the rows
Once it enters edit mode I need the cell to remain selected ...
0
votes
1answer
572 views
iOS drag and drop from table view cell to image view [closed]
I need help implementing a drag and drop gesture, I would like to know Your opinion to find the best approach.
I have a view controller with a uitableview on the right and some image views on the ...
0
votes
2answers
796 views
Drag a UIView from one UIScrollView to another
I have two UIScrollViews on my screen and I need to be able to drag a UIView from one scrollview to the other.
At the moment, I have a UILongGestureRecognizer on the UIView that I want to move, such ...
0
votes
0answers
137 views
How to add a sticky note in my application on an iPhone [closed]
I want to add a function that allow users to write something down when they using my app. It is something like the sticky note tool on a Mac. Users can click a button, and the note view will appear ...
0
votes
1answer
2k views
IOS 5.1 drag and drop
I'm a noob on IOS. I have searched a lot, but I didn't find any good tutorial about Drag and Drop on IOS. I just read that is not directly supported. Is that possible to Drag an item from a scroll ...
0
votes
1answer
539 views
Drag images and resize them on touch(iPhone)
I am creating an app in which when user click on any object and when user tap on UIView, then that images should drop on the view, and on dragging that image in any direction it should be re-sized.
...
0
votes
1answer
808 views
How to implement a Drag and Drop ImageView in Cocoa-Touch?
How can I drag images in my app (more than two ) because it's working with two images but want to drag about 20 images at the same view




