Skip to content

Commit

Permalink
UIKitNavigation (#167)
Browse files Browse the repository at this point in the history
* wip

* Run swift-format

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* fix

* wip

* wip

* wip

* wip

* modernize wifi settings demo

* wip

* Run swift-format

* wip

* wip

* added some tests

* more tests

* more assertions

* Run swift-format

* wip

* uwip

* Run swift-format

* wip

* Run swift-format

* test clean up

* Run swift-format

* clean up tests

* Run swift-format

* added some tests that dont pass but should

* Run swift-format

* fix tests

* clean up tests

* Run swift-format

* wip

* fix some tests

* wip

* wip

* wip

* fix

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* fix

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* fix

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* push trait

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* moved wifi demo into case studies

* wip

* wip

* wip

* wip

* wip

* case studies

* wip

* wip

* wip

* fixes

* update test withUITransaction

* wip

* fixed some tests

* fix more tests

* wip

* wip

* wip

* wip

* wip

* wip

* remove UIKitCaseStudies target

we bundle them directly into the CaseStudies target now

* tvos

* wip

* runtime warning tests

* wrote some tests, fixed some tests

* fix for testDecodePath and some other tests

* Update UIBindable.swift

* tests for rebind and unbind

* clean up and tests

* wip

* wip

* wip

* animation case study

* wip

* more tests and beginnings of focus case study

* finish focus case study

* Add accessibilityLabel property to ButtonState (#171)

* Add accessibilityLabel property to ButtonState

* Revert "Add accessibilityLabel property to ButtonState"

This reverts commit de7a369.

* Add accessibilityLabel support to UIAlertController à la Stephen Celis

* Make UIAlertAction convenience initializers public

* Apply suggestions from code review

---------

Co-authored-by: Stephen Celis <[email protected]>

* docs

* wip

* finish focus case study

* Dismiss correct view controller when doing presentation. (#176)

* Dismiss correct view controller when doing presentation.

* wip

* new test

* Fix

* wip

* wip

* fix project

* wip

* wip

* wip

* Fix UIKit navigation issues (#183)

* Fix dismissal in `present` method

* Remove unneeded params from closures

* Fix push behavior when item is updated

* Revert "Fix push behavior when item is updated"

This reverts commit c3021c4.

* Add test

---------

Co-authored-by: Stephen Celis <[email protected]>

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* lots of docs

* playing around with isolation

* swift 6

* wip

* wip

* fix memory leak

* let alert state compile on other platforms

* wip

* wip

* temp

* wip

* Revert "temp"

This reverts commit 036c933.

* wip

* fixes

* wip

* wip

* wip

* fix

* wip

* wip

* wip

* fix tests

* small fixes

* wip;

---------

Co-authored-by: stephencelis <[email protected]>
Co-authored-by: Brandon Williams <[email protected]>
Co-authored-by: mbrandonw <[email protected]>
Co-authored-by: Cosmic Flamingo <[email protected]>
Co-authored-by: Brandon Williams <[email protected]>
Co-authored-by: Oskar Ek <[email protected]>
  • Loading branch information
7 people authored Aug 1, 2024
1 parent fc91d59 commit ef8a522
Show file tree
Hide file tree
Showing 172 changed files with 12,345 additions and 5,933 deletions.
5 changes: 4 additions & 1 deletion .spi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
version: 1
builder:
configs:
- documentation_targets: [SwiftUINavigation, SwiftUINavigationCore]
- documentation_targets:
- SwiftNavigation
- SwiftUINavigation
- UIKitNavigation
56 changes: 0 additions & 56 deletions Examples/CaseStudies/01-Alerts.swift

This file was deleted.

53 changes: 0 additions & 53 deletions Examples/CaseStudies/02-ConfirmationDialogs.swift

This file was deleted.

119 changes: 0 additions & 119 deletions Examples/CaseStudies/03-Sheets.swift

This file was deleted.

115 changes: 0 additions & 115 deletions Examples/CaseStudies/04-Popovers.swift

This file was deleted.

Loading

0 comments on commit ef8a522

Please sign in to comment.