在dimiss前后使用beginAppearanceTransition: animated: 和 endAppearanceTransition这两个方法
iOS 13 适配之: presentViewController 的坑出现这个问题主要因为 iOS以后,模态出来的viewcontroller中modalPresentationStyle的默认值改变了, iOS 13之前,modalPrese...
在dimiss前后使用beginAppearanceTransition: animated: 和 endAppearanceTransition这两个方法
iOS 13 适配之: presentViewController 的坑出现这个问题主要因为 iOS以后,模态出来的viewcontroller中modalPresentationStyle的默认值改变了, iOS 13之前,modalPrese...
前段时间有空,回顾一下知识点。就去官网看了一下UIStackView的文档,扫一下知识盲区。以下为翻译: UIStackView一种流式布局,管理横向或者纵向的视图集合。继承...
先贴出代码https://github.com/youngfewang/UITableViewEdit代码量不多,主要是实现了UITableViewCell的多选和自定义了多...
首先丢出我的Demo吧,代码加描述,理解更清晰。https://github.com/youngfewang/TableViewCellForInit 在开发的过程中,总会有...