Post

Replies

Boosts

Views

Activity

Reply to Object Detection when placed on display
Hi my project outline is, I will be given one or more toys. I need to include few music files in my project. I need to place a toy on the display of an iPhone. Based upon the toy placed I need to run a music file.. if I place toy1 , need to play music file1. if I place toy2 , need to play music file2 etc.... Is this kind of app possible in iPhone? what are the things need to be considered?
Sep ’22
Reply to Is it possible to add new swift viewController in objective C Project?
Hi, Thanks for your reply. Yes. i have difficulty in adding new swift file in my project. Once i add a new swift view controller in my objective C Project, it asked me to add bridging file. I added it. And then , I imported "MyProjectName-Swift.h" in my ObjectiveC File. When i build the project, it fails and shows errors " '#pragma clang attribute pop' with no matching '#pragma clang attribute push' " " Expected 'language' , 'definedin' or generatedDeclaration " in "MyProjectName-Swift.h" Pls help to solve this issue
Dec ’20