|
You are here |
www.hackingwithswift.com | ||
| | | | |
nilcoalescing.com
|
|
| | | | | Make your views and controls fit perfectly within their containers using new SwiftUI APIs in iOS 26 such as the ConcentricRectangle shape and the containerShape() view modifier. | |
| | | | |
ashishkakkad.com
|
|
| | | | | SwiftUI announced in WWDC 2019. It's an innovative, exceptionally simple way to build user interfaces across all Apple platforms with the power of Swift. In previous blog I have shared some references from apple documents. We will learn it by examples. First of all let's start with simple UI. Create New Project Create new project ... Read more | |
| | | | |
swiftwithmajid.com
|
|
| | | | | During WWDC 23, SwiftUI introduced a new view modifier called visualEffect. This modifier allows us to attach a set of animatable visual effects by accessing layout information of the particular view. This week, we will learn how to use the new visualEffect view modifier in SwiftUI. | |
| | | | |
www.vadimbulavin.com
|
|
| | | Learn four techniques of unit testing concurrent code in Swift using the XCTest framework: mocking, test before & after, XCTestExpectation, busy assertion. | ||