Saving Transformable Types Using Core Data

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 13

  • @SBSanook
    @SBSanook 2 роки тому +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 2 місяці тому

    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

  • @cristiandelrio2645
    @cristiandelrio2645 10 місяців тому

    Very very thanks ❤❤
    Really need that.

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

    Excellent tutorial. Love your videos.🙂

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

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

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

    very useful, Thanks!

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

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

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

    thankyou

  • @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.

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

    hi, please do heavyweight migration coredata please do fast

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

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