Macaw-Examples icon indicating copy to clipboard operation
Macaw-Examples copied to clipboard

Various usages of the Macaw library

Results 5 Macaw-Examples issues
Sort by recently updated
recently updated
newest added

I'd like to add an image to the periodic table. Is there any way?

I created a mobile app that is very similar to PeriodicTable. but my app not run Which NSCoder type goes into parameters when invoking PeriodicTable? Sorry, my app doesn't use...

class NodeRenderer { weak var view: MView? fileprivate let onNodeChange: () -> Void fileprivate let disposables = GroupDisposable() fileprivate var active = false weak var animationCache: AnimationCache? init(node: Node, view:...

Overridden method 'equals' has generic signature which is incompatible with base method's generic signature ; expected generic signature to be

I'm trying to change color of shape using following code: @discardableResult public func replaceColors(node: Node, color: Fill?) -> Bool { if let shape = node as? Shape { shape.fill =...