Maher

Results 1 comments of Maher

I made my workaround to calculate width for button bar items based on title content
 // Calcualtion dynamic width through title
 
extension string { 
 func width(usingFont font: UIFont) -> CGFloat...