上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 39 下一页

只在左边和右边加圆角

摘要: 设置控件圆角,只设置上面两个角的圆角(任意角) http://blog.csdn.net/shuilanjuedemaomn/article/details/45644529 代码(通过贝塞尔曲线重绘layer层) 阅读全文
posted @ 2017-11-16 13:01 土匪7 阅读(123) 评论(0) 推荐(0) 编辑

通知方法被调用了多次

摘要: 因为没有移除通知, 如果在内存中一直有这个对象,就会监听到好几个通知 阅读全文
posted @ 2017-11-04 15:01 土匪7 阅读(137) 评论(0) 推荐(0) 编辑

linker command failed with exit code 1 (use -v to see invocation) 变量重名

摘要: 有时候,xcode报错看不到,点最后一个按钮,类似气泡的就能看到 报错信息: duplicate symbol _imgNummmm in: /Users/mianmian/Library/Developer/Xcode/DerivedData/Hopa-eoovygqexylwftalhofmgo 阅读全文
posted @ 2017-11-03 11:03 土匪7 阅读(155) 评论(0) 推荐(0) 编辑

坐标转换convertRect

摘要: // 目标view的直接父viwe 目标view 要转换到的view [self.backgroundMsgView convertRect:self.chatImageView.frame toView:[UIApplication sharedApplication].keyWindow]; 阅读全文
posted @ 2017-11-02 17:40 土匪7 阅读(204) 评论(0) 推荐(0) 编辑

error this is not a media message!!!

摘要: 融云自定义消息 阅读全文
posted @ 2017-10-31 18:09 土匪7 阅读(135) 评论(0) 推荐(0) 编辑

百度地图,规划路径,填坑

摘要: 下载根据官网demo, 比搜索出来的结果块多了, 而且人家代码特别规范 BMKMapPoint * temppoints = new BMKMapPoint[planPointCounts]; 我按照解决方案把类的后缀改为了.mm文件 在build settings ->Other Linker F 阅读全文
posted @ 2017-10-27 00:16 土匪7 阅读(338) 评论(0) 推荐(0) 编辑

Implicit declaration of function 'BMKCoordinateForMapPoint' is invalid in C99

摘要: 少一个头文件 #import <BaiduMapAPI_Utils/BMKGeometry.h> 加上这个就好了 <HPHalfScreenTopBar: 0x103570bb0; frame = (0 0; 375 64); layer = <CALayer: 0x1742240a0>> 阅读全文
posted @ 2017-10-26 19:44 土匪7 阅读(126) 评论(0) 推荐(0) 编辑

添加融云sdk报错 link command -v

摘要: 在xcode 文件夹下用add group 就可以了,不需要在project 里面添加依赖库 阅读全文
posted @ 2017-10-26 09:07 土匪7 阅读(101) 评论(0) 推荐(0) 编辑

MM_接口

该文被密码保护。 阅读全文
posted @ 2017-10-24 15:19 土匪7 阅读(0) 评论(0) 推荐(0) 编辑

YTK请求 打印url

摘要: NSLog(@"%@",[request currentRequest].URL); 阅读全文
posted @ 2017-10-22 16:12 土匪7 阅读(153) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 39 下一页