Posts

Post not yet marked as solved
5 Replies
Hi, We are struggling with a similar problem in our tvOS app. Everything seems working good until we show a view controller in a container view. There are gesture and UIPress delegate method implementations in this view controller. When we pop this view controller, all did select methods(table view, collection view) in the project are not called however focus and button action behaviours are working properly. Did you find a solution ?Thanks.