|
You are here |
nerdyak.tech | ||
| | | | |
sarunw.com
|
|
| | | | | Learn a crucial concept in SwiftUI, view modifier, and a guide of how to create your custom modifier. | |
| | | | |
nilcoalescing.com
|
|
| | | | | Use the accessibilityShowButtonShapes environment value to change the appearance of custom buttons and links embedded in Text views to make them more accessible. | |
| | | | |
swiftwithmajid.com
|
|
| | | | | Button is one of the regularly used components in SwiftUI. We use buttons to allow users to produce actions. That's why it is so essential to generalize the look and feel of buttons in our apps. This week we will master buttons in SwiftUI. We will learn how to customize the look and feel of our buttons. | |
| | | | |
www.iamsim.me
|
|
| | | One of my favorite things in UIKit is UICollectionView. I love how versatile it is. With iOS 13 it got even better with the diffable data source and compositional layout APIs. However, when dealing with collection views there's a lot of boiler plate one has to take care of. In this post I want to share some of the code I've written to make working with collection views a bit nicer. | ||