swift - MapView over UITableViewCell -


i'm trying have mapview cover entire uitableviewcell , disable user activity on mapview, still have cell clickable. however, mapview (even though sent subview back) intercepting user clicks , causing didselectrow method never called.

you can try way below:

you add view above mapview , set background color clearcolor. think resolve problem.


Comments

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

Cross-Compiling Linux Kernel for Raspberry Pi - ${CCPREFIX}gcc -v does not work -

java.lang.NoClassDefFoundError When Creating New Android Project -