• iOS基于Birfost的模块化开发

    实现各个模块完全代码隔离,适合项目比较大的应用,个人学习可以参考。

    0
    12
    7.51MB
    2023-12-02
    5
  • 修改图片MD5值

    修改图片的MD5值,制作马甲包的时候可以提高过审几率。

    2
    1984
    3KB
    2018-09-26
    48
  • 通过相册或者录制视频制作LivePhoto

    通过系统相册选择视频或者相机录制视频,选择时间长度来制作LivePhoto。

    0
    176
    27.7MB
    2018-08-22
    10
  • 代码混淆工具

    混淆ios代码,不用手动添加无用代码,一键搞定,方便实用

    0
    48
    846KB
    2018-05-31
    10
  • 2048简单实现

    简单的2048实现代码,希望大家下载共享学习,有不足的地方希望大家指出一起成长

    0
    69
    11.52MB
    2018-05-31
    9
  • 地图上显示用户头像

    if ([annotation isKindOfClass:[MKPointAnnotation class]]) { static NSString *customReuseIndetifier = @"customReuseIndetifier"; CusAnnotationView *annotationView = (CusAnnotationView *)[mapView dequeueReusableAnnotationViewWithIdentifier:customReuseIndetifier]; if (annotationView == nil) { annotationView = [[CusAnnotationView alloc] initWithAnnotation:annotation reuseIdentifier:customReuseIndetifier]; } annotationView.canShowCallout = NO; annotationView.draggable = YES; annotationView.calloutOffset = CGPointMake(0, -5); [self makeImages]; // 随机生成图片 annotationView.portrait = [UIImage imageNamed:@"hehe"]; return annotationView; }

    0
    153
    1.03MB
    2015-10-30
    13
  • 应用源码之万能工具

    里面有很多,基本控件的源码.需要的人可以下载看看,

    0
    31
    1.48MB
    2015-08-11
    0
上传资源赚积分or赚钱