Abdullah Kardaş

Results 19 issues of Abdullah Kardaş

Hi thanks for this library. Is it possible to use this in SwiftUI in a way? ``` `struct myBounceButton: UIViewRepresentable{ func makeUIView(context: Context) -> PopBounceButton { let myBtn = PopBounceButton()...

Do you have any plan to support SwiftUI in IOS?

![Screenshot 2023-12-14 172926](https://github.com/SmartToolFactory/Compose-BeforeAfter/assets/28716129/1817765f-2196-47ca-b5a0-81a8a23da631)

What is the proper way to use different transitions in voyager? Below code didn't work for me. ``` Navigator(HomeScreen) { navigator -> if (navigator.lastItem.key == DetailScreen(name = "").key) { FadeTransition(navigator)...

transitions

### Problem I want to store images in Bitmap in list but realm is not supporting Bitmap ``` class ImageData : RealmObject { @PrimaryKey var _id: ObjectId = ObjectId.invoke() var...

O-Community
Waiting-For-Reporter
SDK-Use:Local
Importance:Nice

When I upload a multicolor SVG icon it couldn't convert colors.

enhancement

I copied java files from library. I used as you show however it just shows a red view. I think you couldnt give enough info to use this library