gietal.net - Gieta Laksmana - Blog

software (33758) game (9151) engineer (3166) programmer (1684) gieta (2) laksmana (1) gietal (1) gieta laksmana (1)

Example domain paragraphs

10/14/2018

0 Comments

// magic functions to get the CoreData context and entity's instance let context = getContext ( ) let entity = getEntity ( ) // nil out the binary blob, so CoreData erases the file in _EXTERNAL_DATA entity . setValue ( nil , forKey : " image " ) context . save ( ) // then actually save your new blob entity . setValue ( blob , forKey : " image " ) context . save ( ) 0 Comments custom NSOutlineView disclosure button 9/1/2018