Posted on August 29, 2018
by Steven Lipton
3 Comments
Note: You can also watch a video of this lesson at Lynda. com and LinkedInLearning. There’s been a few changes to the storyboard in Xcode 10, some might just drive you crazy if you don’t know how to use them. Some are really cool… Continue Reading “Xcode 10 Storyboard Changes”
Category: Auto Layout and Size Classes, GUI, Improvements and bugs, iOS Development Weekly Tips, LinkedIn Learning / Lynda.com, Xcode 10Tags: embed, scroll view, stack view, Storyboards, UIScrollView, UIStackView, Xcde 10
Posted on December 11, 2014
by Steven Lipton
26 Comments
Last week we talked about cameras, one thing I’d like in my camera app is the ability to take a picture then zoom and scroll around the photo. For that, we need to use the UIScrollview. UIScrollView is a very flexible and important control… Continue Reading “Swift Swift: Using UIScrollView with Autolayout”