Skip to content
View dethell's full-sized avatar

Block or report dethell

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Swift version of viewWillDisappear n... Swift version of viewWillDisappear needed for custom storyboard back button behavior
    1
    override func viewWillDisappear(animated:Bool) {
    2
        if let currentViewControllers = self.navigationController.viewControllers as? [UIViewController] {
    3
            if let found = find(currentViewControllers, self) {
    4
                // Do nothing if the current controller is still in the stack. This means we're going forward, not back
    5
            }
  2. react-native-google-fit react-native-google-fit Public

    Forked from StasDoskalenko/react-native-google-fit

    A React Native bridge module for interacting with Google Fit

    Java