Quote:
Originally Posted by harrington2012
Hi
I’ve not used the new xcode before and its kind of a little surprise to me to see the new storyboard mode. I’m creating a simple app with a few pages linking from one main home page. I’ve got all the buttons working which is so much easier in the new xcode but one of the pages needs to have a uiscrollview but I cant seem to get a .h and .m file link to the page. I know it’s probably something easy but I’ve been racking my brains trying to find out how to do it and still can’t work it out. Any help would be amazing.
|
Are you trying to link a custom subclass of the UIScrollView, or just link one of them to a viewcontroller?