0
votes
0answers
30 views

Swipe and partially flip UIView to menu bar from left or right in iOS

Hello EveryOne, I am new to iOS programming. I am working on a project where i have to do some animation when user swaps on view to show the left side menu bar which contain buttons. My problem is ...
0
votes
2answers
44 views

How to create rotating trade information view [closed]

I am working on a project where my requirement is to show some information in continuous rotating manner same as trading information shows all stocks information.Here i am stuck how to do this. Here i ...
0
votes
1answer
27 views

Redrawing a UIview with animation

I am a novice ios program & i am doing my first ios project.In my project i have several UIVIew and UIViewController.In each view i have overriden drawRect method and drawn several circles. In one ...
0
votes
2answers
40 views

animatewithduration exponentially get faster

I am currently developing an iOS app. In the app I have blocks(UIView's) falling from the top of the screen using a uiview animatewithduration. I am looking to have them exponentially get faster as ...
0
votes
1answer
47 views

CAShapeLayer Line drawing

I am drawing line over 5 custom uiviews (Like UITableView rows) from one position to another (X,Y axis) using CAShapeLayer. My issue is that I want to know that what view the CAShapeLayer (line in ...
0
votes
2answers
121 views

iOS strange keyboard-hiding behavior when adding a subview

I have a view with an UITextField and need to show an UIDatePicker (it's hidden below the keyboard) when a button is pressed. I'm lazily instantiating the date picker because this allows me to show ...
2
votes
1answer
73 views

Is using CALayer to display CGPaths affect performance in iOS?

I am drawing some lines, curves and ellipsis using CGPath in iOS. I wanted to animate the rendering of the lines and curves. Lets say I want to animate 25 curves in the view. Is using CALayer to ...
0
votes
2answers
84 views

Animating two UIView subviews at the same time does not work

For some reason i am not able two animate two subviews postion. I have wrote the following [self addChildViewController:self.photosViewController]; [self.photosViewController.view ...
0
votes
2answers
98 views

How do I redraw a UIView's sublayers as I'm animating the UIView's bounds?

I have a UIView with several custom-drawed sublayers (a few CAGradientLayers with CAShapeLayer masks, etc.). I'm using the UIView animation method to animate it's bounds (increasing both its width and ...
0
votes
0answers
74 views

How to animate a view transition with a flip and setting a new rect?

I want to implement a custom view, which contains 2 subviews. When clicking on one subview, the other one should flip, scaled to a specific size and moved to the center of the screen. When clicking on ...
0
votes
1answer
66 views

How can I detect which subview is touched when dealing various moving subviews?

The following code produces an animation of an image of a shape from the top of the screen and it drifts downward using core animation. When the user taps, it will log whether the user tapped the ...
0
votes
1answer
85 views

How can I set up gesture recognizer to interact any UIView when all the views are being animated?

I found the code listed below from https://github.com/DuncanMC/iOS-CAAnimation-group-demo. This particular method allows the user to stop a UIView while it is "in-flight" in a core animation ...
0
votes
1answer
214 views

Custom UIView layoutSubviews with orientation and animations?

I'm in a dilemma which method to use for setting frames of custom UIViews with many subviews in it and still have animations and automatically adjust to rotations. What I usually do when I create a ...
0
votes
1answer
64 views

CATransform3D around all axis

I'm trying to create a kind of 'flip' animation that rotates a UIView 180 degrees around each axis, however, I am having trouble getting the desired effect. Here's what I've got so far: [UIView ...
1
vote
1answer
132 views

Get a reference of an animation created by UIView's animateWithDuration or identify it by any other means

Let's say that I make an animation like so: [UIView animateWithDuration:0.5 delay:0.0 options:UIViewAnimationOptionCurveEaseInOut ...
0
votes
0answers
99 views

Animating a UIView without using CoreAnimation

I'm trying to move a UIVIew across the screen. I don't want to use CoreAnimation because I need to be able to vary the velocity of the view in real-time. At the moment I have the following ...
0
votes
0answers
28 views

UIView does not animate after calling ABPeoplePickerNavigationController

I have a UIView which I animate up and down when the keyboard appears using keyboard notifications like UIKeyboardWillShowNotification. This works fine when I tap in text field and dismiss the ...
0
votes
2answers
218 views

iOS: Animate subview without calling layoutSubviews

In layoutSubviews i layout my child views into appropriate positions, and for some of them apply some transformation. Now i want to make on this subviews repeatable scale animation to draw attention. ...
1
vote
2answers
77 views

Why UIView doesn't need QuartzCore.framework to work?

I realized that every views are backed up by a CALayer. So I was wondering why when we use UIView we don't need to import QuartzCore.framework in our project ? I know we need to do it if we need to ...
0
votes
2answers
69 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" ...
0
votes
1answer
64 views

Can someone explain bizarre rotation of UIView?

I was experimenting with rotating a 320x320 UIView (black) on iPhone containing some CALayers using the following code: - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { [UIView ...
2
votes
1answer
94 views

Design pattern for large quanity of synchronized animations

I have over 150 UIImageViews. I need them to behave like a large ballet. I also need to be able to dynamically choreograph them. Some spin, some duck, some jump (each currently a different UIImageView ...
1
vote
1answer
114 views

How to improve performance of CALayer animations?

while studying Core Animation, I've made a UIView category which makes a subview be broken into a lot of tiles and diffused. https://github.com/minorblend/HNTileDisappear However, when the number of ...
1
vote
1answer
51 views

Interpolate between two UIFonts

Is it possible to find the average of two UIFonts? Lets say I have one font that was made with [UIFont systemFontOfSize:11] and another [UIFont boldSystemFontOfSize:15] how would I find the ...
0
votes
1answer
371 views

Cube animation between view controllers iOS 6

I want to create an app with 6 views like the sides of a cube, and be able to swipe in each direction to move to another side of the cube. So I want an animation between view controllers that looks ...
0
votes
1answer
145 views

Cannot get CALayer to display in UIView

I have a simple, single-view app and for some reason I cannot get a CALayer to display in the app's UIView. The background color of the view is correct but the image in the CALayer is not visible. ...
2
votes
2answers
306 views

Create a custom animatable property

On UIView you can change the backgroundColour animated. And on a UISlideView you can change the value animated. Can you add a custom property to your own UIView subclass so that it can be animated? ...
5
votes
1answer
1k views

iOS: Simultaneous scale and 3D rotation animation

I made a video demonstrating the animation i'm trying to accomplish: Here it is. Notice the video illustrates the action as it would be seen from the side. The camera icon represents the user's POV. ...
5
votes
3answers
109 views

Trouble with CAAnimation

// header file for the card class #import "OWCardView.h" @implementation OWCardView; - (id)initWithFrame:(CGRect)frame { self = [super initWithFrame:frame]; if (self) { ...
0
votes
1answer
151 views

iOS Restart animation after switching tab

In this post the author said that we could restart animation after switching tab in viewWillAppear. I called my startAnimation in both viewWillAppear and viewDidAppear, but still failed. Below is ...
0
votes
1answer
46 views

Block scoping of self and dot accessors inside animateWithDuration block method of UIView

Is it safe to access self and self's properties via dot accessors inside of an animateWithDuration block? I'm having some animation glitches related to expanding self frame especially when I call ...
-1
votes
2answers
56 views

Achieving crisp zoom animation on a view

I was wondering how people achieve a zoom animation of a UIView that is crisp. I notice in sample code on the web, self.frame = CGRectMake(0.0f, 0.0f, 200.0f, 150.0f); [UIView ...
1
vote
0answers
64 views

Can I make my tableview move more fluidly by reducing calling [CALayer LayoutSubviews], and how?

According to time profile, I found that my app waste too much time on [CALayer layoutSublayers] due to calling [UITable layoutSubviews]. So the action generating tableview is not smooth, whenever tap ...
0
votes
3answers
111 views

Creating gentle random movement with UIButtons and CoreAnimation

I'm trying to create an animation on the iPhone with a collection of UIButtons, each of which should slowly and randomly move around inside a UIView, bouncing off one another. I realise that this is a ...
1
vote
1answer
355 views

How to cross-fade a UIScrollView back to the beginning

I have a horizontally-scrolling paging UIScrollView in an iPad app, containing lots of pages. On the last page, I tap on a button on the screen to reset back to page 1. I would like to be able to ...
0
votes
0answers
94 views

UIView transition Animation on multiple UIViews at once

I have a 3x3 grid of buttons that I would like to animate. When the user swipes, the first column of buttons should flip over and upon completing that animation the next column should flip and so on. ...
0
votes
2answers
338 views

UIView Rounded Corners Without a Mask Layer

I'm building an iPad app that includes several bar graphs (30+ bars per graph) and a pull-up menu from the bottom of the screen. The design calls for these bars to have rounded corners on the top left ...
0
votes
1answer
155 views

How do I get the smoothest animation possible in iOS?

I'm using the UIView method animateWithDuration:animations to animate sliding a UIView. It appears slightly choppy. Is there a better method, like CoreGraphics, to accomplish a smoother animation?
0
votes
0answers
80 views

UIView zoom effect on landscape mode

My app has a subview displaying a graph. What I want to do it's to recreate a zoom effect (similar to the iPhone Stocks app) which will enlarge the graph view till filling up the whole screen in ...
0
votes
2answers
776 views

Applying a Scale AffineTransform to a UIView changes its center

I'm running this code to shrink a UIView when the user taps on its superview. However, when applying the CGAffineTransformScale(), it also changes the centre. Is that the expected behaviour? -(void) ...
4
votes
5answers
275 views

On iOS, a custom view won't animate?

In a new Single View App, the following code: - (void)viewDidAppear:(BOOL)animated { self.fooView = [[UIView alloc] initWithFrame:CGRectMake(100, 100, 200, 200)]; self.fooView.backgroundColor ...
0
votes
2answers
1k views

Cancelling UIView Animation - self.view.layer removeAllAnimations not working

I've got a UIView Animation going on that I need to cancel in my iOS app. I've tried this: [self.view.layer removeAllAnimations]; But it didn't work. The animation continued. Here is my ...
3
votes
2answers
324 views

Core Graphics screenshot without hidden items

I'm using Core Graphics to take a screenshot of my UIView, and then place it on top of that View (so I can animate it later): // Get the screen shot ...
1
vote
1answer
1k views

iOS UIView drawRect resize animation

I tried to override the drawRect method in a simple UIView extension to draw a rectangle with rounded edges and fill it with black color, and also animate the view to resize on touch. The thing is, ...
0
votes
2answers
584 views

Cross-fade certain UIViews on device orientation change

I've got a bit of a query on how certain views rotate when an iOS device changes orientation. I'm developing an app right now, and it basically consists of 2 view controllers: the first being a ...
0
votes
1answer
151 views

Flipping a view inside a container, revealing a second view

I am currently using this code: FlipView *fv = [[FlipView alloc]init]; [UIView transitionWithView:flipContainer duration:1 ...
1
vote
1answer
463 views

Smoother transition from one UIView to another UIView

I have a UIViewController which has multiple subviews. Each subview is a UIView subclass, and I want to switch between views by tapping the toolbar buttons. I did this by using the animation blocks: ...
3
votes
3answers
2k views

Masking a CALayer with another CALayer

I'm trying to make a donut shape with CALayers. One CALayer will be a large circle, the other one will be a smaller circle positioned in its center, masking it. The large circle displays fine, but ...
0
votes
1answer
116 views

UIView Animation Block Not Doing Anything

I have a very small animation I want to do by moving a view's frame using blocks (rather than the animation headers). My view hierarchy is quite big so I will explain everything in regards of the ...
0
votes
1answer
216 views

“Compiler Bug”, “Segmentation Fault 11” On Custom View Controller

I'm having a very weird problem, that I think I know why I'm getting it but I can't seem to think of a fix. I am convinced there is no compiler bug here. I have had many of those and all of them ...

1 2 3 4 5