Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 767 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 767 Bytes

CSWXIBWalkThrough

License An Objective-C clone of github/ariok/BWWalkthrough using only XIB files, no storyboards Yari D'areglia's project BWWalkthrough is implemented in Swift and is a very cool example of a walkthrough tutorial. I wanted to duplicate what he had done in Objective-C without using storyboards. I implemented the Objective-C version very closely to the Swift version, although I would eliminate some of the unneeded protocol functions that are not needed.

Credits

Thanks to Yari D'areglia for his most excellent BWWalkthrough project, and also to Aleksandar Vacić for his Objective-C port that uses storyboards that inspired me to also release my port.