-
### Description
Thanks for making this macro. I'd like to use it unfortunately the generated initializer doesn't work inside the #Preview macro.
Example:
```swift
import SwiftUI
import Member…
-
Took me multiple attempts, but I finally produced an accurate-ish representation of the main landmarks page:
```dart
class LandmarksPage extends StatelessWidget {
final List landmarks;
con…
-
I use the `DrawerView`to host my SwiftUI views like so:
```
VStack{
ScrollView(.vertical){
ScrollView(.horizontal){
AnyView()
}
}
}
```
Trouble is, unless I scroll perf…
-
Add a built-in storage provider that is initialized with a fileURL, to accomodate the following use cases:
- a fileURL provided by NSDocument, UIDocument, or SwiftUI document-based APIs that points…
heckj updated
6 months ago
-
Some code guides on the internet change the example code as you scroll, e.g., LiveView Native: https://liveviewnative.github.io/liveview-client-swiftui/tutorials/phoenixliveviewnative/03-navigation-an…
-
Firstly, I would like to express my gratitude to the individuals who have contributed to this fantastic package.
I am currently attempting to create an application using Core ML, but I am facing so…
-
Hi,
Thanks for the awesome repository! It is a great source for beginners in IOS development to learn the basics of Architecture in SwiftUI Programming!
I was wondering based on your current so…
-
## Current issue
I wanted to propose to extend [Xcode Integration documentation](https://github.com/mozilla/uniffi-rs/blob/main/docs/manual/src/swift/xcode.md) by section that explain possible issues…
-
swiflint adding incorrect spaces, i dont know if is a configuration issue or a bug in swiftlint, thanks for helping me
for example
func getIcon() -> UIImage ?{
func getIcon() -> UIImage? {…
-
[GetSizeDemo.zip](https://github.com/user-attachments/files/15509268/GetSizeDemo.zip)
In the Demo above, the `onChange` only be called with xcode run. It is not called after injection.
TMTBO updated
6 months ago