You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please include documentation about upgrading from FlowKit to Owl.
Should anyone replace FlowKit with Owl in an existing project?
FlowKit currently does not even compile on my machine, because I have switched to Swift 5. I guess my only option to keep using FlowKit, is to downgrade Xcode.
The text was updated successfully, but these errors were encountered:
Had a lot of style changes in code.
Make sure you properly use new register(_:) methods on cells and headers/footers, cause they are called on registerAdapter.
ModelProtocol -> ElementRepresentable is fairly easy if you use Hashable on a model.
Please include documentation about upgrading from FlowKit to Owl.
Should anyone replace FlowKit with Owl in an existing project?
FlowKit currently does not even compile on my machine, because I have switched to Swift 5. I guess my only option to keep using FlowKit, is to downgrade Xcode.
The text was updated successfully, but these errors were encountered: