MediaEditor-iOS
MediaEditor-iOS copied to clipboard
Add Package.swift
- Add Package.swift
- Update
Bundleusages whenSWIFT_PACKAGEis defined - Use Objective-C names for classes in storyboards – these don't get mangled
Instead of this (crashes):
customClass="MediaEditorThumbCell" customModule="MediaEditor" customModuleProvider="target"
It's now simply this:
customClass="WPMediaEditorThumbCell"
To test:
PR submission checklist:
- [ ] I have considered adding unit tests where possible.
- [ ] I have considered adding accessibility improvements for my changes.
- [ ] I have considered if this change warrants release notes and have added them to the appropriate section in the
CHANGELOG.mdif necessary.