Thanks to visit codestin.com
Credit goes to github.com

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

Fix/some cleanup#460

Merged
ElektrojungeAtWork merged 5 commits into
developfrom
fix/some-cleanup
Sep 15, 2017
Merged

Fix/some cleanup#460
ElektrojungeAtWork merged 5 commits into
developfrom
fix/some-cleanup

Conversation

@ElektrojungeAtWork

Copy link
Copy Markdown
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

@lumaxis lumaxis left a comment

Copy link
Copy Markdown
Member

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
Copy Markdown
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
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

😩

Copy link
Copy Markdown
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