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.
为了在我按下状态栏时让我的 tableView 向上滚动,我将我的表格视图定义为:
myTableView.scrollsToTop = YES;
和其他观点:
otherTableView.scrollsToTop = NO;
问题是我有涉及许多可滚动视图的屏幕,这个解决方案不适用于这个特定的屏幕.....此外,我想让一些视图在按下状态栏时消失,我想知道是否有处理此类事件的方法?
提前感谢