odyshewroman / AndroidTVRemoteControl

MIT License
31 stars 9 forks source link

Can I use this in swiftUI #29

Closed Coger541 closed 4 months ago

Coger541 commented 4 months ago

Hello, Sorry for this silly question as I am a noob in iOS development.

I wanna just ask that this library is made in UIKit so can I use this library in my SwiftUI project ?

odyshewroman commented 4 months ago

Yes. There are no any UIKit imports or requirements. Just one thing, I use GCD for concurrency, but you can add necessary functions as extension and implement structured concurrency approach.

Coger541 commented 4 months ago

Hello @odyshewroman Thanks man

If I understand it correctly then if I don't want structured concurrency approach then still can I use this library into my SwiftUI without any change in project ?

odyshewroman commented 4 months ago

Yep

Coger541 commented 4 months ago

Ok thanks