InStackademicbySandeep KellaDecoding @IBOutlet weak var label: UILabel!: A Fun and Friendly GuideIntroductionNov 7
Yusuf ÇınarCreating Modular UILabel Design in SwiftUsing different styles for UILabels in a flexible and modular way is crucial in Swift. In this article, we will demonstrate step-by-step…Jun 14
InStackademicbyItsukiSwift/iOS: Vertically Centered and Scrollable UILabelHere is the task.Apr 5Apr 5
AdithyaHandling multiple hyperlinks on UILabelI know this is a pretty old topic to pick on right now, but turns out there aren’t many convincing articles on this and so I decided to…Jun 12, 20222Jun 12, 20222
M NoumanSwift - Wrong line breaking UILabel iOSRecently, I have faced a strange issue where Text was not properly adjusting in UILabel. I had space in UILabel but it was not getting…Mar 28Mar 28
InStackademicbySandeep KellaDecoding @IBOutlet weak var label: UILabel!: A Fun and Friendly GuideIntroductionNov 7
Yusuf ÇınarCreating Modular UILabel Design in SwiftUsing different styles for UILabels in a flexible and modular way is crucial in Swift. In this article, we will demonstrate step-by-step…Jun 14
AdithyaHandling multiple hyperlinks on UILabelI know this is a pretty old topic to pick on right now, but turns out there aren’t many convincing articles on this and so I decided to…Jun 12, 20222
M NoumanSwift - Wrong line breaking UILabel iOSRecently, I have faced a strange issue where Text was not properly adjusting in UILabel. I had space in UILabel but it was not getting…Mar 28
Marcus ZiadéUILabel: The Ultimate GuideUILabel is a fundamental component of the UIKit framework, and it’s the go-to control for displaying static text in iOS applications. With…Jul 26, 20232
Mohamed HamdouchiEnhancing UILabels with Strikethrough Text in SwiftIn this blog post, we’ll explore how to extend the functionality of UILabel in Swift by adding a strikethrough text feature. We’ll provide…Oct 14, 2023
ArunvaishySetting up custom font style for Text, Labels and Buttons globally in iOS Application — iOS SwiftUI Element Extensions, @IBInspectable, Custom fonts and System custom fonts.Sep 4, 20221