Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Fix/some cleanup #460

Merged
merged 5 commits into from
Sep 15, 2017
Merged

Fix/some cleanup #460

merged 5 commits into from
Sep 15, 2017

Conversation

ElektrojungeAtWork
Copy link
Contributor

This moves Feedback to using UIAlertController. Which might make @lumaxis smile. ;)
And I've cleaned up a few remnants of iOS 6 support.

@ElektrojungeAtWork ElektrojungeAtWork merged commit 146146b into develop Sep 15, 2017
@ElektrojungeAtWork ElektrojungeAtWork deleted the fix/some-cleanup branch September 15, 2017 06:37
Copy link
Member

@lumaxis lumaxis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙌

#else
isPortraitOrientation = UIInterfaceOrientationIsPortrait(self.interfaceOrientation);
#endif
BOOL isPortraitOrientation = isPortraitOrientation = UIInterfaceOrientationIsPortrait([[UIApplication sharedApplication] statusBarOrientation]);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isPortraitOrientation = isPortraitOrientation =

Hm? 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😩

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants