John O'Reilly

Results 97 comments of John O'Reilly

Are there any examples of a say list/detail variation of the above where UI is adaptive? Could use above for say wider screen to show list and detail together but...

There's small example now in https://github.com/joreilly/BikeShare (e.g. `NetworkListPresenter` using nested `StationListPresenter` when using wider screen UI)....definitely open to suggestions if better way to do this.

Thanks for the report. I just built/ran iOS client here and seemed to work. Are there any other factors you know about that might effect issue? I'm using Xcode 15.4...

hmm, I've tried with Xcode 16 and it seems to work

The [Kotlin 2.0.21-RC](https://github.com/JetBrains/kotlin/releases/tag/v2.0.21-RC) release is supposed to have better Xcode 16 support....might be worth trying with that there

Been a bit crazy here and haven't had chance to catch up with this yet (among other things :) ) . If you do have particular changes in mind then...

@frankois944 one question I have from above is related to the SKIE issue you mentioned and comment from @TadeasKriz about using ` SharingStarted.WhileSubscribed()` instead....wondering if that would impact things here...

I'm not sure tbh why I'm using `Lazily` here! Quite possible that `WhileSubscribed()` is better approach.

Ah, ok....good example of what a terrible memory I have :)