Skip to content

Instantly share code, notes, and snippets.

View chrisharper22's full-sized avatar

Chris Harper chrisharper22

View GitHub Profile
@chrisharper22
chrisharper22 / OBWelcomeControllerExample.m
Last active July 16, 2023 22:02
Creating a custom OBWelcomeController in iOS 13
//
// How to use an OBWelcomeController in your project.
//
// Simalary (Chris)
//
// All the important interfaces
@interface OBButtonTray : UIView
- (void)addButton:(id)arg1;