Post

Replies

Boosts

Views

Activity

Comment on Can we use the SwiftUI for every IOS app version?
in future is it possible to support sub ios 13 version? It is very unlikely to happen. The runtime needed to run features marked as Available: iOS 13.0+ are provided as part of the IOS 13.0 (or later) installed in each user's device. Whether you use UIKit together or not, SwiftUI apps would not run on previous iOS than 13.0.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jun ’21
Comment on Changing a fetch request
Is there a way to get the check to run on completion of the FetchRequest? Better start a new thread including enough code which represents the new issue. I do not understand what you want to tell with such very small fragment of code.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jun ’21
Comment on Enable Button from another Button
Depends on your code. Better start your own thread with showing your code.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on Collection view not displaying Cells
Can you show the content of ExploreData.plist? And are you sure you have added it to the target?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on Can we use the SwiftUI for every IOS app version?
in future is it possible to support sub ios 13 version? It is very unlikely to happen. The runtime needed to run features marked as Available: iOS 13.0+ are provided as part of the IOS 13.0 (or later) installed in each user's device. Whether you use UIKit together or not, SwiftUI apps would not run on previous iOS than 13.0.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on Back button removed in the navigation bar once the view loads
Thanks for reporting. If you can create a simplified project explaining this issue, it would help many readers.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on Check on FetchRequest not working
Thanks for reporting. I will try to find out what's happening, but sorry, I have not enough time as for now.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on Changing a fetch request
Is there a way to get the check to run on completion of the FetchRequest? Better start a new thread including enough code which represents the new issue. I do not understand what you want to tell with such very small fragment of code.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on Can not ForEach Int Array in Dictionary
Thanks for updating your code. I could have confirmed that your code does not cause any build-time errors, whether include your note or not. Hope this answer would help the OP.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on Can not ForEach Int Array in Dictionary
Can you show a code containing full definition of the View?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on Scene not showing full screen on iPhone
I agree. You can send a feature request using Apple's Feedback Assistant. Your request would be classified as duplicate, but the number may affect.
Replies
Boosts
Views
Activity
Jun ’21
Comment on Need help w/escaping closures for API call
Sorry, but an initializer exactly the same as existing type names is sort of misspelling and it should be an identifier exactly the same as existing type names.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
May ’21
Comment on Get data from view after it gets added on screen using ForEach
Thanks for the explanation of the usage of append. Once explained, it looks really reasonable.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
May ’21
Comment on Get data from view after it gets added on screen using ForEach
Thanks for showing your code. But with adding CheckListSheet.swift into a SwiftUI project, I get 11 errors. Too many anything else.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
May ’21
Comment on Get data from view after it gets added on screen using ForEach
Your code lacks many types and methods and is hard to run. Can you show a complete code?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
May ’21
Comment on DefaultStringInterpolation Could not allocate memory
It is very important that how you declare and set the value to domain, and also from where you call createGraphClient().
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
May ’21
Comment on DefaultStringInterpolation Could not allocate memory
When you find some weird things, there may be issues in the place where you think is normal. Better show how you pass storeDomain.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
May ’21