The T1Autograph iOS library has been updated to v2.0.7 (build 51). This update removes the bitcode intermediate representation from the binaries. Documentation for both the iOS and Android versions is available on the T1Autograph product page. Show release notes
- Updated
- Removed bitcode from binaries.
// 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'
Latest library and demo projects Release history for T1Autograph
TweetThe 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
TweetT1Autograph 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
TweetThe 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
TweetThe 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
TweetFeatured Posts: