You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi man ,
why not add a method just like 'map:(NSString *)format toController:(NSString *)controllerClassName', so that the user don't need to add 'import "ControllerClass.h"'
3ks
The text was updated successfully, but these errors were encountered:
Then you will loose compilation-time type check. Pointing directly to a class type or even better to a factory class is more safe then passing a string.
hi man ,
why not add a method just like 'map:(NSString *)format toController:(NSString *)controllerClassName', so that the user don't need to add 'import "ControllerClass.h"'
3ks
The text was updated successfully, but these errors were encountered: