iOS 警报视图:SlideInView

jopen 9年前

SlideInView 是轻量级警报或者通知视图样式。

UIView *notificationView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, self.view.bounds.size.width, 100)];  notificationView.backgroundColor = [UIColor colorWithRed:5/255.0 green:61/255.0 blue:98/255.0 alpha:1];    SlidingViewManager *svm = [[SlidingViewManager alloc] initWithInnerView:notificationView containerView:self.view];    [svm slideViewIn];

iOS 警报视图:SlideInView

项目主页:http://www.open-open.com/lib/view/home/1419597651156