Nicholas Meschke
Nicholas Meschke
This PR adds a new `invokeMethod` to the contract object allowing the usage of `[ABIParameter]` instead of the variadic parameters I also added a simple test for the method to...
## Problem Currently we have this method to invoke methods of a contract: ```Swift public subscript(_ name: String) -> ((ABIEncodable...) -> SolidityInvocation)? { return methods[name]?.invoke } ``` However, variadic functions...
The current gif is too simple, something like the text slides over to the center of the navigation bar
Currently the lib does not work properly on the iPhone X
Words are OK, but nothing is more meaningful than images 🥇
This variable was created in case the user wants to have 2 scrollable views using the same collapsing header view, the idea is that the calling classes sends the `scrollView.contentOffset.y`...