Scrollview is not working in Xcode 8 for Autoresizing - ios

i am using scrollview in in my app actually xcode 7 is working fine, i have migrate the xcode 7 to xcode 8.scrolllview is not working all controllers come in center.

I have a similar issue since I installed Xcode 8.
There's a bug with containers (UIScrollView, UITableViewCell, UICollectionViewCell, ...) and UIStackView.
Sometimes Xcode crash because infinite UIView size.
Wait for new release of GM XCode with this issue resolved and if you want to user beta version then Xcode 8.1 Beta 3 resolves this issue. Please check this download link
Source : Xcode 8 GM seed Storyboard issue

Related

Issue with UIImage on older iOS versions [duplicate]

EDIT : note that this issue is now resolved in Xcode 9.3, hourrah !
OK, it's a Xcode bug, but does anyone has a workaround for this ?
Since I made the update to Xcode 9 and compile my app, I get a bug with my images. All images in my app get distorted, only on iOS 8. I have to point out that when recompiling the exact same project with Xcode 8, every image shows well !
Here is my launch screen when my app is run on iOS 8, then on iOS 9 (or 10 or 11), both with Xcode 9.
I know that some people encounter this bug with Xcode 8 beta 6 (Xcode 8 simulator ios 8 image get distorted and Xcode 8 beta 6 - App image broken in iOS 8) but they say this was a Xcode bug that was resolved in Xcode 8 GM. I can't find anybody having this issue in Xcode 9.
Xcode 9 brings many changes to images assets, so I've tried to play with them (ticking "Preserve Vector Data", changing to "Individual scales" etc) but it didn't helped.
I'm using Xcode 9.2 (9C40b), which I think is the last Xcode version available.
Does anybody has a clue for this ?
Can refer on Xcode 9 Release Notes https://developer.apple.com/library/content/releasenotes/DeveloperTools/RN-Xcode/Chapters/Introduction.html#//apple_ref/doc/uid/TP40001051-CH1-SW936
Two workarounds :
Build the app using Xcode 9.1 (official download link)
OR use Xcode 9.2 and set the deployment target to iOS 8.4 or later.
It works for me.
The first one is recommended as the second will only allow iOS 8.4 support.
I found move the image from assets to bundle can fix this bug

My iOS application's picture is strange and broken? [duplicate]

EDIT : note that this issue is now resolved in Xcode 9.3, hourrah !
OK, it's a Xcode bug, but does anyone has a workaround for this ?
Since I made the update to Xcode 9 and compile my app, I get a bug with my images. All images in my app get distorted, only on iOS 8. I have to point out that when recompiling the exact same project with Xcode 8, every image shows well !
Here is my launch screen when my app is run on iOS 8, then on iOS 9 (or 10 or 11), both with Xcode 9.
I know that some people encounter this bug with Xcode 8 beta 6 (Xcode 8 simulator ios 8 image get distorted and Xcode 8 beta 6 - App image broken in iOS 8) but they say this was a Xcode bug that was resolved in Xcode 8 GM. I can't find anybody having this issue in Xcode 9.
Xcode 9 brings many changes to images assets, so I've tried to play with them (ticking "Preserve Vector Data", changing to "Individual scales" etc) but it didn't helped.
I'm using Xcode 9.2 (9C40b), which I think is the last Xcode version available.
Does anybody has a clue for this ?
Can refer on Xcode 9 Release Notes https://developer.apple.com/library/content/releasenotes/DeveloperTools/RN-Xcode/Chapters/Introduction.html#//apple_ref/doc/uid/TP40001051-CH1-SW936
Two workarounds :
Build the app using Xcode 9.1 (official download link)
OR use Xcode 9.2 and set the deployment target to iOS 8.4 or later.
It works for me.
The first one is recommended as the second will only allow iOS 8.4 support.
I found move the image from assets to bundle can fix this bug

Xcode 9 - iOS 8 images get weirdly distorted

EDIT : note that this issue is now resolved in Xcode 9.3, hourrah !
OK, it's a Xcode bug, but does anyone has a workaround for this ?
Since I made the update to Xcode 9 and compile my app, I get a bug with my images. All images in my app get distorted, only on iOS 8. I have to point out that when recompiling the exact same project with Xcode 8, every image shows well !
Here is my launch screen when my app is run on iOS 8, then on iOS 9 (or 10 or 11), both with Xcode 9.
I know that some people encounter this bug with Xcode 8 beta 6 (Xcode 8 simulator ios 8 image get distorted and Xcode 8 beta 6 - App image broken in iOS 8) but they say this was a Xcode bug that was resolved in Xcode 8 GM. I can't find anybody having this issue in Xcode 9.
Xcode 9 brings many changes to images assets, so I've tried to play with them (ticking "Preserve Vector Data", changing to "Individual scales" etc) but it didn't helped.
I'm using Xcode 9.2 (9C40b), which I think is the last Xcode version available.
Does anybody has a clue for this ?
Can refer on Xcode 9 Release Notes https://developer.apple.com/library/content/releasenotes/DeveloperTools/RN-Xcode/Chapters/Introduction.html#//apple_ref/doc/uid/TP40001051-CH1-SW936
Two workarounds :
Build the app using Xcode 9.1 (official download link)
OR use Xcode 9.2 and set the deployment target to iOS 8.4 or later.
It works for me.
The first one is recommended as the second will only allow iOS 8.4 support.
I found move the image from assets to bundle can fix this bug

Weird issues with xcode 7

when I use Xcode 6 my apps works fine. When I update to new Xcode 7 my apps It has some problems. Scrollview for news does not work. In Tableview when I tap one record Simulator or iPhone freeze. What is the problem?
I had a similar problem with Xcode 7. if your app runs on ios 9 please refer to the iOS 9 release notes for possible issues: https://developer.apple.com/library/prerelease/ios/releasenotes/General/RN-iOSSDK-9.0/
sometimes, recreating your problematic view controllers in story board will solve the problem, as in Xcode 7 the outlets in the storyboard work differently than the way they used to work in previous versions. (as someone who worked with the Xcode 7 beta for quite some time, I can tell you how annoying it can get...).

Autolayout issue in iOS 7 and iOS 8 (works fine in iOS 8.1)

I have created a project with Xcode 6.1 and set the deployment target to iOS 7.1
I have implemented the autolayout but deselected the size classes option from the storyboard.
Now whenever i run app on ios 8.1 simulators everything is fine but the moment i run app on iOS 7.1 simulators it causes problem.. Even if i deselect the autolayout option than to its casuing the same layout issue.
See Images to get better understanding
simulator 8.1 iPhone 5
simulator 7.1 iPhone 5
I am really not getting whats the issue as if the issue was related to Autolayout than after deselecting atleast screen should be covering the whole screen.
Please help me!!! Thanks a lot in advance

Resources