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

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -