iOS11-UIToolBar点击事件不响应
2018-09-26 本文已影响8人
fly大梦想家
原因 :
从debug view hierarchy中看加在toolBar上的button不在最上层,最上层是UIToolbarContentView
解决:
[self. toolBar layoutIfNeeded];
原因 :
从debug view hierarchy中看加在toolBar上的button不在最上层,最上层是UIToolbarContentView
解决:
[self. toolBar layoutIfNeeded];