Giter Site home page Giter Site logo

Comments (3)

MohamedRejeb avatar MohamedRejeb commented on June 16, 2024

I didn't try something like this, and I think that it's it is not going to work correctly. This rich editor is made to be used from Compose code not SwiftUI. But you can try this approach and see if it works, what you need to do it to call that UIViewController from your SwiftUI code as a View.
https://sarunw.com/posts/uiviewcontroller-in-swiftui/

from compose-rich-editor.

hardik-frontline avatar hardik-frontline commented on June 16, 2024

Okay, but how can I access data "richtextstate" in the iOS app?

func makeUIViewController(context: Context) -> UIViewController { return Main_iosKt.MainViewController( topSafeArea: topSafeArea, bottomSafeArea: bottomSafeArea ) }

Currently, we are creating a view controller using the above code and we are using the below function to access above main controller.

@Suppress("unused", "FunctionName") fun MainViewController( topSafeArea: Float, bottomSafeArea: Float ): UIViewController { return ComposeUIViewController { Box( modifier = Modifier .fillMaxSize() ) { App() } } }

So, how can I fetch data in this main controller from Kotlin code?

Or do I need to implement everything in Kotlin and just need to add view controller logic to display in iOS.

from compose-rich-editor.

MohamedRejeb avatar MohamedRejeb commented on June 16, 2024

The library is made mainly for Compose, I didn't try using it in a UiKit project.

from compose-rich-editor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.