240 发简信
IP属地:广东
  • iOS/Mac端破解软件基本步骤

    砸壳工具:frida-ios-dump,bfinject)反编译工具:Hopper Disassembler,class-dump动态库注入工具...

  • 2018-06-15

    ReactNative tableView github地址https://github.com/MuFengYi/JS

  • 2018-06-12

    简单封装了下GCDAsyncSocket github地址https://github.com/MuFengYi/SocketManager

  • 2018-06-06

    Xcode自定义模板 https://github.com/MuFengYi/aaTemplate.git

  • 2018-05-29

    iOS 11 ,如果给 UIImagePickerController 设置 allowsEditing = YES,然后在编辑图片的时候,却发...

  • 2018-05-25

    UIimageView 单击时间间隔10s 解决方法写一个按钮的分类,用runtime加个时间的属性,替换按钮点击的方法,按钮写一个全局的,定义...

  • 2018-05-17

    1.需求修改UIAlertController中title [alertControllersetValue:[selfattributedSt...

  • Resize,w 360,h 240
    iOS 制作个圆形进度条

    1.需要做个这样的圆形进度条 自定义弹窗view就不说了,主要是这个圆形进度view,底色是灰色然后有进度灰色被黑色覆盖或者说变成黑色 首先我...

  • iOS instruments

    Separate by Thread: 每个线程应该分开考虑。只有这样你才能揪出那些大量占用CPU的"重"线程 Invert Call Tree...