开发者

Xcode UIView for every link that is clicked

Hi

I want to create an app that displays a web site and to be able to open the link in a new session of the UIView every time a user clicks on a link.

I need it to act like that because i want to create an effect whenever the UIView loads and i don't want to create tons of UIView for all of the pages.

Actually, i already displayed a website with the uiview but i cant control how the uiview appears after a link is selected and i cant change the site code.

Does anyone know how to do it inside a tab bar app on xcode?

T开发者_StackOverflow中文版hanks


I know if you use UIWebViewDelegate and the methods appropriately to stop the link loading and open the link in a new View.


i used a webview for each tab and it worked.
I've used this method because it was more accessible and it loaded
all of the webviews
together instead of loading one.
Thanks

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜