Post not yet marked as solved
Post marked as unsolved with 6 replies, 1,731 views
Code snippet:
NSData* itemData = itemDict[(NSString*)kUTTypeData];
As per recommendation when I use UTTypeData instead of kUTTypeData, I am getting error.
If someone facing the same issue and got any resolution, please let me know.