摘要: 使用CocoaPods管理依赖库: http://www.cocoachina.com/newbie/basic/2014/0107/7663.htmlCocoaPods 安装使用: http://zl4393753.iteye.com/blog/1838824CocoaPods安装和使用... 阅读全文
posted @ 2014-06-16 15:21 huluo666 阅读(98) 评论(0) 推荐(0) 编辑
摘要: http://tieba.baidu.com/p/1927389577 阅读全文
posted @ 2014-06-16 00:51 huluo666 阅读(115) 评论(0) 推荐(0) 编辑
摘要: iOS开发-url包含中文报错解决办法发布者:一只BT浮出来经常, 我们用通过这样的方法调用API。NSString* urlString = [NSString stringWithFormat:@"http://api.douban.com/v2/movie/search?q=%@", cont... 阅读全文
posted @ 2014-06-15 23:16 huluo666 阅读(338) 评论(0) 推荐(0) 编辑
摘要: UITabBarController 标签栏控制器-IOS开发 阅读全文
posted @ 2014-06-13 22:45 huluo666 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 解决iOS程序UI主线程和定时器相互阻塞的问题 阅读全文
posted @ 2014-06-12 22:47 huluo666 阅读(357) 评论(0) 推荐(0) 编辑
摘要: https://github.com/tonymillion/Reachability这个,是一个官方例子中抽取出来的。基本都是用这个的。有关网络传数据常规方案检查网络是否链接+(BOOL) isNetWorkReachable{ // define boolean value BOOL... 阅读全文
posted @ 2014-06-12 09:31 huluo666 阅读(313) 评论(0) 推荐(0) 编辑
摘要: MBProgressHUDhttps://github.com/jdg/MBProgressHUD 阅读全文
posted @ 2014-06-11 14:53 huluo666 阅读(89) 评论(0) 推荐(0) 编辑
摘要: UIAlertViewUIAlertView *alert = [[UIAlertView alloc]initWithTitle:@"出错了"message:@"网络连接失败,请稍后重试"delegate:nil cancelButtonTitle:@"好的" otherButtonTitles... 阅读全文
posted @ 2014-06-09 11:07 huluo666 阅读(83) 评论(0) 推荐(0) 编辑
摘要: #pragma mark 网络请求-(void)httpNetworkData{ NSString *str =@"http://115.29.177.74:8800/loose_change/login?"; NSURL *url=[NSURL URLWithString:str]; ... 阅读全文
posted @ 2014-06-09 10:13 huluo666 阅读(272) 评论(0) 推荐(0) 编辑
摘要: http://ikrboy.iteye.com/blog/2003127 阅读全文
posted @ 2014-06-04 18:39 huluo666 阅读(133) 评论(0) 推荐(0) 编辑
摘要: http://zhboy666666.iteye.com/blog/1340383由于误删除,将开发证书给弄没了,导致Certificates中更新的证书都提示此证书是由未知颁发机构签名的,不能实机调试,解决办法是重新下载AppleWWDRCA.cer地址是:http://developer.app... 阅读全文
posted @ 2014-05-31 14:17 huluo666 阅读(307) 评论(0) 推荐(0) 编辑
摘要: NSURL *newUrl=[NSURL URLWithString:[url stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]]; NSString *url=[NSString stringWithFo... 阅读全文
posted @ 2014-05-29 12:18 huluo666 阅读(136) 评论(0) 推荐(0) 编辑
摘要: xcode增加注释插件转http://blog.sina.com.cn/s/blog_8280f5ec01018d1p.html首先要下载这个服务http://www.duckrowing.com/wp-content/uploads/2011/05/xcode_doxygen_helper.tgz... 阅读全文
posted @ 2014-05-29 11:29 huluo666 阅读(146) 评论(0) 推荐(0) 编辑
摘要: -(void)creatLabel{label = [[UILabelalloc] init];label.frame=CGRectMake(60, 100, 200, 50);NSString *text = @"这是一个测试!!!";label.text = text;[labelsetNumb... 阅读全文
posted @ 2014-05-28 12:18 huluo666 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 【iOS开发】---- 手把手教你github托管代码 阅读全文
posted @ 2014-05-09 08:38 huluo666 阅读(105) 评论(0) 推荐(0) 编辑
摘要: iOS UI 框架 启动引导页面 + 主界面 文件下载 UIFrame 阅读全文
posted @ 2014-05-08 15:37 huluo666 阅读(204) 评论(0) 推荐(0) 编辑
摘要: // GuideViewController.h// Created by l.h on 14-5-6.#import @interface GuideViewController : UIViewController@end //// GuideViewController.m// Cr... 阅读全文
posted @ 2014-05-08 10:33 huluo666 阅读(729) 评论(0) 推荐(0) 编辑
摘要: 项目导入后总是缺少.a文件,如shareSDK.a,libWeChatSDK.a,libbaidumapapi.a等网上查询后知道是SVN的配置关系忽略了.a等文件的提交下面是手动修改SVN配置方法:解决方法步骤1.显示隐藏文件打开终端,输入: defaults write com.apple.fi... 阅读全文
posted @ 2014-05-08 10:20 huluo666 阅读(435) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/fangzhangsc2006/article/details/8055680ios启动界面http://blog.sina.com.cn/s/blog_68f6d53701011b0p.html关于IOS程序设置启动画面以及图标 设备主要为:IPhone设... 阅读全文
posted @ 2014-05-07 23:10 huluo666 阅读(406) 评论(0) 推荐(0) 编辑
摘要: http://www.devdiv.com/forum.php?mod=viewthread&tid=198569 阅读全文
posted @ 2014-05-06 23:18 huluo666 阅读(123) 评论(0) 推荐(0) 编辑