Kodeco Forums

Video Tutorial: iOS 101 Part 6: Stack Views

Learn how to use stack views to easily design user interfaces in your iOS app.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/3716-ios-101-with-swift-2/lessons/7

The label “Ray Wenderlich” has constraint warning. How to solve that?

This looks like an issue with Xcode 7.3 and UIStackViews. You can find out it here:

https://forums.developer.apple.com/thread/43613

Probably the easiest way to manage this warning is to add constraints to the label, but that creates more headaches. Here’s hoping this will be fixed in the next point release.