Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

SwiftUI Example App #145

Open
amirsaam opened this issue Oct 23, 2022 · 6 comments
Open

SwiftUI Example App #145

amirsaam opened this issue Oct 23, 2022 · 6 comments

Comments

@amirsaam
Copy link

amirsaam commented Oct 23, 2022

Hey,
Thanks for your great framework!

The only thing is, me (and many other I assume), we are not a StoryBoard & UIKit user and have (very) limited knowledge about them, personally I cannot read those correctly, can you please make a SwiftUI example?
I'll appreciate it.

Regards

@amirsaam
Copy link
Author

Sorry for bothering, but will we see one?

@mironal
Copy link
Owner

mironal commented Oct 31, 2022

Thanks for the request. I would like to add a SwiftUI sample, although it is difficult to create one right away.

@amirsaam
Copy link
Author

Thanks for answering. There is no rush, I was just making sure about the possibility of it.

@juanjovn
Copy link

juanjovn commented Nov 1, 2022

Hi @amirsaam,
As long as you can deal with MVVM pattern you'll have no problem implementing this library for your needs.
I'm currently building an app in SwiftUI using TwitterAPIKit, holding the logic that I need from Twitter in a Manager class, (where I import this library) and injecting it to the proper view models.
You can handle the asynchronism with async-await, completion handlers or in my case I'm using Combine.
Hope it helps!

@amirsaam
Copy link
Author

amirsaam commented Nov 1, 2022

@juanjovn Thanks for the explanation! Much appreciated.

@amirsaam
Copy link
Author

amirsaam commented Jan 6, 2023

Any update for this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants