You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LanguageViewController's storyboard reference should be replaced with code. The view controller should be instantiated without the need of a storyboard.
WHY
Storyboards are hard to maintain.
ACCEPTANCE CRITERIA
Replace storyboard related stuff of LanguageViewController with code.