2f6d8c30b2
Some bug fixes to retain the position of the buttons after scrolling off screen
Piotr Suwara2019-02-04 21:02:14 +11:00
647f2a1817
Moved the rest of the constants out of specific classes. Setup delegates and datasources for the controller, moved model data specific things out to a data class. Removed unused classes. General constants cleanup
Piotr Suwara2019-02-04 20:47:42 +11:00
03b198d341
Started moving model stuff out of the Views into the central controller for the carousel Items
Piotr Suwara2019-02-02 21:52:17 +11:00
ce0de806ff
Architecture cleanup. Setting up constants, removing direct links to reusable components, decoupling. Cleaner storage of constants. Moved magic numbers to constants
Piotr Suwara2019-02-02 21:25:19 +11:00
1957361878
Update image cell layout. Cleaned up the layout margins and added additional background seperator
Piotr Suwara2019-02-02 17:34:42 +11:00
a7c2590808
Geting the view table full height in a carousel, no seperate tableview scrolling. Additional styling for the views to closer align to whats in the Sketch file
Piotr Suwara2019-02-02 14:49:31 +11:00
1ef57ee37e
Added tableviews as scrolling cells inside the tableview representing the app
Piotr Suwara2019-01-31 19:57:55 +11:00
0722f30693
Added table views in cells for preparing in getting more cells into the image selection
Piotr Suwara2019-01-30 20:30:45 +11:00
603fff660b
Added bottom view at scroll view to stop background showing
Piotr Suwara2019-01-29 20:24:34 +11:00
a5a03c07fb
Added correct spacing functionality for the buttons carousel
Piotr Suwara2019-01-29 19:33:33 +11:00
c191df6dbf
Icon sizes fixed with correct images, no longer blurry. Updated scroll to bottom so we don't bounce from the bottom for now
Piotr Suwara2019-01-28 20:48:23 +11:00
7b0b94a883
Added selection and highlight. Fixed Datasource functions for the starting index and selecting items. Fixed Button image layouts
Piotr Suwara2019-01-19 20:44:34 +11:00
041326f8e2
Added button images and new rounded button view
Piotr Suwara2019-01-19 19:19:39 +11:00
02a49cb654
Added additionnal images to cell for images carousel cell
Piotr Suwara2019-01-19 19:01:45 +11:00
eb1c4a68ca
Fixed alpha for edge icons on the button slider, removed auto scroll up when clicking the buttons. Fixed alpha value options
Piotr Suwara2019-01-19 17:41:48 +11:00
1d38b44e7d
Added custom font, fixed scaling on scroll
Piotr Suwara2019-01-19 17:23:12 +11:00
67fa691676
Added scaling to scroll for the main view. Reorganised files to improve project structure
Piotr Suwara2019-01-19 16:10:34 +11:00
de3f1c5625
Added snap to when selecting and scrolling buttons. Moved table image to view when selecting item.
Piotr Suwara2019-01-19 15:45:40 +11:00
9856ee06bb
Added additional carousel for images cell. Added gradient. Added new cell for image scrolling. Fixed movement messages between the carousels.
Piotr Suwara2019-01-19 15:10:43 +11:00
e5a70afebd
Fixed swipe scroll clamping in wrap. Added transparent first cell to show background. Added Partial transparency to carousel cell view.
Piotr Suwara2019-01-15 20:29:03 +11:00
b39aebd79d
Last Time, Decelerating and Deceleration Rate access control notation fixed
Piotr Suwara2019-01-10 10:00:09 +03:00
025bdb3563
Scroll Duration, Start Time and End Time access control notation fixed
Piotr Suwara2019-01-10 09:56:52 +03:00
2c4862457f
startOffset and end offset access control notation fixed
Piotr Suwara2019-01-10 09:48:32 +03:00
d504964ca7
prevOffset access control notation fixed:
Piotr Suwara2019-01-10 09:43:36 +03:00
f37153e641
Additional updates to fix access control notation
Piotr Suwara2019-01-09 19:18:06 +03:00
c6c79cefc7
Fixed item view access control notation. Fixed gesture recognisers access control notation
Piotr Suwara2019-01-09 19:00:45 +03:00
24f66c805d
Fixed property access control notation for all privates. Fixed private (set) public access control notation
Piotr Suwara2019-01-09 18:50:36 +03:00
8155f29c93
Removed @objc for datasource and delegate of the carousel. Manually set the datasource and delegate in the demo during initialization. Fixed the optional calls for datasource and delegate using swift only, not objc. Updated all optional calls in the RACarousel. Moved itemWidth to value selection. Made the value selection generic.
Piotr Suwara2019-01-09 18:21:41 +03:00
0397528bb8
Starting index setup from the datasource. Optional. Able to provide an initial starting position for the Carousel items
Piotr Suwara2019-01-09 13:31:36 +03:00
72c8b2d30a
- Setup a framework and also linked to the demo. - Created new demo workspace. - Fixed Framework integration bugs.
Piotr Suwara2019-01-08 14:03:42 +03:00
e7e09c097f
- Added swipe alternation based on row index. - Removed unnecessary folder structure.
Piotr Suwara2019-01-08 13:14:50 +03:00
b23a9c7b7a
- Added inspectable controls for the RACarousel - RACarousel can now be subclassed - Added swipe gesture - Fixed scroll end to snap to list item (Initial Revision)
Piotr Suwara2019-01-07 17:40:59 +03:00
215cff332f
- Fixed tap gesture selection. - Updated some demo settings to validate swipe and scroll on table.
Piotr Suwara2019-01-04 16:58:09 +03:00