analogcode / Swift-Radio-Pro

Professional Radio Station App for iOS!
MIT License
2.87k stars 712 forks source link

Refactor StationViewController to remove storyboard dependency #186

Closed fethica closed 1 year ago

fethica commented 1 year ago

This update replaces the storyboard-based implementation of StationViewController with a fully programmatic approach.

By removing the dependency on storyboards, the view controller becomes more flexible, easier to maintain, and eliminates the need for Interface Builder. The changes include creating UI elements, setting up constraints, and handling view lifecycle events programmatically. This update sets the stage for future enhancements and reduces reliance on storyboard-based development.