<span style="font-size:18px;">降序排序</span><span style="font-size:18px;">NSMutableArray *arr = [NSMutableArray arrayWithObjects:@"abc",@"bcd",@"123",@"9 ...
分类:
编程语言 时间:
2017-07-25 15:43:23
阅读次数:
210
NSLog(@"%@",NSStringFromCGRect(pickerView.frame)); 或者 CFShow(NSStringFromCGRect(pickerView.frame)); 打印 CGSize : NSLog(@"%@",NSStringFromCGSize(someCG ...
分类:
移动开发 时间:
2017-07-18 18:48:25
阅读次数:
174
设计师给到的图,经常是 “按钮的左边距离文字右边5px” 这样子的标注。于是我们需要计算文字的宽度。有两种方法: 用 label 或 button 的 sizetofit 方法 [label sizeToFit];NSLog(@"label size is %@",[NSValue valueWit... ...
分类:
移动开发 时间:
2017-07-13 23:38:11
阅读次数:
211
<script> var refer='https://www.juhe.cn/myData/index/checked/0'; var active ='' $(document).ready(function(){ nslog(1200); if(active!='') { nslog(1201 ...
分类:
Web程序 时间:
2017-07-11 19:15:57
阅读次数:
290
一、官方参考文档: 1.上传策略http://developer.qiniu.com/article/developer/security/put-policy.html 2.上传凭证(即uptoken)http://developer.qiniu.com/article/developer/sec ...
分类:
移动开发 时间:
2017-07-11 09:42:52
阅读次数:
563
最近在一直在学习RAC框架的Object-C版本ReactiveObjC(Swift版本为ReactiveSwift),这篇文章简单展示一下学习的成果!!!如果有什么地方理解错误,欢迎大家指正!!!互相学习...... ReactiveObjC 这里只是抛砖引玉!!!如果有什么理解不到位的,欢迎批评 ...
分类:
其他好文 时间:
2017-07-10 16:55:02
阅读次数:
273
Update: 2017.04.08 添加了使用iOS DeepLinkKit使用Universal Links的部分 废话不多说,先说做这个的需求: 1.应用中有些社交元素的分享会分享一个链接到facebook, twitter, google+这类的社交媒体上 2.当用户点击某个链接的时候先跳转 ...
分类:
移动开发 时间:
2017-07-08 17:54:32
阅读次数:
402
1、下载天气预报数据。使用的是 forecast.io 的天气预报接口,须要自行设置 apiKey // // RWWeatherViewController.m // TroutTrip // // Created by Charlie Fulton on 2/26/14. // Copyrigh ...
分类:
Web程序 时间:
2017-07-07 10:13:40
阅读次数:
326
一: 定义block 初始化 #import <UIKit/UIKit.h> @interface LHQDemoView : UIView - (instancetype)initWithFrame:(CGRect)frame andCompelete:(void(^)(NSString *msg ...
分类:
其他好文 时间:
2017-06-27 18:49:52
阅读次数:
184
最原始的载入网络下载的图片方式: //最原始载入网络图片方法,相当堵塞主线程,界面卡顿 -(void)setImageWithURL:(NSString *)imageDownloadUrl{ UIImageView *imageView = [[UIImageView alloc] initWit ...
分类:
移动开发 时间:
2017-06-27 12:21:51
阅读次数:
194