排序
仿iOS图标抖动的方法,仿iOS图标抖动代码实例
仿iOS图标抖动 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 #import 'LHViewController.h' #define angelToRandian(x) ((x)/180.0*M_PI) @interface...
ios通过按钮点击异步加载图片
比较原始的方法: AsyncImageView.h: #import <UIKit/UIKit.h> @interface AsyncImageView : UIView { NSURLConnection* connection; NSMutableData* data; } - (void)loadImageFromURL:(...
Swift图像处理之优化照片
Core Image能通过分析图片的各个属性,人脸的区域等进行自动优化图片。我们只需要调用autoAdjustmentFiltersWithOptions这个API方法获取各个自动增强滤镜来优化图片即可。不管是人物照片还是风...
IOS等待时动画效果的实现
查询时间或长或短,为了提升用户体验,目前用的比较多的手段之一就是查询等待时添加一个动态等待效果。当我们在请求网络时加载页面时有个动作效果。 源代码可以网上找开源项目Coding.net,上面...







