Skip to content

Releases: terenceLuffy/AppStoreStyleHorizontalScrollView

Migrate to Swift 4.2

17 Oct 19:44
Compare
Choose a tag to compare

Migrate Swift source to v4.2 and add settings for new iphone frames

bug fix

06 Mar 15:05
Compare
Choose a tag to compare

found a crash on removeAllItems method that would cause crash when items' size is 0

Add Setting for number of items per screen

24 Jan 18:55
Compare
Choose a tag to compare

Introduce new properties to allow set number of items per screen for multiple screen sizes instead of setting minimum margins, as well as new properties to center subviews when items are not wide enough to use whole screen width

Add custom width and support multi screen sizes

02 Dec 21:54
Compare
Choose a tag to compare

Add custom width when judging whether to scroll to next item; add
support to all Apple devices screen size, now you can specified
different mini margin, mini appear width and left margin for all sorts
of screen sizes.

Adapt Swift 3 with Xcode 8

15 Sep 19:13
Compare
Choose a tag to compare

Change to adapt Swift 3 with Xcode 8, add support to nib, just change
the class on nib file to ASHorizontalScrollView

Adapt Swift 3 and fix bug

17 May 14:11
Compare
Choose a tag to compare

change C style code to swift 3 format, fix removeItemAtIndex last index crash bug

Adapt iOS 9.0 & Swift 2.1

09 Dec 16:24
Compare
Choose a tag to compare

Objective-C: Add comments on functions, remove scale when calculating margin, it seems that the behaviour in iOS 9 change the way of align views

Swift: Change to adapt Swift 2.1, add comments on functions, remove scale when calculating margin, it seems that the behaviour in iOS 9 change the way of align views

First Version

23 Aug 20:16
Compare
Choose a tag to compare

Swift 1.2