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.
我有控制器 A,控制器 B 在导航堆栈中被推到它的顶部。无论如何,控制器 A 是否可以指定图像(例如控制器 A 是某种列表,因此它指定了列表图像),然后控制器 B 的导航项的后退按钮会自动将其显示为后退按钮图像?
您可以创建自定义UIBarButtonItem并设置self.navigationItem.backBarButtonItem为该自定义按钮。
UIBarButtonItem
self.navigationItem.backBarButtonItem
UINavigationItem 类参考