How to maintain a session in objective-c?

后端 未结 4 1399
鱼传尺愫
鱼传尺愫 2020-12-29 16:45

So i got the following problem:

I got a login viewcontroller and a form viewcontroller. On the login viewcontroller, i am sending a POST request to a PHP script whic

4条回答
  •  萌比男神i
    2020-12-29 17:28

    Yeah ASI HTTP Request is derived basically from NSURL class only..u need not worry about HTTP call back.just store those values in plist of use sqlite for complex and huge data storage purpose

提交回复
热议问题