Its possible to change font of UILabel from other ViewController class
问题 I have a ViewController which consist of UILabel and UIButton . OnClick UIButton a popOver present which show tableView . each cell of tableView represent different font option. I want to change the font of UILabel based on user selected font from tableViewCell . how i can achieve this as my UILabel and tableView are in different viewController class. Please help me. func tableView(tableView: UITableView, didSelectRowAtIndexPath indexPath: NSIndexPath) { var row = indexPath.row // How to