Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个具有以下层次结构的 Nib 文件:
我禁用了父视图的可访问性并启用了其子视图的可访问性,但仍然在元素树中我只能看到父视图。父视图的类是 UIView,我没有使用任何自定义视图。
任何想法可能导致此问题?
父视图“已启用用户交互”必须设置为 YES 才能使子视图的可访问性起作用。
例如:UITableViewCell