Saving Transformable Types Using Core Data

Поділитися
Вставка
  • Опубліковано 27 січ 2025

КОМЕНТАРІ • 13

  • @SBSanook
    @SBSanook 3 роки тому +4

    This is easily the most clean implementation of saving colors in Core Data I have ever seen - really nice. Way better than saving a hex value and converting that, or values for RGB, etc. I am working on an app with colored tags, and I am now going to use this - so much better than what I was doing! Thanks!

  • @acerfiant
    @acerfiant 4 місяці тому

    no fucking way, i haven't tried this, but i've been trying to figure out how to UIColor, if this work, u r a saint, i couldn't find docs for this anywhere, everyone was saying... on stack over flow to create functions to convert uicolor to rgb values & save the individual r,g,b values into coredata for every color... insane

  • @nordzool3801
    @nordzool3801 11 місяців тому

    very useful, Thanks!

  • @cristiandelrio2645
    @cristiandelrio2645 Рік тому

    Very very thanks ❤❤
    Really need that.

  • @kartheekmanthoju493
    @kartheekmanthoju493 3 роки тому

    Excellent tutorial. Love your videos.🙂

  • @michaelsebsbe7741
    @michaelsebsbe7741 2 роки тому

    Thank you, I didn't know how to create a custom transformer

  • @MrSojek
    @MrSojek 3 роки тому +1

    I don't know much about the two main mobile development languages but Swift seems to be more clean and understood than Kotlin.

  • @arukshun2710
    @arukshun2710 Рік тому

    I think if you clean your build folder (so that it gets rid of the old generated files) the file) the naming conflict that causes xcode to say there are issues even thought he build succeed will go away.

  • @qianqian888
    @qianqian888 Рік тому

    thankyou

  • @vinrbi8080
    @vinrbi8080 Рік тому

    Why not just convert the color to a hex string, save that string, and then convert it back when needed?

  • @balakrishnasalla
    @balakrishnasalla 2 роки тому

    hi, please do heavyweight migration coredata please do fast