会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
原码
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2017年2月23日
The request was denied by service delegate (SBMainWorkspace) for reason: Uns
摘要:
阅读全文
posted @ 2017-02-23 09:43 原码
阅读(473)
评论(0)
推荐(0)
2017年2月19日
cocoapod [!] /usr/bin/curl -f -L -o /var/folders/dj/yccslvys6tb53k2vz87djfsh0000gn/T/d20170219-12508-z77a4l/file.zip https://github.com/kylefleming/opencv/releases/download/3.1.0-ios-fix/opencv2.fram
摘要: [!] /usr/bin/curl -f -L -o /var/folders/dj/yccslvys6tb53k2vz87djfsh0000gn/T/d20170219-12508-z77a4l/file.zip https://github.com/kylefleming/opencv/rele
阅读全文
posted @ 2017-02-19 12:58 原码
阅读(3485)
评论(0)
推荐(0)
2017年1月14日
使用webview加载html图片、表单超屏幕问题
摘要: webView加载html代码时,使用webView自带的 scalesPageToFit 可以解决图片所带来的超过屏幕问题;但是,所带来的问题就是文字变小了,怎样让图片边小,并且文字还是原来html里大小? 只需加上一段代码就OK。 [self.webView loadHTMLString:[NS
阅读全文
posted @ 2017-01-14 11:33 原码
阅读(1541)
评论(0)
推荐(0)
2016年11月30日
uiwebview 加载html时字体变小 加载前或加载后改变字体大小
摘要: 为加载时添加代码 30设置的字体大小 strings HTML代码 注意:如果设置了style必须把font去掉,不然没效果 有table也没效果 margin 距离边界距离 适合自适应高度 NSString *string = [NSString stringWithFormat:@"<html>
阅读全文
posted @ 2016-11-30 14:30 原码
阅读(404)
评论(0)
推荐(0)
2016年11月28日
uitabbarController tababr 上方横线隐藏
摘要: 在自定义的tabbarController里加上这一句就ok [[UITabBar appearance] setShadowImage:[UIImage new]]; [[UITabBar appearance] setBackgroundImage:[[UIImage alloc]init]];
阅读全文
posted @ 2016-11-28 10:04 原码
阅读(457)
评论(0)
推荐(0)
2016年11月16日
uinavigationcontroller uinavigationbar 下方横线去除
摘要: #import "QKBaseNavigationController.h" #define fontSize 19 @interface QKBaseNavigationController ()<UIGestureRecognizerDelegate> @property (nonatomic,
阅读全文
posted @ 2016-11-16 16:38 原码
阅读(356)
评论(0)
推荐(0)
2016年11月15日
贝赛尔曲线 绘制园
摘要: 自定义view .h @interface MSProgressView : UIView @property (nonatomic, assign) CGFloat progress; @end .m - (void)setProgress:(CGFloat)progress { _progres
阅读全文
posted @ 2016-11-15 13:55 原码
阅读(158)
评论(0)
推荐(0)
2016年11月10日
Code Sign error: No code signing identities found: No valid signing identities
摘要: Code Sign error: No code signing identities found: No valid signing identities 解决办法:如果证书可获取,最简办法就是把所有证书全删了,直接真机运行请求证书完毕就OK 或者将真机测试相关证书删了,重新下载导入,真机运行。
阅读全文
posted @ 2016-11-10 15:23 原码
阅读(310)
评论(0)
推荐(0)
iPhone doesn’t support any of GongShangJ.app’s architectures. You can add iPhone’s armv7s architectu
摘要: iPhone doesn’t support any of GongShangJ.app’s architectures. You can add iPhone’s armv7s architectu
阅读全文
posted @ 2016-11-10 14:43 原码
阅读(452)
评论(0)
推荐(0)
2016年9月20日
iOS 解决文本(uitextfield/uitextView)在中间显示而不在顶部显示 问题
摘要: 在对应的控制器中设置下面属性 self.automaticallyAdjustsScrollViewInsets = NO; 这样就好了。
阅读全文
posted @ 2016-09-20 14:02 原码
阅读(894)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告