How to create UIFont with a specific weight

On Mac we can with NSFontManager.shared.font(withFamily:traits:weight:size:), but I couldn't find any way on iOS, not even with UIFontDescriptor.

How to create UIFont with a specific weight
 
 
Q