Created
January 22, 2022 22:56
-
-
Save malcommac/6516e77806a60aa0b4f84c79011bd609 to your computer and use it in GitHub Desktop.
UserExperiments_10.swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class FFService { | |
// ... | |
private var flagsController: FlagsBrowserController | |
func showFlagsBrowser() { | |
flagsController = .create(loaders: [user, ...]) | |
mainController.present(flagsController, animated: true, completion: nil) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment