Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 713 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 713 Bytes

MessageTextView

Show Message on view for empty screens with minimum code, just one block.

Example:


[MessageTextView textViewWithHeader:@"No Notifications" message:@"Once your profile will be asked to be viewed we will notify         you!" onView:self.view completion:^(id result, NSError *error) {
        UITextView *message = (UITextView *)result;
        [self.view addSubview:message];
}];

alt tag

alt tag