I have two questions which make me in trouble.
- I drap a UIWebView on UIView,then I can’t get the touch events,the one I can get is just from UIView.
- Does iphone can run app just when it had installed? The other way,Can it launch itself at once when it finish installation.
Q 1.
It because UIWebview eat touches, So touch does not get in UIView.
And if you need touch you need to subclass your application window with method,
Q 2. I have no idea