I have, for exa, “Facebook” button in SocialWeb.xib. I want that if user clicks on that button, the webview, defined in another View.xib, should view Facebook page. What is the code for View.xib that I must write?
I have, for exa, Facebook button in SocialWeb.xib . I want that if user
Share
I think you should coordinate this event via your controller, anyway. Can’t say exactly what to do without your code. Try this