I am creating an iOS app in swift that has a Notification Center widget.
However, I want the app to run on iOS 7 just fine. If I have the widget, can I just run the
Yes, it will work on iOS 7 just fine (if your deployment target is iOS 7 or lower).