Swift Face ID and Touch ID in Swift Learn how to add Face ID and Touch ID to iOS and macOS apps using the Local Authentication Framework in Swift.
UI Crop UIImage In Swift Learn how to crop UIImages in Swift to different boundaries, including centering and circular crops like social media apps.
Swift Autolayout vs Autoresizing Masks in Swift Learn when to use autolayout and autoresizing masks to create responsive user interfaces in Swift.
Swift CGPoint Examples in Swift From Lottie and Charts Learn how top Swift frameworks Lottie and Charts (44k+ combined GitHub stars) use CGPoint in Swift.
Swift Corner Radius, Shadows, and Borders in Swift Learn how to apply a corner radius, shadow, and border to all kinds of views, including UIViews, UIButtons, and UIImageViews, in Swift.
Swift UICollectionViewCell with Rounded Corners and Drop Shadow in Swift Learn how to add a drop shadow and rounded corners to a UICollectionViewCell in Swift
Swift Scale, Rotate, Fade, and Translate NSView Animations in Swift Everything you need to know about anchorPoint and layers to create smooth animations on macOS in Swift
Swift NSButton With A Gradient Background in Swift Learn how to add a gradient background to an NSButton
Swift NSButton With A Solid Background, Rounded Corners in Swift Implement a button with a background color, rounded corners, and image padding
Swift Full-Screen iOS Loading Animation in Swift Learn how to fade-in a loading animation with spinning activity indicator.
Swift Lighter and Darker UIColors in Swift Implement a UIColor extension to get lighter and darker colors from a UIColor.
Swift UITextField with Custom Text Padding in Swift Implement a UITextField with custom text spacing in Swift
Swift Animate With The iOS Keyboard In Swift Create smooth layout animations when the iOS keyboard shows and hides.
Swift Resize UIImage Without Stretching in Swift Learn how to scale a UIImage to a target size while keeping the aspect ratio the same.
Swift UIView Gradient Background in Swift Learn how to create a UIView with a gradient background in Swift.
Swift Resize UICollectionViewCells On Rotation In Swift Learn how to resize UICollectionViewCells and refresh the UICollectionView layout on rotation in Swift.
Swift Self-Sizing, Full-Width UICollectionViewCells in Swift Learn how to implement UICollectionViewCells with a constant width and autosizing height.
Swift UIIBSystemGenerated: Breaking Constraint Is Xcode AutoLayout breaking on a UIIBSystemGenerated constraint. Find out why!