aix 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,6 +23,7 @@ class HybridAixCellView: HybridAixCellViewSpec {
23
23
  override init(frame: CGRect) {
24
24
  super.init(frame: frame)
25
25
  autoresizingMask = [.flexibleWidth]
26
+ isUserInteractionEnabled = false
26
27
  }
27
28
 
28
29
  required init?(coder: NSCoder) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aix",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "author": "Fernando Rojo",
5
5
  "repository": {
6
6
  "type": "git",