Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@nahtedetihw
nahtedetihw / OBWelcomeControllerExample.m
Last active June 14, 2021 13:53 — forked from chrisharper22/OBWelcomeControllerExample.m
Creating a custom OBWelcomeController in iOS 13
//
// How to use an OBWelcomeController in your project.
//
// Simalary (Chris)
// Blurred Background by Ethan Whited
// All the important interfaces
@interface OBButtonTray : UIView
@property (nonatomic,retain) UIVisualEffectView * effectView;