ios - Can't create trigger in Realm -


i'm using realm in ios, have user table , history table.when user table's record updated or created,i want create trigger save event in history table.

check out notifications section of realm documentation. should use notification token listen changes made user table , run code saves event history table in notificationblock of token.


Comments

Popular posts from this blog

ios - Memory not freeing up after popping viewcontroller using ARC -

Java JSoup error fetching URL -

webstorm - PhpStorm file cache conflict with TypeScript compiler -