ios - Can't select view controller or cells on iPad simulator -


i'll try keep short , sweet. have universal storyboard , application runs on iphone. i'm having issue though have view controller 2 containers, contain separate tableviewcontrollers.

on ipad simulator top table view controller works fine yet bottom not scroll or select cells. again, works on iphone simulator.

i cannot life of figure out whats causing this. run similar?

thanks

your view might covered view. make sure view stays in front, can use

[self.view bringsubviewtofront:yourview]; 

Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

gradle error "Cannot convert the provided notation to a File or URI" -