Hi , i am having the object data in which current datasource item is stored in forms. I need to map the item to native item.
NSObject obj = (NSObject) data;
It shows the error as cannot convert object to NSObject and Cast is not applicable .
Anyhelp is appreciated