IT Nursery
Trying to add a full screen activity indicator in SwiftUI. I can use .overlay(overlay: ) function in View Protocol. With this, I can make any view overlay, but I...
  • June 3, 2022
  • 0 Comments
IT Nursery
Among the many properties of the Text view, I couldn’t find any related to text alignment. I’ve seen in a demo that it automatically handles RTL, and when placing...
  • May 28, 2022
  • 0 Comments
The new SwiftUI tutorial has the following code: struct ContentView: View { var body: some View { Text("Hello World") } } The second line the word some, and on...
  • May 11, 2022
  • 0 Comments