最近在维护项目遇到一些奇葩的问题,自己研究了一下,但并没有解决,再此做个记录,路过的大牛还望,出个思路;再此,描述问题,以供大家研讨1. MJRefresh 布局问题ViewController里面有两个和self.View 一样大小的View 一个 是添加了MJRefresh.mj_header ...
分类:
其他好文 时间:
2019-12-18 10:52:07
阅读次数:
87
实现效果控件 — UICollectionView这个动画是用 UICollectionView 实现的,简单讲下 UICollectionView 的工作原理。这里用到的 UICollectionView 也就3部分:ViewController(简称VC)、UICollectionViewCel... ...
分类:
其他好文 时间:
2019-12-14 09:27:44
阅读次数:
85
clang编译的两种方法 1.使用绝对路径: clang -rewrite-objc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPho ...
分类:
其他好文 时间:
2019-12-04 20:18:40
阅读次数:
215
// // ViewController.swift // Label // // Created by 赵士军 on 2019/11/18. // Copyright © 2019 赵士军. All rights reserved. // import UIKit class ViewContro ...
分类:
移动开发 时间:
2019-11-19 15:42:36
阅读次数:
105
// // ViewController.swift // Label // // Created by 赵士军 on 2019/11/18. // Copyright © 2019 赵士军. All rights reserved. // import UIKit class ViewContro ...
分类:
移动开发 时间:
2019-11-18 18:34:05
阅读次数:
94
// // ViewController.swift // Label // // Created by 赵士军 on 2019/11/18. // Copyright © 2019 赵士军. All rights reserved. // import UIKit class ViewContro ...
分类:
移动开发 时间:
2019-11-18 18:04:56
阅读次数:
112
MVP MVVM都源自MVC. 传统的MVC,业务逻辑放在Model层,UI在View层,Controller只是Model和View的粘合剂。 实际情况,Model层只存放从json解析的数据模型,Controller层(ViewController)有很多UI逻辑,导致Controller里面既 ...
分类:
移动开发 时间:
2019-10-16 09:49:51
阅读次数:
112
从Xcode6开始,不再有新的空工程的选项,很多时候想建立一个新的空工程,这个时候你可以不理会系统创建的viewcontroller,然后把自己的视图控制器作为根视图,这样没有什么关系,但是若是嫌其不整洁,可以将其删除掉,然后把自己的视图控制器设为根视图,具体的步奏如下: 1:直接删除Storybo ...
分类:
移动开发 时间:
2019-10-14 14:53:50
阅读次数:
369
在上一篇,我们简单介绍了 ViewController 的嵌套实现。 在这一篇,我们学习 ViewController 脚本生成的最后一个功能,即:生成 Prefab。 实际上这个功能非常简单。 我们先看下 ViewController 的面板,如下图所示: Player 1 是,已经生成过脚本的 ...
分类:
其他好文 时间:
2019-09-03 13:17:10
阅读次数:
90
题目: 假设我们有一个ViewController, Category A(ViewController), Category B(ViewController), Category C(ViewController) 4个文件, 其中3个category中都实现了自定义viewDidLoad方法, ...
分类:
移动开发 时间:
2019-07-21 01:34:55
阅读次数:
142