Specifies a transition to apply to a UIView in an animation block.
0
votes
0answers
27 views
iOS Slide out menu with UINavigationController
I'm trying to write a slide out menu that uses a main viewcontroller(VC) and three subviews. I want the subviews to be able to be UINavigationControllers if I want...but I'm having trouble adding ...
0
votes
1answer
30 views
Why is UIView alpha animation slow from 1 to 0 compared to 0 to 1?
I have a custom view which I need to hide/unhide with animation.
UIView animations are not working on hidden property.
So I have overridden setHidden where I modify the alpha with animation.
It ...
1
vote
1answer
50 views
Drag menu from bottom of the UIView
I am working on iOS app, I need to implement the following functionality,
User should drag the menu from bottom by swipe up and also it can close the menu by swipe down,
Is there any api or any ...
0
votes
1answer
36 views
iOS: UIImageView doesn't respond to tap gestures between animations
I have a multiple images to show in imageview using cross dissolve animation and taping on image displays detail about image. Following is the code working but tap on imageview is failing when it's ...
0
votes
0answers
27 views
Animation in a cell where as one text goes upwards out of the cell and another text comes upwards from bottom
I have to do a simple animation where in a cell. There are two labels in this cell. I want the text in it to move upwards out of the cell and at the same time next texts move upwards from bottom. I ...
2
votes
0answers
25 views
Present UIImagePickercontroller with slide transition
I have a view with swipe gesture added, when the user right swipes the view i have to show camera with slide transition.I am not sure how to add slide in transition to the UIImagepickercontroller. Can ...
-1
votes
2answers
40 views
Android Transiton of layouts from left and Right
I am new to android.
I have a requirement that when i call next activity i want to do transitions of layouts.
The current layout should move to the left and next or the new view should move right ...
0
votes
0answers
20 views
Adding a UIButton to my menu view
Hey folks im working on a little project where im flipping through views using UIView transitions through the access of buttons.
So from my start view, i am able to touch a button and transition to ...
0
votes
2answers
39 views
Crash with custom segue
I create a custom segue:
-(void)perform{
UIViewController *destination = [self destinationViewController];
UIViewController *source = [self sourceViewController];
[source.view ...
0
votes
1answer
87 views
Custom UIViewController modal transition from right like Flipboard
I need to make a custom modal transition segue on iPad to make that the destinationViewController appears from right, covering window half size and maintaining visible the initial View. More or less ...
0
votes
1answer
26 views
UIViewAnimation from view and back
I have a question regarding transitioning between uiviews.
I have a view1 that transition to view2, but when i want to transition back it doesn't work.
Action called on first view to flip to the ...
1
vote
1answer
34 views
cocoa touch trying to delay the animation of the uiview before it pops out again
I have a UIView that serves as the container for 2 tableviews. I have two buttons that controls how data is loaded on those tableviews. Basically when 1 button is tapped the uiview slides out to show ...
0
votes
1answer
78 views
UICollectionViewCell add animation for selected/highlighted item
I'm implementing simple collection view with images inside cells. The task that I want to achieve is when user taps on the cell - there should be flip animation and some details have to appear at the ...
0
votes
0answers
52 views
Segue back animation. (UIView transitionWithView)
I am using this method:
[UIView transitionWithView: duration: options: animations: completion:];
to control a back animation on a segue. Precisely using this code:
[UIView ...
0
votes
0answers
73 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
92 views
UIView transition - flip two subviews [duplicate]
In a UIView subclass (mainView) I do this:
[UIView transitionFromView:firstView
toView:secondView
duration:3
...
0
votes
2answers
258 views
PresentViewController with custom “scale-from-center” ModalTransitionStyle
I'm trying to implement custom view presenting transition style. Here is my code:
[myViewController setModalTransitionStyle:UIModalTransitionStyleCrossDissolve];
[self ...
0
votes
1answer
33 views
View Changes Height After Transition
I am transitioning from one view to another using UIViewAnimationOptionTransitionCrossDisolve.
The issue I am having is, after the transition takes effect, I have a 20 pixel gap at the top of my ...
0
votes
0answers
60 views
UIViewAnimationTransitionCurl - can I change the image of the back of the curl?
Currently I'm using
[UIView setAnimationTransition:UIViewAnimationTransitionCurlUp forView:myView cache:NO];
to animate my view. When the view curls up, you see the back of the page/curl just as a ...
1
vote
1answer
379 views
How to do 3D sides-of-cube transition between view controllers in iOS
SPUN app for
iPhone has a great vertical 3D transition between view controllers. What are some open source
libraries designed for this purpose or similar cool transition effects?
0
votes
1answer
353 views
Using UIViewAnimationTransitionFlipFromRight to flip over a UIButton when pressed and show a new button on “the other side”
EDITED For MOXY.
I have an array of buttons with an image on top and array of buttons whose views are background colors. When i click on a button i want to retrieve that button index and use that ...
0
votes
0answers
36 views
Strange Exception when using transitionWithView
I am getting the following exception
setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key TableViewPrints.'
in this line [self.view addSubview:MainVC.view];
I am ...
0
votes
0answers
41 views
transitionwithview works only half way
I ve made 2 views (one front , one back) and putted them inside another view called contain.
I just wanted to make a transition between the two views (front,back) by pressing a button.So i wrote the ...
1
vote
3answers
151 views
UIView transitioning to the same view
I have a UITableView controller displaying static tableview. I have to update the project providing a secondary mode where this tableview is supposed to flip and to show different data. My approach ...
2
votes
1answer
210 views
iOS - properly animate between two UIViews using CATransition
I have a UIView already on my screen and i wish to "slide in" a new UIView from one of the four directions(left, right, up, down) depending on what kind of swipegesture that i detect. Getting the ...
0
votes
1answer
129 views
Transition not showing between views in a custom UIStoryboardSegue
I have written a custom UIStoryboardSegue.
The only code in my CustomSegue.m file is:
-(void) perform {
UIViewController* sourceViewController = (UIViewController *) self.sourceViewController;
...
1
vote
2answers
72 views
UIview Flip darkens the Views
I've been implementing a simple FlipView in iOS : A UIView that contains two subviews, displaying one at a time, and when you click on it, it flips them.
I'm using the following to animate the ...
0
votes
0answers
61 views
Layer disappears if I change Layer.Speed property
public override void ViewDidLoad ()
{
base.ViewDidLoad ();
var tmpButton = new UIButton (UIButtonType.RoundedRect);
tmpButton.Frame = new RectangleF (100, 100, 100, 100);
...
0
votes
2answers
255 views
TransitionFromView removes previous view
I am having problems using TransitionfromView while transitioning between views in my app.
Setup
This is the basic setup of the View Controller. It has two views in it. A MKMapView and a ...
0
votes
2answers
506 views
Reproducing Animated Effect of Timeline like the one in Google plus ios app
I am very confused with the 3D lookalike animation of Tiles on the Timeline in the Google Plus iOS App. I am working on it but I am not able to find success in creating a perfect 3D animation of the ...
0
votes
0answers
41 views
UIView transition not animating, just popping up
Got this method. It just pops up the final view without animating - appreciate some pointers. I want the final image to flip in from the background not just pop up.
- ...
0
votes
1answer
160 views
Implement same page transition in UIDeviceOrientationLandscapeLeft and UIDeviceOrientationLandscapeRight
I have developing project in iOS 6.0 sdk which should work on iOS4.3+ devices, in my project i am using the page curl to navigate betwwen pages , but the page curl happening in LandscapeLeft is not as ...
0
votes
2answers
241 views
Swap/ Transitioning between views iOS programming
I am a newbie to IOS programming and currently i have a tab bar application with two tabs. I have two questions.
The first tab shows a map, imagine it with some pushpins. There is a button on the ...
0
votes
1answer
44 views
UIView - Animating a view
I would like to have my UIView opening to one side with the press of a button. I mean just like a door would open, with its side fixed, but not a complete rotation, just to a 30-40° angle. How can I ...
0
votes
0answers
129 views
Curl Up Transition to Same View
I am working on a project to create latin flashcards. The project is pretty simple, there is one view controller with two different subviews (LatinView, EnglishView). The idea is to flip between the ...
0
votes
0answers
61 views
UIViewcontroller transition using expand/contract image
I want to make a transition between two UIViewControllers using a full width and height image with a expand and contract effect.
The basic idea is to show the image from left to right, and when it ...
1
vote
0answers
58 views
How to Scale uiview and everything inside it (other custom drawn uiviews) with animation?
I have a uiview that contains other custom drawn uiview inside it. Now I want that, when a user clicks this parent view it would expand to a new defined frame with animation.
I had some success using ...
0
votes
2answers
109 views
View transitions slowed down on adding OpenGL view
Facing a really, really weird problem with an OpenGL View we are using in our app to perform some custom animations. As soon as the Open GL View is added into the project, all native View animations ...
2
votes
3answers
157 views
How to deal with users that click too fast
I have a simple viewController. The View controller use animation. If I am displaying list, it will animate to map. At that time it will also change the button that points to map to point to list ...
1
vote
0answers
109 views
iOS6: how to change the cross dissolve from displaying black in between transition
I am using the storyboard segue cross dissolve for my transition but during the transitions its has a greyish effect.
Is there a way to amend / remove this so that i can add a colour to match my vie ...
0
votes
0answers
281 views
How should I modify transitionFromViewController code to facilitate Push transition
As far as I know push transition can only be done by CALayer right?
What I have is the following code:
-(void) transitiontoViewController:(UIViewController *)toViewController ...
0
votes
1answer
742 views
ios : change window.rootViewController and memory management
I'm facing the following problem : My app has two main controller (a)loginController and (b) contentController, when the app is launched I check if the user is logged in if yes I show the ...
1
vote
3answers
1k views
UIView animatewithduration - iOS
I'm trying to move a label from point A to point B using UIView animateWithDuration as below
[UIView animateWithDuration:3 delay:0 options:UIViewAnimationTransitionNone animations:^(void){
...
0
votes
1answer
428 views
With Modal Partial Curl, I want to reverse the animations. How would I do this?
With the default presentation modal partial curl segue from one view to another, I would like to reverse the animations. So that, instead of lifting a page to reveal the second view, a page falls down ...
3
votes
1answer
133 views
How to remove Black Color in ios during the Screen Navigation?
As per the image, I am using navigationController with my application.
During the Transition from one screen to other screen, a black color is showing.
My RootViewController doesn't have the ...
0
votes
1answer
225 views
Animating UITableView replacement - not showing data until animation complete
I have UISplitViewController, that displays a UITableView in the master view, and also in the detail view.
When the user selects an item in the master view table, I reload the table in the detail ...
-3
votes
1answer
439 views
ios how to remove a subview after the animation is finish ( animationDidStop )
I have few subviews responding to the same animation. I want remove the the subview after the animations has finish (animationDidStop ). Is a way to detect what subview was animated in ...
0
votes
0answers
209 views
How to rotate the images from left-right , right -left, top-bottom, bottom-top using Transition in Android?
I have created a Listview and Imageview . In Listview i have two photos named photo1, photo2. By using Transition, i rotated the images from right to left. But this works for both photos. When i click ...
0
votes
0answers
87 views
Does UIView's frame change during animation?
I'm using the following code for curl up and curl down animations:
[UIView transitionFromView:aView
toView:nextView
duration:aDuration
...
1
vote
1answer
245 views
iPhone UIButton Flip and Expand
I am trying to make a simple button the changes size and expands and then shrinks on subsequent clicks.
It somewhat works, the final button after the flip looks correct - it is circular and a ...


