Free domestic 🚚 🚚 🚚 on orders over $75!
toggle color
toggle width
Search returned no results
View all products

Added to cart:

Subtotal: $

Cart is empty
View all products
  • quantity:

Subtotal: $

bg
@psidentityDecember 22nd, 2021
T1Autograph

The T1Autograph iOS library has been updated to v2.0.6 (build 50). This update fixes a dark mode toolbar appearance issue for the modal display view. Documentation for both the iOS and Android versions is available on the T1Autograph product page. Show release notes

  • Updated
    • Fix for modal display toolbar color in dark mode.

// Swift Package Manager https://github.com/tenonedesign/T1Autograph-SP // Carthage cartfile binary "https://tenonedesign.com/media/t1autograph.json" ~> 2.0 // Cocoapods podfile pod 'T1Autograph', '~> 2.0'

Carthage update: Carthage now fully supports .xcframework files. There is no need to use a previous T1Autograph version, and no requirement to override the default Validate Workspace value in your Xcode target build settings. If you are updating from T1Autograph.framework, be sure to change the references in your project from T1Autograph.framework to T1Autograph.xcframework.

Latest library and demo projects Release history for T1Autograph

@psidentityFebruary 9th, 2021
T1Autograph

T1Autograph for Android has been updated to v2.0.6 (build 20). This version is built on Android Jetpack and includes minor bugfixes. Documentation for both the iOS and Android versions is available on the T1Autograph product page. Show release notes

  • Fixed
    • Improved signature fidelity for pen strokes beginning in the downward direction.

Please Note: T1Autograph has ascended to Maven Central. You may remove the bintray reference from your project’s gradle file.

allprojects { repositories { google() jcenter() maven { url 'https://dl.bintray.com/tenonedesign/android' } } }

Latest library and demo projects Release history for T1Autograph

@psidentityJanuary 15th, 2021
T1Autograph

The T1Autograph iOS library has been updated to v2.0.4 (build 49). This update is distributed with an XCFramework, replacing the older framework fat binary system. It is also available through Swift Package Manager. Documentation for both the iOS and Android versions is available on the T1Autograph product page. Show release notes

  • Updated
    • Improves support for recently-released iOS devices

// Swift Package Manager https://github.com/tenonedesign/T1Autograph-SP // Carthage cartfile binary "https://tenonedesign.com/media/t1autograph.json" ~> 2.0 // Cocoapods podfile pod 'T1Autograph', '~> 2.0'

Carthage compatibility issue: As of January 15, Carthage has not yet added support for libraries vendored with xcframeworks. Until then we recommend forcing the previous version with "== 2.0.4" in your Cartfile. When building in XCode 12.3 or later, find "Validate Workspace" in your target build settings. It should be set to "No". However, please note the setting must be bold, indicating it is overwriting the project setting. Change the value to "Yes" and then back to "No" to accomplish this.

Latest library and demo projects Release history for T1Autograph

@psidentitySeptember 10th, 2019
T1Autograph

The T1Autograph iOS library has been updated to v2.0.4 (build 48). This minor update adapts for the new swipe-to-dismiss behavior of modal views in iOS 13. It also offers improved appearance when the device is in dark mode. Documentation for both the iOS and Android versions is available on the T1Autograph product page. Show release notes

  • Updated
    • Adapts for the new swipe-to-dismiss behavior of modal views in iOS 13.
    • Improved appearance when the device is in dark mode.

Note: if you’re using CocoaPods (or similarly with Carthage), your podfile should show something like this:

pod 'T1Autograph', '~> 2.0'

A final note about dynamic frameworks: The App Store may still be rejecting apps containing simulator binary slices. T1Autograph (and most other frameworks) include these slices so you can work in the simulator. There’s a handy script available to trim out any frameworks you might be using at build time.

Latest library and demo projects Release history for T1Autograph

@psidentityFebruary 26th, 2019
T1Autograph

T1Autograph for iOS and Android has been updated to v2.0.4 (android build 18). Documentation for both the iOS and Android versions is available on the T1Autograph product page. Show release notes

  • Fixed
    • Android - Fixed error showing time when dateIncludesTime is true

Android Note: You may specify the latest version in your gradle file.

implementation 'com.tenonedesign.t1autograph:t1autograph:2.0.4'

Latest library and demo projects Release history for T1Autograph