Gail

Results 3 comments of Gail

https://docint0.blob.core.windows.net/publicfilescontainer02/ this image not accessible

set self.editorView and self.sourceView frame like: [self.viewRichTextContent addSubview:self.sourceView]; __weak typeof(self) weakSelf = self; [self.editorView mas_makeConstraints:^(MASConstraintMaker *make) { make.top.equalTo(weakSelf.viewRichTextContent); make.left.right.equalTo(weakSelf.viewRichTextContent).inset(5); make.bottom.equalTo(weakSelf.viewRichTextContent).inset(1); make.height.mas_equalTo(DefaultEditViewHeight); }];

maybe focuskeyboard break the image request