自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(12)
  • 收藏
  • 关注

原创 oc和h5交互

前提:在iOS控制器中加载UIWebView,设置代理,遵守UIWebViewDelegate协议。      一、iOS调用JS方法    通过iOS调用JS代码实现起来比较方便直接调用UIWebView的方法- (nullable NSString *)stringByEvaluatingJavaScriptFromString:(NSString *)script;

2016-08-27 10:25:46 643

转载 TableView优化之高度缓存

来自http://blog.csdn.net/qq_30513483/article/details/51674231

2016-07-24 21:51:21 284

转载 iOS之Reachability和AFN判断网络连接状态

来自http://www.bubuko.com/infodetail-427908.html 1.Reachability // 监听网络状态改变的通知 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(networkStateChange) name:kReachabilityChangedN

2016-07-24 17:22:03 513

转载 iOS QQ第三方登实现

来自 http://blog.csdn.net/lwjok2007/article/details/46422951 我们经常会见到应用登陆的时候会有QQ,微信,微博等的第三方登陆 如图: 下面我们主要讲一下qq的第三方登陆如何实现 首先,到官网注册: http://wiki.connect.qq.c

2016-07-20 10:39:27 233

原创 使用友盟组件报错

Undefined symbols for architecture armv7:   "_OBJC_CLASS_$_CTTelephonyNetworkInfo", referenced from:       objc-class-ref in TencentOpenAPI(MTA4QCHelper.o)   "___gxx_personality_sj0", referen

2016-07-18 22:26:59 362

转载 iOS调用系统相册、相机 显示中文标题

来自   http://blog.csdn.net/lwjok2007/article/details/50848644

2016-07-15 10:07:38 142

原创 linker command faild with exit code

http://www.reader8.cn/jiaocheng/20131022/2003334.html http://blog.csdn.net/chengwuli125/article/details/25051741

2016-07-12 17:17:12 171

原创 xcode注释插件

https://github.com/onevcat/VVDocumenter-Xcode

2016-07-11 11:56:22 144

原创 icon右上角显示数字 ios8.0

UIUserNotificationSettings *settings = [UIUserNotificationSettings settingsForTypes:UIUserNotificationTypeBadge categories:nil];          [[UIApplication sharedApplication] registerUserNoti

2016-07-08 18:13:59 229

原创 Block的使用

Main.m // //  main.m //  05-block // //  Created by Apple on 14/12/2. //  Copyright (c) 2014年 itcast. All rights reserved. // #import #import "CZPerson.h" /*   block 是一种数据类型,封装代码  

2016-06-30 11:31:16 161

转载 iOS面试题

转载http://www.360doc.com/content/14/0522/10/8772388_379844601.shtml 360.doc上的面试题 http://www.360doc.com/content/14/0522/10/8772388_379844601.shtml

2016-06-30 11:26:55 141

原创 BLOck的简单使用

#import @interface Twoviews : UIView typedef void(^IWSettingItemOption)(); - (void) showData:(NSIndexPath *)indexPath;; //- (void)showData:(NSIndexPath *)indexPath; @property (nonatomi

2016-06-30 10:59:21 254

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除