Pierre TACCHI

Results 16 comments of Pierre TACCHI

They'll come back after I took care of some core functionalities 😉

I plan to release 2.0 first and think about localization later. I haven't done any localization so far on macOS/iOS project so it definitively is a good idea to do...

The best way to solve this is to use affine transform : ``` let t = CGAffineTransform(translationX: 0.5, y: 0.5) .rotated(by: CGFloat.pi / 2) .translatedBy(x: -0.5, y: -0.5) .translatedBy(x: 1.0,...

Hi @vaclavpavek, As you may know life happens and sometimes you don't have the time to do all the things you'd like to. Right now I don't have no time...

Since we subclass `UIHostingController` you can override all its [methods](https://developer.apple.com/documentation/swiftui/uihostingcontroller#). I was able to know if events and touches should be passed to the `UIButton` but unable to actually pass...

I provided a fix for this in #6. You can use it until it's merged.