- 博客(9)
- 资源 (1)
- 收藏
- 关注
原创 iphone收藏4
如何找URL Schemeshttp://jbguide.me/2012/09/12/how-to-find-url-schemes%EF%BC%9F/
2012-11-19 14:26:08
332
原创 移动手势
http://blog.youkuaiyun.com/namehzf/article/details/7424882-(IBAction) someMethod{ UIPanGestureRecognizer *panRecognizer = [[UIPanGestureRecognizer alloc] initWithTarget:self action:@selector(move:
2012-09-12 10:39:36
331
原创 调用系统地图2
1 通过坐标跳转到google地图-(void)showGoogleMapCrood {floatlongitude = 38.892219;float latitude = -77.034674;NSString *url = [NSString stringWithFormat: @"http://maps.google.com/?q=%f,%f",longitude,l
2012-09-04 17:34:42
316
原创 调用系统自带地图
调用系统自带地图http://www.cnblogs.com/haolinks/archive/2010/10/08/1845576.htmhttp://www.devdiv.com/%E8%B0%83%E7%94%A8iOS%E8%87%AA%E5%B8%A6%E5%9C%B0%E5%9B%BE%E5%BA%94%E7%94%A8%E6%9F%A5%E8%AF%A2%E8%B7%AF%E
2012-08-29 15:25:30
325
原创 去掉Icon高光
iphone上一个个带有玻璃质感的小按钮,给了大家很好的体验。可是,有些时候,玻璃质感(高光效果)又会让我们的icon/logo看起来模糊,不清楚,不能让我们的icon独树一帜,那么现在我们要去高光(icon玻璃质感)。在项目的info.plist里面有这么一项用来去除高光效果,不过很可惜,总是不能实现我们想要的效果。这段时间,同事用的很多,所以,将这段代码分享给大家,屡试不爽的哦! --
2012-06-20 12:37:55
2413
原创 iphone开发收藏4
取图片的某一部分UIImage *image = [UIImage imageNamed:filename];CGImageRef imageRef = image.CGImage;CGRect rect = CGRectMake(origin.x, origin.y ,size.width, size.height);CGImageRef imageRefRect = C
2012-04-24 10:41:55
526
原创 iphone开发收藏3
ASIHTTPRequest的POST请求http://blog.youkuaiyun.com/yqmfly/article/details/7310189qq 表情http://www.cocoachina.com/bbs/read.php?tid=16025&page=1 分享到新浪微博http://blog.youkuaiyun.com/sjzsp/article/details/633
2012-03-24 10:38:40
520
原创 iphone开发收藏2
iPhone的特殊URLhttp://www.cocoachina.com/iphonedev/sdk/2009/0611/242.htmlIos实现amr编解码http://hhuai.github.com/blog/2012/02/05/ios-and-andorid-voice/汉字转拼音https://github.com/hhuai/ios_utilTTS使用
2012-03-10 10:58:52
456
原创 iphone开发收藏
IPhone之自定义弹出窗口http://blog.sina.com.cn/s/blog_4adf31ea0100nw42.html多个UIAlertView的使用 http://heidianfeng.blog.163.com/blog/static/61843456201082451453201/UIAlertView的各种属性、方法及代理的使用http://blog
2012-02-14 16:16:40
553
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人