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
Post a Comment