I have created a vibrancy effect view o top of a blurred view. This vibrancy effect views has a label. I am using storyboard and have added all the required constraints.
Everything works fine. But on rotating the device, during animation the views just don't animate together. Refer the screen shots. One for, before the orientation change, the other during the animation, and one after the orientation change.


UIVisualEffects on device rotation animates views out of sync
263 Views Asked by BangOperator At
0
There are 0 best solutions below
Related Questions in OBJECTIVE-C
- How do I customize NSOutlineView to have border color?
- UIWebView Screen Fitting Issue
- How to hide "Now playing url" in control center
- CloudKit: Preventing Duplicate Records
- Image and Text locations in UIButton
- setting OpenGL version in objective-C
- Setup code for xibs in iOS. -awakFromNb:
- realm db, get parent link of object
- CFBundleDocumentType is not working in myproject-Info.plist file
- UIPopoverPresentationController not rendering properly
- Using Storyboard Reference
- Pass Data between two view controllers using 'Delegation' : Objective-C
- Unexpected CALayer Vertical Flipping on 3D Rotation 'Bounce'
- Setting View orientation to portrait is ignored
- UITextField append / between dates while enforcing character limit
Related Questions in AUTOLAYOUT
- UICollectionView cell height/scrollable content behaving strange/incorrect
- Can UIStackView also be used within a UITableViewCell?
- How can I use AutoLayout to place view exactly above other?
- auto layout modify multiplier of constraint programmatically
- iOS 7 - Layout advice
- Aspect fill and Aspect fit swift
- UIVIew from XIB with Autolayout to UItableView Header
- Auto Layout with UIImageView is producing incorrect view layout when an image is shown
- How to remove space of hidden UIImage?
- Using auto layout to arrange views in sequence with one taking whatever space is available
- error when adding constraints to a view I added to UIWindow?
- Constraints error <Will attempt to recover by breaking constraint>
- How would I align an image to the bottom right of the view using Size Classes in Xcode?
- Setting frame for UIButton ignored
- AutoLayout on UITableViewCell subclass breaks after reuse
Related Questions in SCREEN-ORIENTATION
- How can I control android webview activity changes when I change screen orientation?
- Fragment restarts when orientation is changed
- viewWillTransitionToSize:withTransitionCoordinator: Not being called automatically
- Drawing position change after changing the rotation in android canvas
- Responsive css always applying landscape
- How does the Android system automatically change the screen orientation?
- How to match Android Camera Preview correctly?
- How to lock screen orientation in reverse portrait and reverse landscape mode
- Android orientation in phonegap build?
- MVP and RxJava - Handling Orientation Changes on Android
- orientationchange event doesn't fire on IOS devices
- Android - Device screen flips even if the application screen orientation is set to Landscape when Auto Rotate is ON
- Ionic 2 ScreenOrientation Plugin Changes
- android:configChanges="screenSize" parameter is taking portrait height in landscape mode
- ListView getChildCount() return 1 when rotate
Related Questions in UIVISUALEFFECTVIEW
- React Native: detect if UIVisualEffectView is supported
- Present UIViewController as UIModalPresentationFormSheet & UIModalPresentationOverCurrentContext
- UIVisualEffectView changing bounds incorrectly on orientation change
- UIVisualEffectView and UITableView
- How to minimize visual flickering with iOS8 "UIVisualEffectView with Blur"
- Animate the fractionComplete of UIViewPropertyAnimator for blurring the background
- Blurry translucent effect of UINavigationBar/UIVisualEffectView while scrolling on a WKWebView?
- UIVisualEffects on device rotation animates views out of sync
- iOS 8: Applying a UIVisualEffectView with Blur Effect to a Modal PopOver in Compact Mode
- How to achieve a vibrant selection state in a Notification Center Today Widget
- UIVisualEffectView blur constraint animation bug
- iOS 8 UIVisualEffect UIBlurEffect and Scaling/Moving/Resizing
- Not able to get blur effect
- Blur effect in iOS which ignores accessibilty ("reduce transparency" option)?
- Remove blur effect from UIVisualEffectView
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?