I have to question for you.
1 : I'm using UIWebView
s in my iPhone App. I wan't the users be able to add comments in the news. But, to comment they have to log-in.
If not, how can I accept cookies in UIWebView
s ?
2 : Are the cookies created in on UIWebView
available in others UIWebView
in an other View ?
Ex : I have my LoginViewController
, with an embedded UIWebView
, where my user can login/logout. If they log-in in this view, the cookie will be still available in the CommentViewController
?
If not, how can I make this possible ?
Thanks in advance !
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…