会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
HEJJY
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
下一页
2017年5月4日
iOS 使用系统定位功能
摘要: http://www.jianshu.com/p/ef6994767cbb
阅读全文
posted @ 2017-05-04 17:34 HEJJY
阅读(154)
评论(0)
推荐(0)
2017年5月2日
iOS9 3D Touch使用
摘要: http://www.cnblogs.com/zhanglinfeng/p/5133939.html
阅读全文
posted @ 2017-05-02 11:15 HEJJY
阅读(142)
评论(0)
推荐(0)
2017年4月26日
iOS10.3 UILable中划线失效问题
摘要: iOS10.3系统的一个Bug,在UILable中含有中文时,中划线会失效 NSString *priceStr = [NSString stringWithFormat:@"%.2f元",payInfo.originalPrice]; 1、原来添加中划线方式(在iOS10.3系统后失效) // N
阅读全文
posted @ 2017-04-26 13:55 HEJJY
阅读(353)
评论(0)
推荐(0)
2017年4月25日
React-Native开源项目学习
摘要: https://github.com/liuhongjun719/react-native-DaidaiHelperNew 借贷助手https://github.com/liuhongjun719/react-native-BabyHealth- 仿宝宝健康https://github.com/ni
阅读全文
posted @ 2017-04-25 14:08 HEJJY
阅读(475)
评论(0)
推荐(0)
2017年4月19日
iOS应用崩溃日志分析
摘要: http://www.cocoachina.com/industry/20130725/6677.html
阅读全文
posted @ 2017-04-19 16:43 HEJJY
阅读(117)
评论(0)
推荐(0)
2017年4月18日
ios导航栏问题
摘要: http://m.blog.csdn.net/article/details?id=47395605
阅读全文
posted @ 2017-04-18 17:25 HEJJY
阅读(149)
评论(0)
推荐(0)
2017年4月13日
iOS UIWebview添加请求头的两种方式
摘要: 1、在UIWebviewDelegate的方法中拦截request,设置request的请求头,废话不多说看代码: - (BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navi
阅读全文
posted @ 2017-04-13 11:18 HEJJY
阅读(7160)
评论(0)
推荐(0)
2017年4月6日
iOS改变UIAlertView、UIActionSheet、UIAlertController系统字体颜色
摘要: 废话不多说,直接上代码,效果是最好的说服力 1、改变UIAlertView字体颜色 [UIView appearance].tintColor = [UIColor greenColor]; 由于在iOS 8推出UIAlertController取代UIAlertView,关于UIAlertCont
阅读全文
posted @ 2017-04-06 14:00 HEJJY
阅读(1743)
评论(0)
推荐(0)
2017年3月22日
iOS 设置字体样式
摘要: 1、iOS设置字体样式 label.font = [UIFont fontWithName:@"Arial-BoldItalicMT" size:24]; 字体名如下: Font Family: American TypewriterFont: AmericanTypewriterFont: Ame
阅读全文
posted @ 2017-03-22 19:38 HEJJY
阅读(3591)
评论(0)
推荐(0)
2017年3月10日
UIWebview加载H5界面侧滑返回上一级
摘要: 一、UIWebview的发现 问题发现:当UIWebview王深层次点击的时候,返回时需要webView执行goBack方法一级一级返回,这样看到的webView只是在该界面执行刷新,并看不到类似iOS系统那样的侧滑返回上一级。 实现思想:我们可以从第一级开始对每一级webView加载的内容,截取屏
阅读全文
posted @ 2017-03-10 10:55 HEJJY
阅读(2262)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
下一页
公告