Tencent TDS Service
Tencent TDS Service
Nov 2, 2017 · Mobile Development

Advanced iOS Auto Layout: Runtime Changes, Gestures, Dynamic Type & Safe Area

This article walks iOS developers through six advanced Auto Layout techniques—including runtime constraint changes, touch‑tracking gestures, Dynamic Type support, Safe Area usage, proportional positioning with spacer views, and adaptive Stack View layouts—providing code samples, Interface Builder tips, and practical examples.

Auto LayoutInterface BuilderSwift
0 likes · 21 min read
Advanced iOS Auto Layout: Runtime Changes, Gestures, Dynamic Type & Safe Area
Aotu Lab
Aotu Lab
Mar 31, 2016 · Mobile Development

Easily Add Rounded Corners in Interface Builder with @IBInspectable

This guide shows how to set view corner radius directly in Interface Builder using @IBInspectable, covering simple code approaches, runtime attributes, Swift extensions, and Objective‑C categories, with full code examples for both Swift and Objective‑C implementations.

Corner RadiusIBInspectableInterface Builder
0 likes · 5 min read
Easily Add Rounded Corners in Interface Builder with @IBInspectable