Skip to content

Commit

Permalink
Adds v0.2 pre-built fmk
Browse files Browse the repository at this point in the history
  • Loading branch information
s4cha committed May 18, 2017
1 parent 7f62df8 commit d8981aa
Show file tree
Hide file tree
Showing 27 changed files with 1 addition and 22,975 deletions.
1 change: 0 additions & 1 deletion Cartfile

This file was deleted.

1 change: 0 additions & 1 deletion Cartfile.resolved

This file was deleted.

1,213 changes: 0 additions & 1,213 deletions Carthage/Build/iOS/1AC078DF-58AE-351B-AA9C-FA9FE1452F3D.bcsymbolmap

This file was deleted.

1,900 changes: 0 additions & 1,900 deletions Carthage/Build/iOS/32AAC6D5-3972-32F7-91D0-04DE6BF669E2.bcsymbolmap

This file was deleted.

1,140 changes: 0 additions & 1,140 deletions Carthage/Build/iOS/37087706-2C0C-3DFD-BB23-90F07723E53C.bcsymbolmap

This file was deleted.

3,283 changes: 0 additions & 3,283 deletions Carthage/Build/iOS/83CC82CC-0160-316B-A5EB-DC436902701A.bcsymbolmap

This file was deleted.

1,880 changes: 0 additions & 1,880 deletions Carthage/Build/iOS/846F8E02-21ED-3570-85A2-535AAB379FD6.bcsymbolmap

This file was deleted.

3,292 changes: 0 additions & 3,292 deletions Carthage/Build/iOS/864353F2-D5E4-3E31-9E2C-F354A7EF48B2.bcsymbolmap

This file was deleted.

3,135 changes: 0 additions & 3,135 deletions Carthage/Build/iOS/8CFAB4FE-150F-3662-9C42-0D05BE9EB295.bcsymbolmap

This file was deleted.

1,888 changes: 0 additions & 1,888 deletions Carthage/Build/iOS/98688BA4-5675-3FF2-8AF8-CA0718F6EC08.bcsymbolmap

This file was deleted.

1,909 changes: 0 additions & 1,909 deletions Carthage/Build/iOS/F19F3149-8D7E-39D7-913E-3928A1ABE8CB.bcsymbolmap

This file was deleted.

3,135 changes: 0 additions & 3,135 deletions Carthage/Build/iOS/F1C0E992-0582-3AB1-955E-C57E1EBB129E.bcsymbolmap

This file was deleted.

168 changes: 0 additions & 168 deletions Carthage/Build/iOS/Komponents.framework/Headers/Komponents-Swift.h

This file was deleted.

19 changes: 0 additions & 19 deletions Carthage/Build/iOS/Komponents.framework/Headers/Komponents.h

This file was deleted.

Binary file removed Carthage/Build/iOS/Komponents.framework/Info.plist
Binary file not shown.
Binary file removed Carthage/Build/iOS/Komponents.framework/Komponents
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 0 additions & 10 deletions Carthage/Build/iOS/Komponents.framework/Modules/module.modulemap

This file was deleted.

Binary file modified Komponents.framework.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/ViewForNode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func viewForNode(node: IsNode) -> UIView {
return v
}

if var node = node as? Table {
if let node = node as? Table {
let table = CallBackTableView(frame: CGRect.zero, style: node.tableStyle)
table.estimatedRowHeight = 100
table.rowHeight = UITableViewAutomaticDimension
Expand Down

0 comments on commit d8981aa

Please sign in to comment.