I creaded a cool Notification View, I like to make one class of it, so I just need to call [SBNotification showNotificationViewWithText:@"Test" andTextColor:[UIColor whiteColor] andNotificationBackGroundColor:[UIColor blueColor] andDelay:5 directionUp:NO];
in any ViewController.m file the problem is I don't know how to create such a class. This is my first time:)
Please help me, so I can open source this project!