Richard Topchii

Results 133 comments of Richard Topchii

Удачи, очень интересно увидеть этот проект! У меня была такая же идея, я ее предложил в чате: https://t.me/FlipperHackathon2021/853

I can confirm, this is a UI issue and the first item is obscured by the gray search bar. When trying to pull the list a bit down, the first...

@huytd could you provide the JSON you're using? I see such popovers only at the bottom: ![image](https://cloud.githubusercontent.com/assets/8013017/22357553/ff45dfc4-e449-11e6-9ff9-bd562fbfab09.png)

@jeffreyjackson , @3lvis I've debugged the issue and found out that the problem is in this method: ``` Objective-C - (void)fieldWithID:(NSString *)fieldID includingHiddenFields:(BOOL)includingHiddenFields completion:(void (^)(FORMField *field, NSIndexPath *indexPath))completion { ```...

Hi Thanks for the question. SwiftUI support is planned.

Go with UIKit when working with CalendarKit. You can code the rest of your app in SwiftUI.

I keep the issue open as the SwiftUI for CalendarKit is still planned to be implemented.

https://stackoverflow.com/questions/64432749/can-i-use-view-controller-calendarkit-in-swiftui-application

Hi, please refer to the link I've posted and develop the code to bind CalendarKit with SwiftUI and then wrap it into SwiftUI view. More SwiftUI support is coming soon.