- Categories
- 好友博客
- 常泡的论坛
- 常用手册工具
- 母校&&同学校友
- 网络大牛
几个常用的开源类库及下载地址:
1.json json编码解码
2.GTMBase64 base64编码解码
3.TouchXML xml解析
4.SFHFKeychainUtils 安全保存用户密码到keychain中
5.MBProgressHUD 很棒的一个加载等待特效框架
6.ASIHTTPRequest http等相关协议封装
7.EGORefreshTableHeaderView 下拉刷新代码
8.AsyncImageView 异步加载图片并缓存代码
9.类似setting的竖立也分栏程序
AppStore软件排名相关,工欲善其事,必先利其器。
1.下载排名相关:appannie
2.用户行为分析:flurry
3.majicrank-各国排名查询工具
4.AppViz-App销售统计软件
5.PodViz-用户评论等查看工具
6.appfigures-报表统计分析工具
7.我成立的一个帮助开发者推广app的评测站:苹果I派党
以下内容纯属个人瞎扯:
对公司:
短期投资iphone,
中期投资做Android,
估计未来应该是html5的天下了.
Zynga刚刚收购了HTML5游戏引擎公司Dextrose AG ,可以预计明年的HTML5应用将飞速增加
开发者使用HTML5的优势是可以将游戏编码移植到多个平台
对个人开发者而言:
短期做iphone赚钱,赚了钱再投入到Android或html5上面去.
好久没更新博客了.最近太忙了,进度很不顺.唯一感到欣慰的是产品获得认可,被苹果邀了宣传画,可惜最后没有上推荐.
最近appstore中国区改版,偶的生活查询获首页推荐,感谢apple,感谢apple fans,打算重写UI,更美观点.去掉一些没有实际用途的功能.

再接再励吧,希望英文app卖的好才是王道.
可怜的小狗狗,还没开眼就被人遗弃,被偶一个好心的同事捡到收养了,也算有了归属.上图图:
附带一奶瓶,由此可见主人也不是很残忍,那为什么要遗弃呢?
很棒的一篇关于Universal程序的心得,原文地址:http://iphonedevelopment.blogspot.com/2010/04/converting-iphone-apps-to-universal.html
(需翻墙)
Well, the NDA has finally lifted, so we can start talking about iPhone SDK 3.2 and the iPad. The logical starting place seemed to be how to convert your existing applications into a “Universal App” that runs natively both on the iPad and the iPhone/iPod touch. Now, a lot of you have likely already had to figure this stuff out so you could get your updated app on the[......]
Some information on socket implementation on the iPhone, because I’ve found no information on the web and think this could be useful for others as well. Caution: More often than not you only want to get the contents of an URL, for this simply use the following:
But if you in fact want to connect low level to a socket and read/write the bytes themselves you can get it running like this:
竖屏SplitView,类似系统的setting程序,一个demo。
看到cc很多人在问,发下。
相关讨论:
http://www.cocoachina.com/bbs/read.php?tid-25636-page-1.html
这个讨论内容可能用的上(右边多个控制器相关):
http://www.cocoachina.com/bbs/read.php?tid-24466.html
源码demo:
下载
最近写iPad下iWebmaster中portscan用到的,备份记录下,大致核心部分如下:
在使用TCP的connect连接服务器时,在默认情况下系统使用的是阻塞式socket,如果服务器当前不可用,则connect会等待知道超时时间到达,而这个超时时间是系统内核规定的,并不能使用setSocketOpt来设置,这个函数只能设置send和recv的超时,为了能够随意控制connect的超时时间,可以使用select。大致的过程就是先将socket设置成非阻塞,使用select去轮询套接口,再根据套接口去判断连接状态。
偶的生活查询for iPad 上线3天登上了中国区付费棒首,小小的祝贺一下.我会一直用心做好产品,做好服务的,感谢Apple,感谢AppStore,感谢所有Apple fans.

首页在view1的控制器初始化init方法里加上观察者模式方法:
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(reloadChat:)
name:@”reloadChat” object:nil];
-(void)reloadChat:(id)sender{}
在view2里的button添加用来触发view1的reloadChat方法:
[[NSNotificationCenter defaultCenter] postNotificationName:@”reloadChat” object:self];
—END—
最新评论
Comment By HIGHWAY MAINTENANCE
Comment By Village Voice Media
Comment By Lincoln MOT
Comment By Village Voice
Comment By Village Voice Media Holdings
Comment By Village Voice
Comment By broken nose injury
Comment By Lincoln MOT
Comment By southern dunes florida
Comment By injury compensation calculator
Warning: file_put_contents(/data/www/www.ieliwb.com/wp-content/plugins/showlist/cache/cache_mdv_recent_comments.php) [function.file-put-contents]: failed to open stream: Permission denied in /data/www/www.ieliwb.com/wp-content/plugins/showlist/showlist.php on line 70