Giter Site home page Giter Site logo

Comments (5)

lorencogonzaga avatar lorencogonzaga commented on September 24, 2024

Ok I manage to connect it to Parse. I would try now load the tags from Parse to the TagWriteView.

I did it setting a column to my Object in Parse backend called tags of type Array.
Then in the view controller where it loads the _tagWriteView I deleted the line
[_tagWriteView addTags:@[@"sample tags]];

And in my method to Parse I linked _tagWriteView to tags instead of addTags(above)

PFObject *newObeject = [PFObject objectWithClassName:@"yourClassName"];
[newObject setObject:[_tagWriteView tags] forKey:@"tags"];

from hkktagwriteview.

fullc0de avatar fullc0de commented on September 24, 2024

Hello @lorencogonzaga . I apologize you for late anwser. At first, I don't have any experiences of Parse. So, I am sorry that I don't give you any idea about linking TagWriteView to Parse.

I am sure that you can make TagWriteView more useful by linking to Parse. Could you give me a pull request after finishing your work?

from hkktagwriteview.

lorencogonzaga avatar lorencogonzaga commented on September 24, 2024

Hi @fullc0de, thnx for the reply

I already had success linking it to Parse, I will post a link with a complete project and share here.

Now I need to configure the tags to pull the stored tag values from Parse.

Cheers!

from hkktagwriteview.

fullc0de avatar fullc0de commented on September 24, 2024

@lorencogonzaga
I looked for what Parse is and came to know it is amazing cloud platform.
I appreciate you letting me know about Parse. I hope that your work would end up being successful.

from hkktagwriteview.

lorencogonzaga avatar lorencogonzaga commented on September 24, 2024

Hi buddy!

Yeah, Parse is really cool plataform, the best I think. Relatively easy to start working with. I hope to succeed with my project too, thnx! But succesful or not I will definetly write thanks to you and l the others that somehow help!

Cheers!

from hkktagwriteview.

Related Issues (5)

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.