Skip to content

Releases: allaboutapps/Toolbox

5.0.0 - no more default UINavigationController

16 Aug 08:38
79fad70
Compare
Choose a tag to compare
Merge pull request #38 from allaboutapps/coordinator-no-default-value…

…-in-init

Removed default parameter value in (Navigation)Coordinator

Coordinator is now a MainActor

30 Mar 19:42
c85cb8f
Compare
Choose a tag to compare
Merge pull request #35 from MSWagner/miwagner/fix-tabbar-coo-init

Fix default init of Navigation- and TabBarCoordinator + add unit tests

NavigationCoordinator delegate refactoring + Convenience Init in NSDirectionalEdgeInsets and UIEdgeInsets

01 Sep 09:43
61b632d
Compare
Choose a tag to compare
Merge pull request #32 from allaboutapps/feature/ConvenienceInitInsets

added convenience inits to NSDirectionalEdgeInsets and UIEdgeInsets

Breaking AutoLayout helper changes and Coordinator changes

14 Jun 08:24
7c649cf
Compare
Choose a tag to compare

Breaking changes:
The alignEdges convenience functions now have different function signatures to better differentiate between them for UIEdgeInsets and NSDirectionalEdgeInsets.
The convenience initializer for UIEdgeInsets was replaced by a convenience initializer for NSDirectionalEdgeInsets

Coordinator changes:
Refactoring of UIAdaptivePresentationControllerDelegate

  • reference cycle was fixed
  • forwarding of the delegate methods to the top view controller (see readme)
  • more safety
  • now it's only possible to push NavigationCoordinator onto NavigationCoordinator
  • NavigationCoordinator now checks if you're pushing onto the same UINavigationController (would be a misconfiguration)

Keyboard Info Dismissing Fix

11 May 07:29
755f999
Compare
Choose a tag to compare

Fixed an issue in Keyboard Info in which the Info still thought it was open.

Cleanup

14 Apr 07:16
Compare
Choose a tag to compare

Remove Formatters and Decoders. This should bei part of the iOS starter project to easily extend formatters or change date decoding if needed.

Change access modifier

05 Aug 15:33
44ca8dc
Compare
Choose a tag to compare
Merge pull request #20 from allaboutapps/access-modifier-changes

change modifier so subclasses can override functions

Small improvements

18 May 11:48
7405316
Compare
Choose a tag to compare
  • Make FailableCodable confirm to Codable
  • Change PresentationController delegate call back to open

1.1.0 - macOS Support

12 May 07:49
Compare
Choose a tag to compare

We ❤️ macOS

1.0.2: Merge pull request #8 from allaboutapps/swi-coordinator

05 Nov 08:44
61c41e2
Compare
Choose a tag to compare

Add popToViewController... to NavigationCoordinator