in my ViewController and Main storyboard I'm trying to load a custom view (LogView) programmatically from .xib. when the "Next" button is pressed a text supposed to appear in the custom sub view (myView). the "DidReceiveJSON" method suppose to load the custom view. This is how my LogView looks like and the "Display" method suppose to update the "myLog" UIlabel.
EveryThing was working when "MyLog" view only contained a UIView and a UILabel. but I wanted to add a UIScrollView because the label grows every time "Next" button is pressed. So now when I press the "Next" button nothing is happening in the simulator.
could you please help me figure out what I'm doing wrong?
sorry for not uploading images, but I'm not allowed to upload any images due to my low rank. I did uploaded links to the images and will gladly add any info if needed