FleksySDK / VirtualKeyboardSDK

The simplest, fastest and most reliable way to create a virtual keyboard 💁 . (iOS and Android)
https://fleksy.com
259 stars 6 forks source link

How to use PanelView inside Fleksy keyboard (iOS) #38

Closed JainNkd closed 8 months ago

JainNkd commented 1 year ago
Screenshot 2023-03-06 at 2 11 24 PM

I need to add some custom views as header and footer in the keyboard view. Please help us with how we can use the same for iOS.

We need to integrate the TextField inside the header View too.

xevifar commented 1 year ago

Hi @JainNkd ,

We are gonna release the same behaviour for iOS in two weeks approximately. You can start using the Android one and when you finish with it the iOS will be waiting for you.

xevifar commented 1 year ago
Screenshot 2023-03-06 at 2 11 24 PM

I need to add some custom views as header and footer in the keyboard view. Please help us with how we can use the same for iOS. We need to integrate the TextField inside the header View too.

Hi @JainNkd , we have a PR example that will help you on the layout that you shared. Please check the examples here: https://github.com/FleksySDK/fleksy/tree/open-frame-example/examples

Best,

JainNkd commented 1 year ago

Hi Xevi,

Thanks for your response.

Can you please update, is it possible to change the search icon with other icon PFA screen shoots?

Screenshot 2023-04-03 at 1 32 39 PM Screenshot 2023-04-03 at 9 00 35 AM
xevifar commented 1 year ago

Hi Xevi,

Thanks for your response.

Can you please update, is it possible to change the search icon with other icon PFA screen shoots?

Screenshot 2023-04-03 at 1 32 39 PM Screenshot 2023-04-03 at 9 00 35 AM

Hi @JainNkd ,

I will start by the second image. You can change the icon yes. You can do it by overriding the UIImage like this: override var appIcon: UIImage?

For the first image, you can customise the image that you have in pink but it is not possible to customise the "X" icon yet. Background is customisable too as part of the theme.

Let me know if you need anything else. Best,

xevifar commented 8 months ago

I will close this issue as it is already possible and it's working as expected. We provide an example of this beahviour here: Example/KeyboardStyle