Trung Nguyen
Results
2
comments of
Trung Nguyen
I think using [AVURLAsset](https://developer.apple.com/documentation/avfoundation/avasset) will run the risk of blocking the current thread (the main UI thread) whilst I/O happens to populate the properties. https://developer.apple.com/documentation/avfoundation/avasynchronouskeyvalueloading
This works for me `self.navigationController?.navigationBar.isTranslucent = false`