How to Reload UIViewController data of UIVIew
问题 How can I reload data of UIVIewcontroller from the UIView .Actually I have a UIVIewController which has a Custom class class of UIView .Now In UIViewcontroller i have a label and i need to print values of label which is been defined in the UIView . but viewdidload of the UIViewController is been compiled firstly then compiler moves to UIView .then how can I print or Reload the UIVIewController . UILabel Text I have defined in the ViewDidLoad of UIViewController and values taken from the