Post

Replies

Boosts

Views

Created

dyld load 'libbz2.1.0.dylib' fail
I have a app that need to use libbz, and when use Xcode to build and launch, it will crash and the console will print: dyld log And I found when I set the compiler settings for debug: Optimization Level -> Fastest, smallest[-Os] Link Time Optimization -> No the crash does not appear. but for debug, I think the the right compiler settings is: Optimization Level -> None[-O0] Link Time Optimization -> Increment why this happened and what can I do to fix it?
0
0
858
Feb ’23
UINavigarionBar height maybe incorrect
in iOS16, there are A viewController, and when push to a new ViewController, and the new ViewController sets it's navigationItem.titleView to a UISearchBar, and then pop back to A viewController, the UINavigarionBar's height is incorrect. is there any methods I can recover the UINavigarionBar's height?
Topic: UI Frameworks SubTopic: UIKit Tags:
0
0
358
Nov ’22