原文:iphone开发 cookie处理

You can use the NSURLConnection class to perform a HTTP request to login the website, and retrieve the cookie. To perform a request, just create an instance of NSURLConnection and assign a delegate ob ...

2012-02-12 21:44 0 4966 推荐指数:

查看详情

iphone开发-多线程

+ detachNewThreadSelector:toTarget:withObject: 和 - performSelectorInBackground:withObject: 的效果基本一致,如 ...

Sat Feb 11 05:09:00 CST 2012 0 3963
iphone开发笔记目录

自学Iphone有段时间了,现把博客中iphone开发相关整理一下,方便后人查看: 1 hello world 1.1 第一iPhone程序-Hello World 1.2 IOS SDK介绍 1.3 修改iOS工程属性 2 ios UI基础 2.1 增强版 ...

Sun Oct 21 06:53:00 CST 2012 5 4117
iphone/ipad前端开发技巧

iPad开发的局限性 在iPad上使用Safari浏览普通网站网页的时候,网页因为太大而导致需要手动放大缩小或者滑动,虽然这种滑动行为在iPad上市之初的各种宣传中被津津乐道,但时间久了我们还是会发现这样做并不方便,给用户带来的感受并不十分好。 不支持Flash 在没有越狱的iPad ...

Fri Mar 02 07:49:00 CST 2012 1 7050
iPhone开发之全景展示(panoramagl)

最近工程中用到720度全景展示,网上已经有前人给种好树了,很不错的封装。使用起来很是方便... 两个下载地址:http://code.google.com/p/panor ...

Wed Nov 21 00:25:00 CST 2012 1 3609
iOS开发适配iPhone和iPad

参考链接:https://www.jianshu.com/p/9a07dd02841f https://www.jianshu.com/p/71c57cc9f6b2 https://www.cnb ...

Wed Jul 29 17:11:00 CST 2020 0 629
iPhone开发之NSLog使用技巧

// 以release模式编译的程序不会用NSLog输出,而以debug模式编译的程序将执行NSLog的全部功能。 #ifndef __OPTIMIZE__# define NSLog(...) N ...

Fri Aug 24 22:06:00 CST 2012 0 4001
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM