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.
很简单,我正在实现 UISearchBarDelegate,但在横向模式下它看起来不对。搜索栏不会一直向右延伸。UISearchBarDelegate 不应该在横向中使用还是有解决方案?
问题极不可能出在代表身上。可能autoresizingMask是设置不正确。它应该是,
autoresizingMask
searchBar.autoresizingMark = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleBottomMargin;