Skip to content

Commit ef8a522

Browse files
stephencelismbrandonwacosmicflamingooskarek
authored
UIKitNavigation (#167)
* 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 de7a369f002793d945527447b56c4e75f7f88e39. * 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 c3021c42b5e0ea0944773069fd47c352a572e219. * 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 036c93305096191f0f55ddc0d118e464fae62c1a. * 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]>
1 parent fc91d59 commit ef8a522

File tree

172 files changed

+12345
-5933
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

172 files changed

+12345
-5933
lines changed

.spi.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
version: 1
22
builder:
33
configs:
4-
- documentation_targets: [SwiftUINavigation, SwiftUINavigationCore]
4+
- documentation_targets:
5+
- SwiftNavigation
6+
- SwiftUINavigation
7+
- UIKitNavigation

Examples/CaseStudies/01-Alerts.swift

Lines changed: 0 additions & 56 deletions
This file was deleted.

Examples/CaseStudies/02-ConfirmationDialogs.swift

Lines changed: 0 additions & 53 deletions
This file was deleted.

Examples/CaseStudies/03-Sheets.swift

Lines changed: 0 additions & 119 deletions
This file was deleted.

Examples/CaseStudies/04-Popovers.swift

Lines changed: 0 additions & 115 deletions
This file was deleted.

0 commit comments

Comments
 (0)