Skip to content

Releases: iTofu/LCBannerView

V 2.1.1

11 Oct 15:52
Compare
Choose a tag to compare
  • Hide pageControl support:

    // Hide or show pageControl. Default is `NO`, show pageControl.
    @property (nonatomic, assign) BOOL      hidePageControl;

V 2.1.0

29 Jul 08:04
Compare
Choose a tag to compare
  • Implementation requirement: Issue 6 by skyboy1342.

    Now you could get the clicked image's index and the index scroll to, with Block or Delegate, see Usage.

V 2.0.0 (⚠️ Important)

14 Jul 08:00
Compare
Choose a tag to compare
  • Fix Issue 5, thx MVakas!

  • Modify some of the properties' name and methods' name:

    // Properties' name.
    @property (nonatomic, assign) CGFloat timerInterval;
    ->
    @property (nonatomic, assign) CGFloat timeInterval;
    
    @property (nonatomic, copy  ) NSString  *placeholderImage;
    ->
    @property (nonatomic, copy  ) NSString  *placeholderImageName;
    
    // All methods' name.
    timerInterval -> timeInterval
    placeholderImage -> placeholderImageName
    

V 1.2.5

24 Jun 10:35
Compare
Choose a tag to compare

Enjoy it!

1.2.0

04 Mar 03:28
Compare
Choose a tag to compare

You could custom the images should scrolling now.

1.1.0

04 Mar 03:29
Compare
Choose a tag to compare

You could custom page control bottom distance now.

1.0.0

04 Mar 03:29
Compare
Choose a tag to compare

Initial commit.