NavigationControllers have ViewController stacks to manage, and limited animation transitions. Adding a view controller as a sub-view to an existing …
iphone ios ipad uiviewcontroller uianimationI'm working on UIButton animation where: The UIButton is set in the bottom center of the screen and scaled to …
iphone ios objective-c cgaffinetransform uianimationI'd like to have an image in my iphone app "pop-in" on screen rather than just appearing. By "pop-in" I …
iphone ios animation uianimationI have this code in my project: - (void) fadeImageView { [UIView animateWithDuration:1.0f delay:0 options:UIViewAnimationCurveEaseInOut animations:^{ self.imageView.alpha = 0.0…
ios uiview uianimation quartz-coreI wanted to resize an UIView, my code works perfect in iOS 7.1 but when I run it in iOS 8 it …
ios objective-c uiview ios8 uianimationIn my project there is feature when user swipe on top bar one screen will appear with top to bottom …
ios transition uianimation uinavigationcontrollerSo I've searched a lot but I didn't find an answer for my problem. I want to make a button …
iphone objective-c ios ipad uianimationHow to animate/move the view in the curve path, is it possible to do using UIAnimation. Like moving a …
iphone objective-c ios core-animation uianimationI have a view with a scroll view in my app (a percentage calculator). I am trying to animate the …
ios swift animation uiview uianimationI have problems with transitionWithView and animateWithDuration. One of my animateWithDuration blocks doesn't transition, it is a sudden change, and …
iphone ios xcode ipad uianimation