How to get a certain subview from UIView by tag December 18, 2023 by Tarik Example with UILabel: UILabel *label = (UILabel *)[self.view viewWithTag:1]; good luck!