FFRouter icon indicating copy to clipboard operation
FFRouter copied to clipboard

Powerful and easy-to-use URL routing library in iOS that supports URL Rewrite(强大、易用、支持 URL Rewrite的 iOS 路由库)

Results 2 FFRouter issues
Sort by recently updated
recently updated
newest added

ld: library not found for -lFFRouter ![image](https://user-images.githubusercontent.com/16892050/126313558-7f159aa4-ae45-467a-9133-7b2b1ace6d82.png)

如果我同时注册了 [FFRouter registerRouteURL:@"protocol://page/routerDetails" handler:^(void){}] 和 [FFRouter registerRouteURL:@"protocol://page/routerDetails/test" handler:^(void){}] , 然后路由这个地址 [FFRouter routeURL:@"protocol://page/routerDetails/test"] 时,2个都会走,这样匹配不合理吧?