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 -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -