Denis Sushko
Results
1
comments of
Denis Sushko
Problem in this code: ``` // Get titleSize let titleSize = (title as NSString).sizeWithAttributes([NSFontAttributeName:self.configuration.cellTextLabelFont]) // Set frame let frame = CGRectMake(0, 0, titleSize.width + (self.configuration.arrowPadding + self.configuration.arrowImage.size.width)*2, self.navigationController!.navigationBar.frame.height) ``` For...