Home

Awesome

Swifty Podcast Editor

Tell us about the features and technologies you used in your Swift playground.

Acknowledgements

List the open source software you used and explain why you used it.

  1. I used "Binary Search Depiction" by AlwaysAngry under CC BY-SA License from Wikipedia in the "Behind the Scene"/"Technical Details" page. It is a good depiction in addition to the videos I made using Keynote animations (those blue bars and red star blinking and disappearing). Appropriate attribution has been given on the playground page as well.
  2. I used the SwiftUI collection view (flow layout) by Chris Eidhof file for my editor layout, which I appreciate deeply. However, as described in the same playground page mentioned above, such code does not support rearranging elements. As that is a major feature of my own editor, I modified the "library" to support drag & drop element organization using binary search. It was also designed only for use in iOS/UIKit (as it depended on UIOffset), so I added support for it to compile against macOS.

License

A SwiftUI app that allows you to edit audio podcast swiftly.
Copyright (C) 2020 Apollo/Zhiyu Zhu/@ApolloZhu

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.