iOS Adaptive Layout with AutoLayout Rotation tips
If you had a ScrollView as root view of UIViewController, you might see your layouts deranged when view size changing (rotating). If you don't have this »
If you had a ScrollView as root view of UIViewController, you might see your layouts deranged when view size changing (rotating). If you don't have this »
When contents inside UIScrollView been trimmed away by flat edges, it looks looks weird on blurred view. All we need to do is customize mask layer »