Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Strange behaviour when updated to Xcode 8

enter image description here

The above contents are placed in a scrollview but the output in the app is as below enter image description here

If i place these contents outside the scrollview it is working fine, it was working fine before update to xcode 8

like image 997
Vishnu Avatar asked Sep 23 '16 11:09

Vishnu


People also ask

What's new in Xcode 8?

Memory Debugging - Xcode 8 also have memory debugging feature which show how memory assigning to every object with a nice graphical representation. Runtime issues - while debugging appear in the issue navigator, similar to compile-time issues:

How do I customize the Touch Bar in Xcode 8?

Xcode 8.2 offers more Touch Bar actions and allows customizing the Touch Bar controls of the following editors and debuggers: source editor, Playground editor, Interface Builder, view debugger, and memory graph debugger. To customize the Touch Bar, open the desired editor and then choose View > Customize Touch Bar.

How to debug memory in Xcode 8?

Jump Bar - Clicking the Jump Bar, located at the top of every editor pane, you can quickly select what information to view in the Assistant editor. Memory Debugging - Xcode 8 also have memory debugging feature which show how memory assigning to every object with a nice graphical representation.

What version of Swift is used by default in Xcode?

All projects created with Xcode 8 use by default Swift 3. You can use legacy swift language version (Swift 2.3). Now Xcode can manage signing for you automatically. Xcode will automatically create and update profiles, app IDs, and certificates. Every project created with Xcode by default enable automatically signing.


1 Answers

Try adding these constraints for UIScrollView enter image description here

like image 92
Ragul Avatar answered Nov 05 '22 09:11

Ragul