Framework programming start ?

I have been programming for a few months until present and have a personal issue that I want to find a solution for, I'm only interested in Objective-C, when I open Xcode it show the editor area and the storyboard file for iOS App's.

What lines of code should I type in the main file so I can see the result in the storyboard after I run the code ?

Kindly

Replies

so I can see the result in the storyboard after I run the code ?

If I understand your question, running code does not change anything in storyboard.

If you run code in simulator, you will see what is in storyboard in simulator.

Could you explain more your question ?

  • Well I am programming on a real device to see the results, I understand that I need to program an Framework to see the result on the device display.

    How do I code a line of code to see the result from the main file on the storyboard of that shows the iOS device to see it on the real device ?

Add a Comment