240 发简信
IP属地:湖北
  • iOS 给视频添加水印 动画 背景音乐

    视频处理主要是用到以下这几个类 AVMutableComposition、AVMutableVideoComposition、AVMutable...

  • iOS 粒子动画

    CAEmitterLayer 看上去像是许多 CAEmitterCell 的容器,这些 CAEmitterCell 定义了一个例子效果。你将会为...

  • iOS 常见操作

    1.截屏 - (void)captureImageFromView:(MorphingLabel *)sender{CGRect screenR...

  • iOS 合成及展示gif图片

    合成 //第一种 //图像目标CGImageDestinationRef destination;//创建输出路径NSArray *docume...

  • iOS定位(LBS)

    CoreLocation 地理定位 1.创建定位管理者 CLLocationManager *mgr = [[CLLocationManager...