0
votes
1answer
15 views

UIView Components Not Moving With View

I have created a UIView in a storyboard. See here for more information. My issue is when the user "logs in" then I present a new view bringing it from the left side of a screen and the main view ...
0
votes
2answers
59 views

iOS png compression that makes sense for a flipbook animation

We have a video we need to play at variable speeds for an iPhone app. But you're only able to change the video playback speed between .5X-2X or so. We needed more control than that. Instead we broke ...
0
votes
0answers
29 views

iOS Swipe To Show Under Table View Gesture

I have a swipe gesture that is supposed to show an "under view" on swipe right and bring the cell back on swipe left. Currently I am able to get the cell to go off the the right but the "under view" ...
1
vote
2answers
50 views

Is that Possible to move a uilabel in navigationbar from left to right?

In my UIViewController I am using UILabel for navigation title in xib. But text is too long so I need a animation there.Some thing like a left to right moving UILabel ? Is that possible? I saw this ...
0
votes
6answers
639 views

iphone development: disabling user interaction during the animation

in my app I have some animations. for example I have a button in my main menu and when you click it animation begins (like moving some place etc.) and at the end of the animation it is navigated to an ...
0
votes
1answer
32 views

<Error>: CGAffineTransformInvert: singular matrix

Am trying to do this animation on a view, To Scale it to (0,0) then Move this frame using CGRectMake method and scale it back to (1,1). So I used the following Code to do this ...
1
vote
0answers
36 views

animate iphone screen on clicking back button

I am creating iPhone app where onclicking button I am going to another view controller with animation. below is what I have. - (IBAction)booking:(id)sender { WebDetailsViewController *secondView ...
1
vote
2answers
231 views

Animation iOS with sound file

I have some animation which needs to appear on screen at very specific timings, these are stored in SQLite database. What I am planning to do is use nstimer to keep time and pop the animation when the ...
-2
votes
1answer
23 views

How to draw circles, that are animated and can interact with each other in iOS? [closed]

The task is to draw circles within the screen area of an iPhone, so that circles can bounce and slowly fall down from the top with different speeds. All answers on architecture and specific ...
0
votes
0answers
8 views

Can't reset UIView animation

I have three buttons. they translate follow 2 paths. First path:Position A -> position B. Second path: Position B -> Position C -> Position B -> Position C ... - (void)moveUp:(BOOL)isMoveUp ...
0
votes
0answers
10 views

Objective C Animate Tab Bar Change

I have started a tab bar controller project , and i'm attempting to change the tab view to a different view DONE. [self.tabBarController.viewControllers objectAtIndex:1]; But then when i try to ...
12
votes
4answers
2k views

How can I animate the dismissal of a UITableView swipe-to-delete button?

As is done in the iPhone Mail app, I would like have the "Delete" button which appears on swiping an editable table cell from right to left to animate when it is dismissed (by way of tapping elsewhere ...
0
votes
2answers
51 views

Animation completion block running too soon

I am trying to move a plane along a path as the user is defining it, similar to the controls in Flight Control. I am able to draw the path, albeit inefficiently, but I cannot get the plane to animate ...
-1
votes
1answer
19 views

Show an hidden view

I will ask you if you can help me to show some hidden views. Also in my app I've 2 hidden view: one on the left and the second one on the right. I wanted to show this hidden view by using 2 button and ...
0
votes
0answers
17 views

Applying specific animation to text in view in objective c

I created in After Effects a bouncing text screen following a tutorial that I followed posted here: http://www.youtube.com/watch?v=pTxCqwRXpVM I would like to have this type of effect in my main ...

1 2 3 4 5 53
15 30 50 per page