augmented reality - ios - Hide a view but still enable user interaction on it -
tl;dr: possible hide view keep interaction on enabled?
the case i'm facing i'm running ar session ar sceneview allows user drop blocks , other items onto screen. able render ar sceneview video. issue while i'm rendering video, ar objects seem speeding up. i've determined problem renderer forcing sceneview speed rate @ it's generating images.
i have access these images , figured decent solution display imageview , hide sceneview while i'm recording, can update image view latest snapshot ar, issue becomes can't click on ar sceneview anymore add objects ar scene. if can hide sceneview still allow touches on fix problem.
any appreciated
instead of hiding view why dont set background color clear
Comments
Post a Comment