question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[iOS] Show staff list

See original GitHub issue

Kind (Required)

  • Proposal / Discussion

Overview (Required)

  • Show staff list.
    • Transition from About DroidKaigi view’s Staff list.

Links

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
uhooicommented, Feb 24, 2020

@ry-itto Cancel work because DoroidKaigi 2020 was canceled😢

1reaction
ry-ittocommented, Feb 11, 2020

@uhooi There are no API specification as far as I know. 😢

To implement this feature, Please make getStaffs() method at KtorDroidKaigiApi.kt. That has callback and not suspend method like this https://github.com/DroidKaigi/conference-app-2020/blob/6959e4396a04d404de9ff2f6fc4ea4643deb0824/data/api/src/commonMain/kotlin/io/github/droidkaigi/confsched2020/data/api/internal/KtorDroidKaigiApi.kt#L103-L115

And use this method in iOS project. For example,

import ioscombined

class Hoge {
    func fetchHoge() {
        ApiComponentKt.generateDroidKaigiApi().getStaffs {
            // do something.
        }
    }
}

If this is insufficient, please tell me! 🙏

Read more comments on GitHub >

github_iconTop Results From Across the Web

Checklist Staff on the App Store - Apple
- View visual checklists provided by Clients. Mark each task as completed and add an image/comment as proof of completion. - File incident ......
Read more >
How to cast your iPhone to your TV - Mashable
Mirror your iPhone​​ It's possible! Swipe down on your iPhone to open Control Center. Then tap on the little picture-in-picture looking icon, ...
Read more >
How to Get the Old Lock Screen Notification View in iOS 16
Open Settings and tap on Notifications. In the Display As module at the top, tap Count, Stack, or List based on what you...
Read more >
All the handy iOS 16 features Apple didn't tell you about
Apple had a ton of big hits in its iOS 16 announcements including a Lock Screen revamp, updates to Photos and improved Mail...
Read more >
Learn more: No devices found - iPhone & iPad - Chromecast ...
Your Cast device isn't showing up as an available device when casting from an ... You'll find a list of apps. ... Unlock...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found