Thanos Theodoridis
Thanos Theodoridis
I propose adding a new property named `downwardFollowers` or similar where would try to move those views towards the bottom when navigation bar hides. Thoughts?
@danthorpe any ETA on when a new version with Swift3.2/4-XCode9.0 will be out? We've kinda reach the point where Money is breaking our build now :(
@danthorpe thanks man. That will help a bunch!
@danthorpe getting lots of `Argument labels '(minorUnits:)' do not match any available overloads` on what previously used to work fine on `Money` types. Also `Value of type 'Money' has no...
@danthorpe forgot to mention: you probably want to declare `Money` struct explicitly as `public` or else the compiler nags about not being to `Use module 'Money' as a type`. Also,...
@danthorpe yeap, things look good on my end! Thanks for your effort mate. 👍
@aravasio this branch is a rewrite of Money. Looks like `CustomStringConvertible` has not yet been implemented. I have the exact same problem.
@danthorpe any updates on the `minorUnits`/`Locale` issue?
@danthorpe nope, still doesn't look good. Getting `$499.00` instead of `$4.99`.
We have find it way easier to deal with section headers if implemented like normal `ListSectionController`s. IGListKit allows more granular control for some of the operations you mentioned above.