Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert to Swift 3.1 & other upgrades. #2

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

sarah-j-smith
Copy link

Convert to Swift 3.1 - Xcode 8.3.3
Use URLSession instead of NSURLConnection (which is deprecated)
Make callbacks from web-requests run UI changes on main thread
Load APISecret & Key from a file if desired

Sarah Smith added 5 commits September 3, 2017 22:39
The table wasn't using auto-layout so you could not scroll to the lower
rows of the table - it was off the screen.  Now fixed, should also mean
it works better on different sized screens.

Fix bug introduced with Swift 3.1 upgrade where the URLDataSessionTask
in the UIImage extension was not resumed after creation and thus did
nothing.

Fix code that altered the UI from the background thread - this will
crash the app and make it generally unstable - but does not work from
the autolayout engine.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant