Skip to content
This repository has been archived by the owner. It is now read-only.

itemsFactory and copy view fixes.

Compare
Choose a tag to compare
@sunshinejr sunshinejr released this 19 Mar 20:50
· 53 commits to master since this release
  • Add itemsFactory(itemsCount:factory:) method which can be used instead of items variable to set the carousel views.
  • Breaking change Replace convenience init init(frame:choices:) to init(frame:items:).
  • Change Example2 to use itemsFactory(itemsCount:factory:) instead of items.
  • Improve UIView().copyView() (it will copy also constraints now for view & subviews).