Mobbeel for developers

Mobbeel for developers

  • MobbScan
  • MobbID
  • MobbSign
  • Clients
  • FAQ

›Configure the SDK

MobbSign iOS

  • Welcome to the MobbSign SDK

Configure the SDK

  • Configure the SDK
  • Getting started with MobbSign
  • MobbSign Additional Configuration
  • MobbSign Advanced features
  • Add a watermark to the signature

Migration Guides

  • Migration 1.x to 2.x version
  • Migration 2.x to 3.x version

Changelogs

  • iOS changelog

Add a watermark to the signature

Overview

From version v3.6.0, the MobbSign SDK allowes the developers to add a watermark text along with the signature. That means that you can add a little text that will be set on the right-down corner of the stamped signature.

You can also add an image to the signature, if the text doesn't suit your integration. Through this document you will see how to do both processes.

How to add text

In order to add the text on the signature, you must call the method addTextToSign once the signature has been acquired. For this porpuse, you should use the MobbSignView setOnSignatureAcquised listener as below:

Swift
ObjectiveC
mobbSignView.onSignatureAcquised = {
let text = "The text you want to add."
mobbSignView.addText(toSign:text)
}
[mobbSignView setOnSignatureAcquised:^() {
NSString *text = @"The text you want to add.";
[mobbSignView addTextToSign:text];
}];

How to add an image

MobbSign also allowes you to add an image to the signature, if the text doesn't suit your integration or if you prefere to add your own personal image. As the previous case, you should do this on the setOnSignatureAcquised listener as below:

Swift
ObjectiveC
mobbSignView.onSignatureAcquised = {
mobbSignView.stampImage = UIImage(named: "YOUR_IMAGE")
}
[mobbSignView setOnSignatureAcquised:^() {
[mobbSignView setStampImage:[UIImage imageNamed:@"YOUR_IMAGE"]];
}];
← MobbSign Advanced featuresMigration 1.x to 2.x version →
  • Overview
  • How to add text
  • How to add an image
Mobbeel for developers
Product Documentation
MobbIDMobbScanMobbSign
Connect
LinkedInFacebookX
More
FAQContact Us
Mobbeel Solutions SL
Copyright © 2025 Mobbeel Solutions SL