Commit Graph

12 Commits

Author SHA1 Message Date
Bogdan Todea bfc913ddd1 feature/Bogdan/carthage&cocoapods
Swift 4 update.
2017-11-06 11:59:35 +02:00
David Livadaru 0e8b439a0c hotfix/fix-child-appearance-methods
Call appearance methods for visible screen (at current index).
2017-08-21 12:26:07 +03:00
David Livadaru aa5daa80f7 hotfix/fix-menu-reload
Update comment of menu's data source.
2017-08-17 16:59:23 +03:00
David Livadaru c760e02aa8 hotfix/fix-menu-reload
Fix view life cycle callbacks when reload of menu.
Fix layout of menu items on reload.
Update framework version to 1.1.2.
2017-08-17 16:56:28 +03:00
David Livadaru ba555cbb33 hotfix/items-scrollview-content-insets
Update comment for horizontal menu view controller.
2017-08-16 18:49:54 +03:00
David Livadaru f413b5eea7 hotfix/items-scrollview-content-insets
Ask for correct top insets spacing instead of relying on top layout guide length.
2017-08-16 18:43:11 +03:00
David Livadaru 3582e87615 feature/optional-top-menu
Fix mispelling for appearance.
Use isValid function instead of calling the menu view controller instead.
2017-08-04 14:50:46 +03:00
David Livadaru 9edc13704b feature/optional-top-menu
Change status bar color to white.
Set automaticallyAdjustsScrollViewInsets to false to view controller containing the menu.
Fix state change of button while providing geometry objects.
Provide customization for adjust the screen's scroll offset.
Fix computation of items' content size.
Fix update of items and scroll indicator appearance while selecting the an item from menu.
2017-08-04 13:39:50 +03:00
David Livadaru 5d51722d7c origin/feature/optional-top-menu
Remove hardcoded red color from menu view controller.
2017-08-02 15:18:09 +03:00
David Livadaru d902fafadf hotfix/view-life-cycle-functions-called-multiple-times
Provide public constructor for segment.
Provide public getter for current index.
2017-08-02 14:50:27 +03:00
David Livadaru add0442f40 feature/optional-top-menu
Update the top menu the be optional.
Rename number of items to number of elements because this number means than we have 'something' the pagination.
Fix index validation to be performed using numberOfElements.
Hide isValid(index:) provided by Array.
2017-08-02 11:07:20 +03:00
David Livadaru daba9e2749 develop
Add Horizontal Menu framework.
Add demo application associated with framework.
2017-03-31 12:04:00 +03:00