03 2020 档案
iOS实现ScrollView中子控件view的触摸事件响应
摘要:实现UIScrollView子类 #import "EgItemScrollView.h" @implementation EgItemScrollView - (instancetype)init { self = [super init]; if (self) { //子控件响应触摸事件 NO表 阅读全文
posted @ 2020-03-14 15:39 许鸣 阅读(383) 评论(0) 推荐(0)