SSButtonUnderline
SSButtonUnderline is code snippet, where you can quickly use it to underline the UIButton title. Basically its a subclass of UIButton where you can use it in Storyboard/Nib to create a underline for the UIButton title. Programmatically ? SSButtonUnderline *button = [[SSButtonUnderline underlinedButton] setTitle:@"Button" forState:UIControlStateNormal]; Or use SSButtonUnderline class as custom class in storyboard/nib inspector by selecting a UIButton. Download Source