0
votes
0answers
6 views

Changing the framesize of uiview with animation not changing the framesize of subviews automatically

i am working to animate a uiview(parent view named 'popupVw') which contains 11 subviews (7 buttons,2 labels,2 imageview). Initially the the frame size is : CGRect Frame = CGRectMake(10, 10 ,320, 0); ...
0
votes
1answer
33 views

Extended UIView is not animating

i have a class that extends UIView, in this class a have a function that animate some subviews that are added to the view. when a call the instantiated class method (after adding it as subview to some ...
0
votes
2answers
25 views

UIView Animation does not actually set new values?

I'm having a problem with UI animations. I have a uiview: theView. I animate theView to move to some random position on the mainView. It moves from point A to point B and changes its scale from 1.0 ...
1
vote
1answer
32 views

Animating a UIView

I have an animated rectangle that grows in length: [UIView animateWithDuration:60 animations:^{ CGRect frame = left.frame; // adjust size of frame ...
1
vote
1answer
45 views

Float a UIView around the screen in the background [duplicate]

So I'm trying to do a long running animation with some UIViews. Basically what I'm trying to accomplish is take a square subview and have it float randomly around the screen in the background (like a ...
0
votes
1answer
23 views

UIView animate frame of ImageView

I'm trying to add an animation to a UIImageView when a button is tapped. When the button is tapped I want the imageView to move to the right at the same time as it is increasing in size. I have tried ...
0
votes
2answers
18 views

How would I convert a ios UIView animation to a video

How would I convert a ios UIView animation to a video? Any advice is greatly appreciated. Thanks!
0
votes
1answer
32 views

How to make a method that rotates a UIView work many times

I have a view that slides up from the bottom of the screen when the user swipes up and when this happen a little arrow is supposed to rotate so that it is now pointing downwards. In a similar fashion, ...
2
votes
3answers
106 views

How to stop and reverse a UIView animation?

I have animated a UIView so that it shrinks when the user touches a toggle button and it expands back to its original size when the user touches the button again. So far everything works just fine. ...
0
votes
0answers
18 views

UIView and CALayer Animations not synchronised

I've been working on an UI, and I mix UIViews for buttons and the like, and CALayers to draw backgrounds or other eye candy. I try an animate them with the following code: [CATransaction begin]; ...
0
votes
1answer
31 views

Animate without lag?

I am currently using the following code to animate the transition between a view, and when the refreshTheServers method is called while doing so, the whole application freezes, refreshes the servers, ...
0
votes
1answer
42 views

UIView animateWithDuration artefact (blinking white vertical line on view)

I have simple blinking animation for digits divider in digital clock. views hierarchy looks like this: ClockBGView StartButton ClockView When StartButton pressed ClockView become visible (it is ...
0
votes
1answer
89 views

Page curl on top right corner of UIView / UIViewController

I am looking to do a partial page curl (but will settle for a full page curl) that starts in the top right corner. I have managed to do this successfully using: CATransition *animation = ...
1
vote
2answers
46 views

Limit animation to parent view

I have a UITableViewCell and I animate it's content out and in. But I want to limit the animation so that when the text goes outside of the UITableViewCell it's not visible in the ViewController. The ...
2
votes
2answers
57 views

Should a UIViewController control a UIView's animations?

I've been pushing myself to learn more MVCS styled programming and am attempting to organize my code better. My main question, is I have a UIViewController that brings up a view when an event occurs. ...
0
votes
1answer
128 views

Moving uiview from bottom to top

How can I move a view from bottom to top on my code: colorView.hidden=NO; colorView=[[UIView alloc]init]; ...
0
votes
2answers
54 views

Different UIViewController modal transition to another VC with different animation

here is my question, let s say i have UIViewController A B C D... currently I am using the default transiation animiation for all VCs modal transite , shows as -> what i want is... let user pick ...
0
votes
0answers
58 views

How can i show a bottom to top popupview with tableview?

I have a storyboard application and i want to create a bottom to top popup with,inside that a tableview.The table view contains a UISlider controller for controlling the brightness of screen. ...
0
votes
0answers
63 views

UIView animations canceling each other

I have a problem when playing multiple UIView animation blocks. What I have is a game with a lot of buttons, when you press a button it spawns an UILabel which animates to the top of the screen where ...
1
vote
0answers
160 views

iOS Animation Block: Content of Image Flickers while Rotating

I am trying to rotate an image (UIImageView) within an Animation Block. The image contains fine lines horizontally (like the lines within an image of a notepad, for instance). But while being rotated ...
0
votes
3answers
89 views

How to interrupt UIView animation before completion?

I am using [UIView animateWithDuration... ] in order to display a text for each page of my app. Each page got its own text. I'm swiping to navigate between pages. I am using a 1 second dissolve effect ...
0
votes
1answer
44 views

iOS, UIView animation, animate own content

i have a subclass of UIView that displays own content. I'd like to animate the content. The content is self-drawn in an own drawRect:, i wonder what possibilities are there to animate it. The ...
0
votes
0answers
72 views

load multiple uiviews with animations into uiscrollview lead to wrong uiview rect?

I will load multiple UIViews with following animation into my custom UIScrollView when scrolling,but when I suddenly stop scrolling, the second animation on some rect will not be executed. Where am I ...
0
votes
0answers
13 views

scaling a UIview

I am trying to do some UIview animation. for exmaple I have a view size like 0 0 320 50, and I want to scale the size to 160 0 160 50. The effect should like move the left border line towards right ...
0
votes
0answers
101 views

UIView animation on iOS - Subviews not resizing

I have a problem with animating UIView resize - it's subviews are not resizing at all. When i'm resizing it in Interface Builder(manually, by mouse), everything works well, but when i try to animate ...
-1
votes
2answers
138 views

iOS - Random animation color [closed]

I'm animating some subviews, and one of the steps of the animation is to change the view background color. But, despite I have a function that returns a random color, once the background color is set, ...
0
votes
1answer
48 views

View background shrinks when view is addressed or animated

I can not find why the background of my subview shrinks toward the upper left corner of the subview the first time I move it or animate it. (not sure if it is technically a 'subview' since the object ...
0
votes
2answers
68 views

I subclassed UIView. Some of its subviews are animated. What's the correct way to restart these?

OK, so I subclassed UIView and the view has a bunch of subviews. These subviews are animating. When i push another View Controller on top, or the app goes into the background, the animations stop. ...
1
vote
2answers
134 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
2answers
118 views

How to make UIView animation smoother?

I have a couple of gesture recognizers to swipe an image left-2-right or vv, depending on the direction of the swipe. But I want the animation to be smoother. This is my code so far: ...
0
votes
1answer
83 views

Creating custom UIView Transitions [duplicate]

I'm wondering if anyone out there knows how to make custom transitions from one UIView to another. I'd like to be able to do things like wipes, fades, splits, etc.
1
vote
1answer
39 views

How to flip multiple views at once?

I am using transitionFromView with UIViewAnimationOptionTransitionFlipFromLeft. Now I need to combine number of such transitions in the way so I know the completion of whole transformation. What is ...
0
votes
1answer
83 views

UIImage moves right on rotation - wrong center point?

When I rotate an image it moves right. It shouldn't. It seems like the center is set to the wrong point. See screenshot: In both states - rotated and not - the center of the "+" shouldn't change. ...
0
votes
1answer
44 views

Two animations at the same time on the same view in UIView

I have one UIImageView and I want to apply two different animations to it, and run them at the same time. The first animation set the opacity from 0 to 1, the second animation moves the UIView from ...
0
votes
1answer
115 views

UIView animation with a bow, not in a straight line

I want to have my animation with a bow and not in a straight line. This is my code: UIImageView *logoImageView = [[UIImageView alloc] initWithFrame:CGRectMake(-125, 100, 125, 125)]; ...
0
votes
2answers
86 views

show view after animation

I am using page Curl up animation. I am showing one question on view, when i clicks on button it animates page curl up and shows black screen. But i want to show same view again with different ...
0
votes
1answer
159 views

Optimize QuartzCore Animation with Shadows and Rasterization

Within my iOS app, I have a uiview that needs to be animated, transformed with gestures, shaded (using quartzcore shadows), and edited. When I perform animations and gestures on this UIView it is ...
0
votes
1answer
35 views

Setting the previous image right before calling transitionWithView

I have a placeholder UIImageView (loaded from a .xib) which I want to load with a picture of the back of a card and then flip to the front image. [cardView setImage:backCardImage]; [UIView ...
0
votes
0answers
38 views

Unwanted animations coming from nowhere

In my iOS app, I have some animations that seem to be coming out of nowhere. They don't happen at first, only after using the app a little. Here is a Youtube video with a better description: ...
0
votes
2answers
76 views

UIView not returning to proper position after animation

I have a simple UITextField, that when someone goes to edit it, and the keyboard pops up, the view shifts up so that the user can see what they are entering. However, when I close the keyboard, the ...
0
votes
1answer
58 views

Animations during first keyboard appearance is sometimes not smooth

I have often noticed that UIView animations are often not smooth during the first becomeFirstResponder event when the keyboard appears for the first time. I am referring to animations that occur with ...
0
votes
1answer
145 views

Animate two UIViews at the same time (sticking together)

i have searched a lot here but can't seem to find the answer to my question... I have a class called SubView, this class has a simple ability, it can show up or dissapear animated it does it like ...
0
votes
0answers
100 views

iOS - Pausing and resuming updating text in subview of the mainviewcontroller

Have one mainviewcontroller and one view controller. Displaying this oneviewcontroller in mainviewcontroller as a subview. Within this oneviewcontroller updating array of imageviews and textviews ...
0
votes
2answers
106 views

Fade in and fade out a UIView while it is moving

It's easy enough to animate the view: [UIView animateWithDuration:1.0 animations:^{theView.center = newCenter; theView.alpha = 0;} completion:^(BOOL ...
0
votes
0answers
41 views

Animate UIView from tableViewHeader to the frame of subview in the first cell

I'm trying to find the solution for this: When tapping one of the pills that appear in the tableViewHeader, it adds the text to a UITextField in row 1 of the table. I would like to also animate this ...
0
votes
1answer
31 views

How to change the postion of view in iphone app

I have a view i want that when view is loaded it should change from the original position and displayed to new position but it is not working i am using following code. I am calling this code in ...
2
votes
1answer
198 views

Stop Repeating UIView Animation Block?

I have a UIView animation block which uses the UIViewAnimationOptionRepeat | UIViewAnimationOptionAutoReverse option so it keeps going, but at some points I need to stop the animation but more ...
1
vote
2answers
124 views

Slow down UIView animation within Animation

i have simple UIView animation block which animates the origin of 2 views. I have a Button on a special position placed on a mapview view. so when i'd like to animate the center of the map and move ...
0
votes
2answers
66 views

UIView switching transition?

I want to make a splash screen that shows an UIImage view and a UIActivityIndictor then after the application has finished loading, it fades into a new view, I have no idea how to make one view "fade" ...
1
vote
2answers
90 views

iOS - UIImageView slight glitch

I have a myriad of UIImageViews that act as 'tiles' on a map. They align up next to one another to form a grid of images. Ordinarily, the grid images are flush against each other, but whenever the ...

1 2 3 4 5 9