Post

Replies

Boosts

Views

Activity

Deeplinking
I have looked around and am confused about deep linking to a view that is not the default view, or passing information to that view which then impacts what is shown. Please help. Note: I am using the UIKit lifecycle
2
0
748
Sep ’21
Change state from other struct
I have this code:     static var viewModels = [RestaurantListViewModel]() {         didSet {             dataSet = true             print("data set")         }     } When it didSet is called, I want it to change a state in another struct, how can I accomplish this?
2
0
791
Sep ’21
Deeplinking
I have looked around and am confused about deep linking to a view that is not the default view, or passing information to that view which then impacts what is shown. Please help. Note: I am using the UIKit lifecycle
Replies
2
Boosts
0
Views
748
Activity
Sep ’21
Change state from other struct
I have this code:     static var viewModels = [RestaurantListViewModel]() {         didSet {             dataSet = true             print("data set")         }     } When it didSet is called, I want it to change a state in another struct, how can I accomplish this?
Replies
2
Boosts
0
Views
791
Activity
Sep ’21
Swift Package Issue
Hi, I am trying to install a swift package and I keep getting this error. Error When I install it any other way, I get this error: Error Any ideas on how to fix it?
Replies
4
Boosts
0
Views
2k
Activity
Aug ’21
IAP Issue
I just launched my app on the App Store and the in app purchases aren't working. Any Ideas? Code Thanks in advanced!
Replies
0
Boosts
0
Views
561
Activity
Aug ’21
IAP SkProduct issue
Hi, I have this code and the guard let storekitProduct is always returning nil, no matter what and is therefore quitting the function. How do I fix this? Thanks in advanced! Code
Replies
1
Boosts
0
Views
686
Activity
Aug ’21
Title and Description ShareSheet
I have this share sheet code and I am trying to figure out how to edit "Plain Text". ShareSheet Code
Replies
2
Boosts
0
Views
6.5k
Activity
Aug ’21