I am creating this app where I want to share my CoreData "data" to my keyboard extension. Keyboard is made of tableview same as of containing app, so if I add new data in my containing app (that stores in core data) I want it to load in my keyboard's tableview.
(I am little new to this)
(I am little new to this)