Reveal 27
- macOS 10.14+
- iOS 8+
- Xcode 12+
This version of Reveal brings new features and enhancements for inspecting views and attributes recently introduced in UIKit v14.
This release brings a major change to how we integrate with your UIKit apps: we’re shipping our SDK as an XCFramework. This will allow Reveal to seamlessly support new frameworks, such as Mac Catalyst, and new platforms and architectures, such as the upcoming Apple Silicon Macs. We’ve done our best to make this a seamless switchover, and the bundled integration documentation has been reviewed and updated. As always, we’re on hand to support you if you have any questions about this change.
Additionally, there are big changes to Reveal’s supported macOS, iOS and tvOS versions coming in the next release:
- This release (v27) will be the last to support macOS 10.14. Future releases of Reveal will require macOS 10.15 or newer.
- This release (v27) will be the last to support iOS 8. Future releases of the Reveal SDK will require iOS 10.3 or newer.
- This release (v27) will be the last to support tvOS 9. Future releases of the Reveal SDK will require tvOS 10.2 or newer.
Added
- Support for UIKit v14’s new Context Menu properties for
UIControl - Support for
WKWebView’s newmediaTypeandpageZoomproperties - Support for
UIView’sfocusGroupIdentifierproperty - Support for
UITableView’sselectionFollowsFocusproperty - Support for
UISegementedControl’sselectedSegmentTintColorproperty - Support for
UIRefreshControl’stintColorproperty - Support for
UIButton’sUIAccessibilityContentSizeCategoryImageAdjustingconformances - Support for
SKView’sdisableDepthStencilBufferproperty - Support for
MKCompassButton’smapViewobject reference property - Support for
MKAnnotationView’s z-priority properties - Support for Mac Catalyst layout guide properties
- Support for
AVSampleBufferDisplayLayer’srequiresFlushToResumeDecodingproperty - Support for
UITapGestureRecognizer’sbuttonMaskRequiredproperty - Support for
UIPanGestureRecognizer’sallowedScrollTypesMaskproperty
Improved
- Support for
UICollectionViewand its new properties - Support for
UIDatePicker’s style properties - Support for
UIButtonand its new properties - Support for
UISwitchand its new properties - Support for
UIPageControland its new properties - Support for
MKMapViewand its new properties - Support for capturing layout constraint errors in UIKit v14
- Support for UIKit v13.4’s
UIGestureRecognizer
Fixed
- Fixed an issue with
UISearchTextFieldthat caused a crash when accessing an undefined key