javaBin / javazone-ios-app

MIT License
2 stars 0 forks source link

Fetch active conference info #19

Closed chrissearle closed 4 years ago

chrissearle commented 4 years ago

Currently (Config.swift) we have the URL and dates hard coded. We should fetch a JSON object instead (we can still fallback to a default value if the call fails).

chrissearle commented 4 years ago

Fixed