ariok / BWWalkthrough

BWWalkthrough is a simple library that helps you build custom walkthroughs for your iOS App
MIT License
2.76k stars 246 forks source link

Button's Property Next Button in UIStoryBoard #94

Closed AbdulAj closed 7 years ago

AbdulAj commented 7 years ago

As u told in your Documentation "Now that the elements are in place you have to set IBOutlet and IBAction connections: 1) Connect your next button element to the view controller property nextButton (ctrl + click on the button and drag toward the view controller icon)." i tried a lot but i did't find this property kindly help

AbdulAj commented 7 years ago

As u told in your Documentation CONTAINER SETUP

"To create a new container you have just to add a new view controller into the Storyboard, from the Identity Inspector set its class to BWWalkthroughViewController and define a Storyboard ID (I’ve used ”container”)." then, in which file or class, IBOutlets and actions would be written because we have assigned it BWWalkthroughViewController class which is objective C file. kindly tell me, on this step, i am little bit confused

ariok commented 7 years ago

closed with #95