Skip to content

Releases: southpeak/Minya

Add MINotification Category for NSObject

08 Nov 02:19
Compare
Choose a tag to compare

The API of Notification is a litter ugly, so we add a category for NSObject to simplify the API. You can see the API in the NSObject+MINotification.h file

Add callback for the MIViewController

30 Oct 10:11
Compare
Choose a tag to compare

In v1.0.0, we didn't handle the callback for a scene, and just set a temp parameter in the method -viewControllerWithScene:context:callback:(MICallback _Nullable)callback; of the MIMediator. In this version, we store the callback block in the MIViewController to send data back to the previous View Controller.