SJPrompt 1.0.4.2

SJPrompt 1.0.4.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jun 2018

Maintained by changsanjiang.



SJPrompt 1.0.4.2

  • By
  • SanJiang

SJPrompt

Use

pod 'SJPrompt'

Sample

self.prompt = [SJPrompt promptWithPresentView:self.view];

// update config
self.prompt.update(^(SJPromptConfig * _Nonnull config) {
    config.font = [UIFont systemFontOfSize:12];
    config.backgroundColor = [UIColor orangeColor];
    config.insets = UIEdgeInsetsMake(8, 8, 8, 8);
    config.maxWidth = 200;
});