After running though its not throwing any error, but I am not able to see any button on top of webview loaded by archview.
Please help!!
Thanks,
Yash
A
Andreas Schacherbauer
said
over 7 years ago
Hi Yash, Did you try to use Xcode visual debug tools to verify where your button is in the view hierarchy? Have you considered using auto layout? Because our SDK view is a standard UIView subclass, you can add any other UIView (like UIButton) subclass on top of it.
Yash Jain