Skip to content

Releases: Athlee/ATHKit

Pod Release Fix

17 Jan 16:50
Compare
Choose a tag to compare

Description

This is a minor bug release version, please, look for the 0.0.9 version description to find out what has been changed.

Minor Bug Fixes

16 Jan 02:18
Compare
Choose a tag to compare

Description

This version includes minor bug fixes (mainly for #15) and hopefully allows to update the pod. 👋

Enhancements & Bug fixes

16 Jan 01:05
Compare
Choose a tag to compare

Description

This version includes enhancements (such as changing status bar update properties and states) and bug fixes for ATHImagePickerController.

Change log

General Enhancements

14 Jan 16:31
Compare
Choose a tag to compare

Description

In this release we provided new features (such as adding own images for camera flip & flash buttons), fixed various bugs and improved the overall experience using the library. 😎

Change log

  • Issues resolved: #6, #7, #8, #9, #10.
  • Pull requests merged: Develop 0.0.7
  • Components edited:
    • ATHImagePickerController
  • Added:
    • ATHImagePickerAssets
    • Config’s new properties:
      • isStatusBarHidden
      • statusBarAnimations
      • titleColor
      • titleInactiveColor
  • Deleted: Extra demo project.

Configuration Fix

02 Jan 16:50
Compare
Choose a tag to compare

Description

This release includes a hot-fix for basic ATHImagePickerController configuration.

Changed

  • ATHImagePickerCommiterDelegate
  • ATHImagePickerControllerDelegate

Configurations & Single-Controllers

02 Jan 16:24
Compare
Choose a tag to compare

Description

In this release we added custom configurations (through ATHImagePickerPageConfig) for view controllers and we now support creating single-controllers, i.e. view controllers which are not embedded into UINavigationController, so you can easily push them into your hierarchy. 😎

PodSpec Fix

02 Jan 14:57
Compare
Choose a tag to compare

Description

In this release we fixed the pod spec, so we can include Storyboards and Assets in the bundle.

Bundle Fix

02 Jan 03:56
Compare
Choose a tag to compare

Description

In this version we fixed the bundle issue which prevented using built-in Storyboard and Assets.

Fixed

Minor Fixes

02 Jan 03:32
Compare
Choose a tag to compare

Description

This release contains minor PodSpec fixes.

Initial Release

02 Jan 03:07
Compare
Choose a tag to compare

Description

This release contains initial implementation of ATHKit.

Added

  1. ATHImagePickerController – a customizable component for simple picking an image either by choosing an existing one from the Library or taking a new one.

Solved