上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: iOS集成支付宝SDK支付功能iOS支付宝 界面定制支付宝在ios应用上的开发iOS集成支付宝SDK支付功能地图http://my.oschina.net/chengliqun/blog?catalog=174459https://github.com/liukunpengiOS/MKMapView... 阅读全文
posted @ 2014-07-10 00:16 huluo666 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 在Windows环境中,我们一般使用TortoiseSVN来搭建svn环境。在Mac环境下,由于Mac自带了svn的服务器端和客户端功能,所以我们可以在不装任何第三方软件的前提下使用svn功能,不过还需做一下简单的配置。我们首先来看下,如何在Mac环境下搭建svn服务器端环境。一、创建代码仓库,用来... 阅读全文
posted @ 2014-07-06 22:28 huluo666 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 注意导入头文件类方法的使用//文件名 UIColor+Expend.h 扩展方法.h@interface UIColor (Expend).m// UIColor+Expend.m #import "UIColor+Expend.h"#pragma mark - 颜色转换 IOS中十六进制的颜... 阅读全文
posted @ 2014-06-30 17:16 huluo666 阅读(145) 评论(0) 推荐(0) 编辑
摘要: iPhone代码片段收集iOS应用开发最佳实践:编写高质量的Objective-C代码 阅读全文
posted @ 2014-06-29 12:11 huluo666 阅读(106) 评论(0) 推荐(0) 编辑
摘要: iOS 调用短信、电话、邮件、浏览器等功能调用ios 调用系统发短信以及打电话功能iOS程序中调用系统自带应用(短信,邮件,浏览器,地图,appstore,拨打电话)ZYPopoverViewhttps://github.com/zyfrog/ZYPopoverView 阅读全文
posted @ 2014-06-27 15:24 huluo666 阅读(124) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2014-06-27 13:32 huluo666 阅读(0) 评论(0) 推荐(0) 编辑
摘要: iOS 使用Quartz 2D画虚线 阅读全文
posted @ 2014-06-26 23:26 huluo666 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 取消第一响应者————回收键盘UIImageView响应点击事件UIImageView响应点击事件给View添加点击事件 UIView *view = [[UIControl alloc]init]; view.backgroundColor = [UIColor redColor]; ... 阅读全文
posted @ 2014-06-26 12:19 huluo666 阅读(104) 评论(0) 推荐(0) 编辑
摘要: iOS学习之UIActionSheet的使用Download http://download.csdn.net/download/totogo2010/4343267IOS开发/iphone开发震动与播放声音Demohttp://blog.sina.com.cn/s/blog_68661bd8010... 阅读全文
posted @ 2014-06-22 23:19 huluo666 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 用xib自定义UITableViewCell的注意事项http://www.tuicool.com/articles/67bYrihttp://blog.waaile.com/ios-custom-uitableviewcell-with-xib/xib方式Cell重用 SearchCell *... 阅读全文
posted @ 2014-06-21 19:03 huluo666 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 新手教学>起步教学自定义UITableViewCellhttp://www.cocoachina.com/newbie/tutorial/2012/0612/4353.html 阅读全文
posted @ 2014-06-21 10:38 huluo666 阅读(163) 评论(0) 推荐(0) 编辑
摘要: iOS app支付宝接口调用的一点总结(补充支付宝SDK&Demo下载地址) 阅读全文
posted @ 2014-06-20 20:03 huluo666 阅读(180) 评论(0) 推荐(0) 编辑
摘要: tableview 滑动导致 NSTimer和delegate 回调停止 解决办法// request回调NSURLRequest*request=...NSURLConnection*connection=[[NSURLConnectionalloc] ... 阅读全文
posted @ 2014-06-20 19:52 huluo666 阅读(147) 评论(0) 推荐(0) 编辑
摘要: IOS用CGContextRef画各种图形(文字、圆、直线、弧线、矩形、扇形、椭圆、三角形、圆角矩形、贝塞尔曲线、图片) 阅读全文
posted @ 2014-06-20 19:45 huluo666 阅读(133) 评论(0) 推荐(0) 编辑
摘要: //#define IOS7_OR_LATER ( [[[UIDevice currentDevice] systemVersion] compare:@"7.0"] != NSOrderedAscending )- (void)setFrame:(CGRect)frame { if (I... 阅读全文
posted @ 2014-06-20 19:26 huluo666 阅读(237) 评论(0) 推荐(0) 编辑
摘要: ios7的UITableView实现ios6的圆角效果iOS7 UITableView做成类似iOS6风格在iOS7的时候我们会发现cell的默认线条会向右偏移,使左边空出了一些位置,这时候我们可以调用如下的方法来解决。这样我们的cell就会和iOS6前的一样铺满整个宽度了。if ([tableVi... 阅读全文
posted @ 2014-06-20 00:17 huluo666 阅读(643) 评论(0) 推荐(0) 编辑
摘要: http://www.cocoachina.com/ask/questions/show/102285/%20%20ios7.0%20%20%20%20%20%20%20%E6%B1%BE%20%20%C3%B4%CA%B5%20%20%20%20%C7%B0%D4%B2%20%C7%B5%20%2... 阅读全文
posted @ 2014-06-19 23:55 huluo666 阅读(118) 评论(0) 推荐(0) 编辑
摘要: IOS window(窗口)、视图(view)的学习 阅读全文
posted @ 2014-06-18 17:11 huluo666 阅读(247) 评论(0) 推荐(0) 编辑
摘要: //测试图片能否显示-(void)showMyimgview{ UIImageView *backgroundImg=[[UIImageView alloc]init]; backgroundImg.frame =CGRectMake(50, 200, 200, 100); b... 阅读全文
posted @ 2014-06-17 11:51 huluo666 阅读(456) 评论(0) 推荐(0) 编辑
摘要: [ios开发技巧之]UINavigationbar的背景修改方法集合http://blog.csdn.net/zeng11088/article/details/8981897http://www.coneboy.com/index.php?p=793.htmlhttp://blog.csdn.ne... 阅读全文
posted @ 2014-06-16 22:34 huluo666 阅读(145) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页