aladdin
a792049575
Hide UIViewController method/properties in UIKit Example code ( #3238 )
...
* refactor: hide decrementButtonTapped function
* refactor: hide incrementButtonTapped function
* refactor: hide CounterViewController's store
* refactor: hide CountersTableViewController's store
* refactor: hide EagerNavigationViewController's store
* refactor: hide LazyNavigationViewController's store
* refactor: hide IfLetStoreController's stored properties
2024-07-14 12:00:38 -04:00
Stephen Celis
2c3453cb79
Some cleanup ( #2759 )
...
* Some cleanup
- `if/guard let x = x` -> `if/guard let x`
- Remove unneeded `self` from a few demos
- Fix up some presentation logic in TicTacToe
* Update Examples/TicTacToe/tic-tac-toe/Sources/LoginUIKit/LoginViewController.swift
* wip
* wip
* wip
2024-02-01 15:43:52 -08:00
Stephen Celis
c0d8fbabfc
Clean up and modernize docs/examples ( #2480 )
2023-09-28 06:58:51 -07:00
Stephen Celis
c53a961920
Add @ViewBuilder to ForEachStore and IfLetStore ( #501 )
...
* Add @ViewBuilder to ForEachStore and IfLetStore
* Update IfLetStore else branch to take view builder
2021-04-20 11:10:30 -04:00
Brandon Williams
d2240d0e76
The Composable Architecture
...
Co-authored-by: Stephen Celis <stephen.celis@gmail.com >
2020-05-03 22:26:28 -07:00