Multitenancy Techniques for the UI in ASP.NET Core
Explains techniques for implementing multitenant UI customization in ASP.NET Core, including tenant-specific views and conditional content.
Explains techniques for implementing multitenant UI customization in ASP.NET Core, including tenant-specific views and conditional content.
A playful macOS app that adds animated, cursor-following eyes to your menu bar for a touch of whimsy.
A SwiftUI tutorial on creating a custom LabelStyle to tint only the icon, leaving the text color unchanged.
How to hide the iOS home indicator in SwiftUI 4 using the new persistentSystemOverlays modifier, with backward compatibility tips.
A guide to creating SwiftUI sheets that don't dim the underlying view, enabling interactive overlays like Apple Maps.
A guide to removing the border and shadow from the bottom tab bar in React Navigation for React Native apps.
A tutorial on adding a custom notification badge with a count to a UIBarButtonItem in iOS, using a UIButton and UILabel.
Explains how to properly implement UIAppearance for custom iOS views, covering common pitfalls and internal mechanisms.